StickyBoard
Search…
Introduction
abstract
Core Concepts
Architecture
Getting Started
create-stickyboard-app
Install
Default Settings
Back-end Customization
Front-end Customization
Build & Run
Dockerize
Deploy
Components
Recharts
Highcharts
Table
SmartTable
Number
OpenWeatherMap
YahooWeather
OpenLayers
contribution
Develop Your Own Component
Powered By
GitBook
Deploy
Deploy your own dashboard, and enjoy it!
On-premise
To deploy your own server, you have to build production mode first.
1
$ npm run build
Copied!
After that, run on production mode or PM2 daemon mode.
1
$ npm run production
Copied!
1
$ npm start
Copied!
Cloud
AWS Elastic beanstalk
You can easily deploy StickyBoard to AWS Elastic beanstalk.
First, initialize Elastic Beanstalk for your project.
1
$ eb init
Copied!
And then, create Elastic Beanstalk environment.
1
$ eb create
Copied!
Finally, deploy your project to Elastic Beanstalk.
1
$ eb deploy
Copied!
You can refer more detail document on AWS official guide below.
Deploying Node.js applications to Elastic Beanstalk - AWS Elastic Beanstalk
AWS Elastic Beanstalk
Heroku
You can also easily deploy StickyBoard to Heroku like below.
1
$ git push heroku master
Copied!
You can refer more detail document on Heroku official guide below.
Deploying Node.js Apps on Heroku | Heroku Dev Center
herokudevcenter
Getting Started - Previous
Dockerize
Next - Components
Recharts
Last modified
2yr ago
Copy link
Contents
On-premise
Cloud
AWS Elastic beanstalk
Heroku