- To setup local machine, execute the command on a Linux Terminal
sh local_setup.sh. - To run the app, execute the command
sh local_run.sh.
- To run the app, first set the environment variables stored in
local_run.sh. - Open
app.py, go to the last line, changeapp.run()toapp.run(host='0.0.0.0', port=8080). - Run the Repl.