From 516d09c6b60a2ec7e765b7b4f32fe4fa24a66760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thirion=20Aur=C3=A9lien?= Date: Thu, 20 Jun 2019 16:06:29 +0200 Subject: [PATCH] Update README.md Update install instructions --- README.md | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 9f9d8d4d..e894b163 100644 --- a/README.md +++ b/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 cd AIL-framework ./installing_deps.sh + cd ~/AIL-framework/ -. ./AILENV/bin/activate cd bin/ -./LAUNCH.sh +./LAUNCH.sh -l ``` -The default [installing_deps.sh](./installing_deps.sh) is for Debian and Ubuntu based distributions. For Arch -linux based distributions, you can replace it with [installing_deps_archlinux.sh](./installing_deps_archlinux.sh). +The default [installing_deps.sh](./installing_deps.sh) is for Debian and Ubuntu based distributions. 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). -Starting AIL web interface +Starting AIL -------------------------- -To start the web interface, you first need to fetch the required JavaScript/CSS files: - ```bash -cd $AILENV -cd var/www/ -bash update_thirdparty.sh -``` - -and then you can start the web interface python script: - -```bash -cd $AILENV -cd var/www/ -./Flask_server.py +cd bin/ +./LAUNCH -l ``` 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/ ``` +The default credentials for the web interface are located in ``DEFAULT_PASSWORD``. This file is removed when you change your password. + Training --------