Skip to content
Snippets Groups Projects
Commit 970982ea authored by Huizi Hu's avatar Huizi Hu
Browse files

Update README

parent f0f81338
No related branches found
No related tags found
No related merge requests found
# viz-summarization The system is a Flask application inside the ``systems/`` directory, to run the webapp, make sure you have the latest version of Flask installed.
```
# viz-summarization
The system is a Flask application inside the ``systems/`` directory, to run the webapp, make sure you have the latest version of Flask installed.
```
export FLASK_APP=main.py
python -m flask run
```
Install postgres at: https://postgresapp.com/
If it doesn't work on the current port(5432), try a another port.
```
$psql -d postgres
......@@ -24,4 +30,4 @@ dorislee 28248 0.6 0.0 2436888 812 s002 S+ 4:15PM 0:00.00 g
dorislee 27885 0.0 0.5 2552352 76224 s002 T 3:58PM 0:01.26 python -m flask run
$kill $(ps aux | grep 'python -m flask run' | awk '{print $2}')
```
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment