The setup script is failing due to a pip error following the url for get-pip changing. We have seen this on several other projects, and it has been repaired by specifying the correct URL in the Vagrant file.
Connects #106
Testing Instructions
Run ./scripts/setup and confirm that the build succeeds.
In Vagrant, run ./scripts/update and ./scripts/server. The app should load and run correctly at http://localhost:3333.
Overview
The setup script is failing due to a pip error following the url for get-pip changing. We have seen this on several other projects, and it has been repaired by specifying the correct URL in the Vagrant file.
Connects #106
Testing Instructions
./scripts/setup
and confirm that the build succeeds../scripts/update
and./scripts/server
. The app should load and run correctly at http://localhost:3333.