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.
$ npm run build
After that, run on production mode or PM2 daemon mode.
$ npm run production
$ npm start
Cloud
AWS Elastic beanstalk
You can easily deploy StickyBoard to AWS Elastic beanstalk.
First, initialize Elastic Beanstalk for your project.
$ eb init
And then, create Elastic Beanstalk environment.
$ eb create
Finally, deploy your project to Elastic Beanstalk.
$ eb deploy
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.
$ git push heroku master
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
Outline
On-premise
Cloud
AWS Elastic beanstalk
Heroku