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

INSTALL.md

Blame
  • 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

    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.