Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

foreman support #26

Open
andriytyurnikov opened this issue Jun 24, 2013 · 1 comment
Open

foreman support #26

andriytyurnikov opened this issue Jun 24, 2013 · 1 comment

Comments

@andriytyurnikov
Copy link

What is an usual way to run apps using foreman ?

@johnbintz
Copy link
Owner

Well first, this project's moved to https://github.com/ranmocy/guard-rails. Second, the reason the project moved over there is because I use Foreman myself now, and I typically set things up like this:

# Procfile
# run with bundle exec foreman

# let foreman run your app
rails: rails s -p $PORT

# all guards (livereload, etc) except for rails,
# and turn off guard interactivity, you won't need it
guard: guard -i

Make sense?

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

No branches or pull requests

2 participants