Skip to content

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

Ben Mordue edited this page Mar 19, 2015 · 6 revisions

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

  dashing start -p 5000 -e production

Run in the background

  dashing start -d

Stop dashing running in the background:

  dashing stop

Service scripts

Scripts to run dashing as a service.

Platform Author
Debian/Ubuntu Gregology
Clone this wiki locally