forc_ad_automated/README.md

28 lines
431 B
Markdown
Raw Normal View History

2022-09-28 19:52:28 +02:00
# FAUST AD automated server install
## Dependencies:
- System:
```bash
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
Start at the root of repo and execute `<here_ans_command>` command.