Skip to content

How To: Run on a different port, or in production

Olivier Truong edited this page Dec 4, 2019 · 6 revisions

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
Clone this wiki locally