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.

By abachuk
Installed nginx, passenger 4.0.17, node, rails 4 and ruby 2, git and all gems.
nginx config:
server {
listen 80;
server_name 162.243.1.111;
root /home/abachuk/myapp/public;
passenger_enabled on;
rails_env production;
}
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1828/nginx ```
what else is missing?