-
Notifications
You must be signed in to change notification settings - Fork 2
How to run threadlet?
Phong Nguyen edited this page Dec 1, 2018
·
7 revisions
Two separate servers need to be started.
- Start a
flaskserver for modelling in the server. At the main code folder, execute the script:./flask.sh. You may want to grant execute permission to the file first:chmod +x flask.sh. - Start a normal web server to host static front-end files. If you have a Mac, you can use the built-in Python web server:
python -m http.server(Python 3).
The tool then can be accessed at http://localhost:8000/demo/threadall/.