Skip to content
Snippets Groups Projects
Select Git revision
  • fd246b531b7bb770e25ffa9fd2879e28771b44e9
  • main default
2 results

CONDUCT.md

Blame
  • INSTALL.md 1.54 KiB

    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)

    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