Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 1.75 KB

README.rst

File metadata and controls

67 lines (40 loc) · 1.75 KB

EvaP - Evaluation Platform

Build Status Dependency Status Code Health

What is EvaP?

EvaP is the course evaluation system used internally at Hasso Plattner Institute.

For the documentation, please look into the docs subdirectory or its online version: https://evap.readthedocs.org.

Installation

The vagrant setup is shown here. For manual installation instructions and production deployment see http://evap.readthedocs.org/en/latest/installation.html.

  1. Checkout EvaP and its submodules:

    git clone --recurse-submodules [email protected]:fsr-itse/EvaP.git
    
  2. After installing Vagrant, run in your EvaP root directory:

    vagrant up
    
  3. Open your browser:

    http://localhost:8000/
    
  4. Log in with the following credentials:

    username: evap
    password: evap
    

That's it!

Contributing

We'd love to see contributions, feel free to fork! You should probably branch off master, the branch release is used for stable revisions.

Mailinglist

We have a mailinglist called [email protected].

You can add yourself to the list at http://lists.myhpi.de/HQowKfvd70oVOTPEWG2UhB0OO0rfo8Z.

License

See docs/License.rst.