diff --git a/README.md b/README.md index b8d27f1..88d8dc8 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,15 @@ Subscriptions API is tested against MRI 1.9.3. ## Installation +Lelylan subscriptions service requires you to start a MongoDB server (listening on the default 27017 TCP port) + + $ mongod + +Then install all libraries and start the service. + $ git clone git@github.com:lelylan/subscriptions.git && cd subscriptions $ gem install bundler - $ bundle install + $ mongod $ foreman start When installing the service in production set [lelylan environment variables](https://github.com/lelylan/lelylan/blob/master/README.md#production). diff --git a/tmp/cache/.gitkeep b/tmp/cache/.gitkeep new file mode 100644 index 0000000..e69de29