mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
launching Flask_server.py
someone just forgot `./` ;)
This commit is contained in:
parent
e00c9f0f45
commit
93b33f36c8
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ and then you can start the web interface python script:
|
||||||
```bash
|
```bash
|
||||||
cd $AILENV
|
cd $AILENV
|
||||||
cd var/www/
|
cd var/www/
|
||||||
Flask_server.py
|
./Flask_server.py
|
||||||
```
|
```
|
||||||
|
|
||||||
Eventually you can browse the status of the AIL framework website at the following URL:
|
Eventually you can browse the status of the AIL framework website at the following URL:
|
||||||
|
|
Loading…
Reference in a new issue