Updated documentation.

pull/202/head
Cédric Bonhomme 2019-08-22 11:38:32 +02:00
parent a166915a16
commit 3a7d6b54bf
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 4 additions and 5 deletions

View File

@ -115,8 +115,8 @@ There are 2 parts:
In your MariaDB interpreter: In your MariaDB interpreter:
CREATE DATABASE monarc_cli DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci; MariaDB [(none)]> CREATE DATABASE monarc_cli DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;
CREATE DATABASE monarc_common DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci; MariaDB [(none)]> CREATE DATABASE monarc_common DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;
* monarc_common contains models and data created by CASES; * monarc_common contains models and data created by CASES;
* monarc_cli contains all client risk analyses. Each analysis is based on CASES * monarc_cli contains all client risk analyses. Each analysis is based on CASES
@ -162,13 +162,12 @@ And configure the database connection:
# 3. Update MONARC # 3. Update MONARC
## Install Grunt Install Grunt:
$ sudo apt-get -y install npm $ sudo apt-get -y install npm
$ npm install -g grunt-cli $ npm install -g grunt-cli
then update MONARC:
Update MONARC:
$ ./scripts/update-all.sh $ ./scripts/update-all.sh