-
Peter Mangelsdorf authoredPeter Mangelsdorf authored
- Installation
- 1. Download Git
- 2. Download Vagrant
- 3. Download VirtualBox or an equivalent compatible Virtual Machine System
- 4. Launch Git Bash with Administrative Privileges (Windows Only) for any following commands
- 5. Cleanup Line Endings (Windows Only)
- 6. Clone the Team Repo
- 7. Navigate to the Project Directory
- 8. Navigate to the EvaP Directory
- 9. Activate Vagrant (and Apply Updates)
- 10. Activate Vagrant Connection
- 11. Launch the Server
- 12. Access the Website
- NOTICE
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
12. Access the Website
Open a browser to: http://localhost:8000/ and login with:
email: evap@institution.example.com
password: evap
NOTICE
Read E-Valuation's README and Installation Guide before beginning but DO NOT FOLLOW THEIR STEPS
Their steps download to a separate folder and will create problems later when you try to commit merges to the project.