-
Notifications
You must be signed in to change notification settings - Fork 324
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
smashing start -d
Stop smashing running in the background:
smashing stop
Scripts to run dashing as a service.
Platform | Author |
---|---|
Debian/Ubuntu | Gregology |
- Home
- Dashing Workshop
- Installation
- Widgets
- Configuration
- Security
- Troubleshooting
- Deploying dashboards
- How Tos
- How to: post data to your dashboard and widgets
- How to: Define a data model and store history data to database
- How to: Prevent a job from overlapping with itself
- How to: Send HTML data to your widgets
- How to: Send mysql data to your widgets
- How to: Setup a Graph
- How to: Store data to and display from database
- How to: Update a Dashboard using a spreadsheet
- How to: update dashboard in Django
- How to: Update font awesome fonts from version 3 to 4
- How to: Use New Relic with Dashing
- How to: precompile assets
- Development