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!
Brilliant :)
I had to learn the hard way to do it the first time but this is priceless as a resource. And on a side not, its not just the simplicity of what you guys made here, it is also the support you provide with these kind of resources that truly build a great service, base and fans! :)
After following all of the above instructions, I get:
503 Error Could not load MODX config file.
I am not impressed.
Before run this command:
create database modx;
I needed to change password of my MySQL:
dpkg-reconfigure mysql-server-5.5
then
mysql - u root - p
Also for Modx Package Management need install php5-curl and restart apache:
sudo apt-get intall php5-curl
/etc/init.d/apache2 restart
For easier scripting, you might want to always link to the latest version: http://modx.com/download/latest
Fetching will require following redirects, so something like:
curl -LS --output modx.zip http://modx.com/download/latest
I am also getting (on the manager):
503 Error
Page not found
The page you requested was not found.