ddvic-server/README.md

24 lines
451 B
Markdown

# Ddvic server playbooks
## Dependencies:
System:
```bash
# apt install python3 python3-pip python3-venv
```
Python:
```bash
python3 -m venv .venv
source ./.venv/bin/activate
pip install -r requirements.txt
```
Ansible:
```bash
ansible-galaxy install -r requirements.yml
```
## Start
You shuold firstly specify server in the `invenvtory` file. Then start the root of repo and execute ` ansible-playbook -i inventory deploy_forcad.yml` command.