-
Oussama authored
add RGPD md file create pdf and html index fot iam modify the readme file add title to RGPD file add title to RGPD file
f45ebbf3
To learn more about this project, read the wiki.
README.md 13.09 KiB
VitamUI
Prerequisites
Tools
- Install JDK version >= 8
- Install Maven
- Run this script to set it up
- Install Git
- Install Node.js and npm (with nvm)
- Configure default registry:
npm config set registry https://registry.npmjs.org/
- Configure default registry:
- Python version 2.7 + pip for Python 2
- Install Ansible (see Ansible)
Ansible
Current version of VitamUI depends on Ansible version 2.7.0 in order to run installation scripts.
With VirtualEnv
In order not to interfere with more recent Ansible version, deploy a Python VirtualEnv in which you install Ansible 2.7.0:
- Check that VirtualEnv executable is installed:
apt-get install python-virtualenv
- In a directory of your choice, create the virtual environment:
virtualenv vitamUI-ansible
- Activate the environment:
vitamUI-ansible/bin/activate