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!
dont forget after installation: ~# chmod 755 /usr/share/nginx/html/drupal/sites/default ~# chmod 755 /usr/share/nginx/html/drupal/sites/default/settings.php
Is it good idea to store drupal files in /usr/share/nginx/html ? Would it be better to keep them in /vars directory? Just asking :)
I found interesting project on github - https://github.com/perusio/drupal-with-nginx.
With ubuntu 13.10 you also need to execute: sudo apt-get install php5-json
Warning, totally noob.
In step 3 : sudo mkdir /usr/share/nginx/html/drupal
i get this error:
sudo: unable to resolve host (none)
mkdir: cannot create directory /usr/share/nginx/html/drupal': No such file or directory butte@(none):~$ mkdir: cannot create directory /usr/share/nginx/html/drupal’: No such file or directory
What did i miss ? Thanks for the toturials
Hmm, i wanted to check with the: lsb_release -a
and i get the following:
butte@(none):~$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 7.3 (wheezy)
Release: 7.3
Codename: wheezy
butte@(none):~$
I tried to follow the “initial setup” guide and then “how to install Lamp” guide. Mabye i missed something and should just erase all and start over.
I have the choice to install 12.04 LTS, 13.04 and 13.10, and went for the 12.04 LTS, but i started over at some point, and it seems that it went out the window to. I will try to install it again. Should i not use the LTS version or should i always go with the latest ?
Thanks for your respons.
ok, started over. My version is now ubuntu 12.04 LTS and when i get to “In step 3 : sudo mkdir /usr/share/nginx/html/drupal” I get : mkdir: cannot create directory `/usr/share/nginx/html/drupal’: No such file or directory
if i go to : butte@localhost:/usr/share/nginx$ dir www
It seems i only have a directory called www and no html
Do i simply just create the html dir or should i just install the drupal dir in www ?