This is a bokeh app made to run on a heroku server: https://dolphot-explorer.herokuapp.com/dolphot-explorer
bokeh serve --show dolphot-explorer.py
serve --show dolphot-explorer.py --args [path to fits file]
-
Start by following directions Getting Started on Heroku with Python
-
After creating the app on the Heroku servers (
heroku create
) edit the name of the app in theProcfile
from --allow-websocket-origin=dolphot-explorer.herokuapp.com to--allow-websocket-origin=[name of your app].herokuapp.com
-
$ pipenv install
will create the needed Pipfile.lock -
commit and push your changes
$ git add [files] $ git commit -m [message] $ git push heroku master
-
Your app should deploy on [name of your app].herokuapp.com