Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
i have big problem when install Joomla 3.1.1 my site is down after install native language pack.
Thanks a lot for this, but I’m having a few problems accessing the Joomla Installer on my web browser. whenever I go into my ip address or ‘Localhost’ i get the same thing
"It works!
This is the default web page for this server.
The web server software is running but no content has been added, yet."
Did i miss something? or Is this normal?
Can you please tell me the right permissions of the files and directories and the right owner:group ?
Thanks in advance
I think I second kastony’s question - I’ve done this before, but forgot the details - if you create the directories on the command line as root, then load the joomla files with ftp (even as the root user) - the site will load and install okay; but then installs of plugins etc. fail with “failed to create directory”…and you can see it’s a permissions thing.What is the user (when trying to upload a plugin for example)? That user has to be added to the group that owns the directory where the joomla files are, correct? But do you have the actual commands?
inching to a solution - i think the first thing to figure out is what user is running when you use the front end of joomla and using:
<?php echo shell_exec(‘whoami’); ?>
in a file and run that in the browser you see the answer is:
www-data
and there are instructions here about how to add www-data to the group that has permissions on the server directories…
getting warmer? if anyone has the exact commands though much appreciated.
i used sudo chown -R www-data:www-data /var/www/websitedirectory and…all is fixed…i can load plugins from the front end… but, what else might be broken? what is best practice. it would be nice if someone could help edit the step by step install of lamp/joomla to include a best practice solution to this issue?
@k2marketing.steve: That is the best solution: granting write permissions to www-data only when it has to have them (which in this case is writing to /var/www/websitedirectory/plugins)