Skip to content

Instantly share code, notes, and snippets.

@skade
Created November 10, 2011 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skade/1355173 to your computer and use it in GitHub Desktop.
Save skade/1355173 to your computer and use it in GitHub Desktop.
Using Foreman & tail to follow the whole stack
app: padrino start -p 4000 -c my_app_folder -e development
redismonitor: redis-cli MONITOR
nginxtail: tail -n1 -f /var/log/nginx/access.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment