Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure to start MongoDB server to make tests happy #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]: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).
Expand Down
Empty file added tmp/cache/.gitkeep
Empty file.