Follow the instructions below to download all GVE scripts.
Assuming you installed python3 and git properly, you can clone the individual repositories manually, or you can copy and execute the clone-repos.sh script which can be found here: https://raw.githubusercontent.com/cisco-gve/setup/master/clone-repos.sh
Note: For Windows users, please use Cygwin as shell. Please see https://www.cygwin.com
Run the clone-repos.sh script:
#sh clone-repos.sh
Please download Docker from https://www.docker.com/community-edition
Pull and run the Cisco GVE Docker image:
#docker pull ciscogve/gve-box
#docker run ciscogve/gve-box
#docker exec -it gve-box bash
You will land on /cisco-gve directory, where you should see a file called setup.sh
Execute the setup.sh script:
#setup.sh
The repositories listed in the script https://raw.githubusercontent.com/cisco-gve/setup/master/clone-repos.sh will be downloaded to your the /cisco-gve directory
Coming soon...