Skip to content

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

pushmatrix edited this page Dec 4, 2012 · 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
Clone this wiki locally