forc_ad_automated/README.md

30 lines
521 B
Markdown
Raw Normal View History

2022-09-28 19:52:28 +02:00
# FAUST AD automated server install
## Dependencies:
2022-09-28 19:58:16 +02:00
System:
2022-09-28 19:57:17 +02:00
2022-09-28 19:52:28 +02:00
```bash
python3
python3-pip
python3-venv
```
2022-09-28 19:58:16 +02:00
Python:
2022-09-28 19:57:17 +02:00
2022-09-28 19:52:28 +02:00
```bash
python3 -m venv .venv
source ./.venv/bin/activate
pip install -r requirements.txt
```
2022-09-28 19:58:16 +02:00
Ansible:
2022-09-28 19:57:17 +02:00
2022-09-28 19:52:28 +02:00
```bash
ansible-galaxy install -r requirements.yml
```
## Start
2022-09-28 19:57:17 +02:00
You shuold firstly specify server in the `invenvtory` file. Then start the root of repo and execute ` ansible-playbook -i inventory deploy_faustad.yml` command.
2022-09-28 19:52:28 +02:00