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

Set up Foreman #20

Closed
wrburgess opened this issue May 8, 2013 · 1 comment
Closed

Set up Foreman #20

wrburgess opened this issue May 8, 2013 · 1 comment
Assignees
Labels

Comments

@wrburgess
Copy link
Owner

Foreman is a very simple gem that lets you automate what servers to start up for your app.

In the case of my previous film project, we needed Rails Server, Solr Server (for search indexes) and Redis Server (for caching) running.

If we didn't use foreman, the above would require 3 difference commands to get up-and-running. With foreman, you just type foreman start [filename] and all the servers get started together.

@ghost ghost assigned wrburgess May 8, 2013
@wrburgess
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant