How To: Run on a different port, or in production - Smashing/smashing GitHub Wiki

Smashing runs on Thin behind the scenes. That means that any config for running thin works. Example:

  smashing start -p 5000 -e production

Run in the background

  smashing start -d

Stop smashing running in the background:

  smashing stop

Service scripts

Scripts to run dashing as a service.

Platform Author
Debian/Ubuntu Gregology