forc_ad_automated/README.md

528 B

FAUST AD automated server install

Dependencies:

  • System:

            python3
            python3-pip
            python3-venv
    
  • Python:

        	python3 -m venv .venv
        	source ./.venv/bin/activate
        	pip install -r requirements.txt
    
  • Ansible:

        	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_faustad.yml command.