csm-aut / csm

This repository contains Cisco Software Manager (CSM Server) source code
Apache License 2.0
11 stars 7 forks source link

Fabric installer added #26

Closed kstaniek closed 8 years ago

kstaniek commented 8 years ago

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