Closed kstaniek closed 8 years ago
Modified Vagrantfile - removed install.sh
The fabric module can be installed with: pip install fabric
pip install fabric
Then example command to install CSM Server on remote VM:
fab -H <vm_ip_address> -u <username> --set proxy=https://proxy-rtp-1.cisco.com:8080 install
--set proxy is optional.
To install on vagrant vagrant up fab vagrant install
vagrant up
fab vagrant install
Modified Vagrantfile - removed install.sh
The fabric module can be installed with:
pip install fabric
Then example command to install CSM Server on remote VM:
fab -H <vm_ip_address> -u <username> --set proxy=https://proxy-rtp-1.cisco.com:8080 install
--set proxy is optional.
To install on vagrant
vagrant up
fab vagrant install