Update README.md

Update install instructions
This commit is contained in:
Thirion Aurélien 2019-06-20 16:06:29 +02:00 committed by GitHub
parent bb65179e50
commit 516d09c6b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,14 +78,13 @@ Type these command lines for a fully automated installation and start AIL framew
git clone https://github.com/CIRCL/AIL-framework.git git clone https://github.com/CIRCL/AIL-framework.git
cd AIL-framework cd AIL-framework
./installing_deps.sh ./installing_deps.sh
cd ~/AIL-framework/ cd ~/AIL-framework/
. ./AILENV/bin/activate
cd bin/ cd bin/
./LAUNCH.sh ./LAUNCH.sh -l
``` ```
The default [installing_deps.sh](./installing_deps.sh) is for Debian and Ubuntu based distributions. For Arch The default [installing_deps.sh](./installing_deps.sh) is for Debian and Ubuntu based distributions.
linux based distributions, you can replace it with [installing_deps_archlinux.sh](./installing_deps_archlinux.sh).
There is also a [Travis file](.travis.yml) used for automating the installation that can be used to build and install AIL on other systems. There is also a [Travis file](.travis.yml) used for automating the installation that can be used to build and install AIL on other systems.
@ -136,23 +135,12 @@ Install using Ansible
Please check the [Ansible readme](ansible/README.md). Please check the [Ansible readme](ansible/README.md).
Starting AIL web interface Starting AIL
-------------------------- --------------------------
To start the web interface, you first need to fetch the required JavaScript/CSS files:
```bash ```bash
cd $AILENV cd bin/
cd var/www/ ./LAUNCH -l
bash update_thirdparty.sh
```
and then you can start the web interface python script:
```bash
cd $AILENV
cd var/www/
./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:
@ -161,6 +149,8 @@ Eventually you can browse the status of the AIL framework website at the followi
http://localhost:7000/ http://localhost:7000/
``` ```
The default credentials for the web interface are located in ``DEFAULT_PASSWORD``. This file is removed when you change your password.
Training Training
-------- --------