Select Git revision
-
Peter Mangelsdorf authoredPeter Mangelsdorf authored
INSTALL.md 1.54 KiB
Installation
Download Git
1.Download Vagrant
2.Download VirtualBox or an equivalent compatible Virtual Machine System
3.4. Launch Git Bash with Administrative Privileges (Windows Only) for any following commands
5. Cleanup Line Endings (Windows Only)
git config --global core.autocrlf input
6. Clone the Team Repo
git clone --recurse-submodules git@gitlab.cci.drexel.edu:courseeval/team-blue.git se420-team-blue
7. Navigate to the Project Directory
cd se420-team-blue
8. Navigate to the EvaP Directory
cd EvaP
9. Activate Vagrant (and Apply Updates)
vagrant up
While this is running, also open the VirtualBox manager app and click "Show" to open the terminal.
KEEP THIS WINDOWN OPEN, the installation can stall if you do not.
10. Activate Vagrant Connection
vagrant ssh
11. Launch the Server
./manage.py run