update instructions

Minor syntax changes
pull/188/head
A. Cristallo 2018-03-21 16:01:09 +01:00 committed by GitHub
parent e00c9f0f45
commit 0031bade1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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: