-
Notifications
You must be signed in to change notification settings - Fork 6
Developing
Seth Vargo edited this page May 6, 2012
·
1 revision
Because there are so many components to Envelope, we use foreman to start and manage all our processes together. By default, foreman
will start the following:
- 1 web server
- 1 faye messaging server
- 1 solr server
- 1 solr testing server
- 1 guard/spork instance
To start up all the dependencies, simply run foreman start
.