Skip to content

Instantly share code, notes, and snippets.

@djcp
Created July 17, 2014 20:10
Show Gist options
  • Save djcp/b34b6eb430b68ec6cdf3 to your computer and use it in GitHub Desktop.
Save djcp/b34b6eb430b68ec6cdf3 to your computer and use it in GitHub Desktop.
startup notes
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