Skip to content

Instantly share code, notes, and snippets.

@ianballou
Created February 15, 2024 21:06
Show Gist options
  • Save ianballou/c07fa8f3f2437f9a9870d57c090bcfa5 to your computer and use it in GitHub Desktop.
Save ianballou/c07fa8f3f2437f9a9870d57c090bcfa5 to your computer and use it in GitHub Desktop.
Start Foreman Puma server
cd /home/vagrant/foreman && source .env && BIND=0.0.0.0 bundle exec puma -w 3 -p $PORT --preload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment