Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Development Workflow


Install Guide


VirtualBox 6.1



Vagrant 


Docker (not need for Virtual Machines only setup)


pyenv (recommended)


Python required packages

Install python requirement with pip

pip install -r requirements.txt


Setting up a Development Environment


Create .acsenv in your home folder

mkdir $HOME/.acsenv/

create yml file boxes_config.yml. An example can be downloaded boxes_config.yml

---
memory: 4096
cpus: 2
gui: false
boxes:
- name: acs01
ip_private: 10.10.10.10
ip_public: 192.168.1.155
- name: acs02
ip_private: 10.10.10.11
ip_public: 192.168.1.156


Warning: acs needs at least 4GB (4096MB) of memory.





VPN Install on Centos 7 VM

...