mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
Merge branch 'user_management' of https://github.com/CIRCL/AIL-framework into user_management
This commit is contained in:
commit
cec58e7d79
1 changed files with 8 additions and 18 deletions
26
README.md
26
README.md
|
@ -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
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue