Created
July 17, 2014 20:10
-
-
Save djcp/b34b6eb430b68ec6cdf3 to your computer and use it in GitHub Desktop.
startup notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ! pgrep -qf donuts; then | |
echo | |
echo "To start the image import app, please run:" | |
echo "cd ~/gameface_apps/donuts && RAILS_ENV=production foreman start -f Procfile" | |
echo "Leave the terminal running." | |
echo | |
fi; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment