mirror of https://github.com/CIRCL/AIL-framework
parent
e00c9f0f45
commit
0031bade1e
|
@ -92,7 +92,7 @@ Starting AIL web interface
|
||||||
To start the web interface, you first need to fetch the required JavaScript/CSS files:
|
To start the web interface, you first need to fetch the required JavaScript/CSS files:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd $AILENV
|
cd $AILENV .
|
||||||
cd var/www/
|
cd var/www/
|
||||||
bash update_thirdparty.sh
|
bash update_thirdparty.sh
|
||||||
```
|
```
|
||||||
|
@ -100,9 +100,9 @@ bash update_thirdparty.sh
|
||||||
and then you can start the web interface python script:
|
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 New Issue