[[server-installation-cloud]]
Server Installation in the Cloud
================================

Neo4j on various cloud services either by a user, or as a managed instance on the Neo Technology cloud fabric. Below are instructions for some of these.

== Heroku ==

For the basic setup, please see http://devcenter.heroku.com/articles/quickstart[the Heroku Quickstart tutorial]

To add Neo4j to your Heroku app, do:

[source,shell]
----
heroku addons:add neo4j
----