Skip to content

leowe/EvaP

 
 

Repository files navigation

EvaP - Evaluation Platform

build status Dependency Status Code Health Code Coverage

What is EvaP?

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

For the documentation, please see our wiki.

Installation

The easiest setup using Vagrant and VirtualBox is shown here. For manual installation instructions and production deployment please see the wiki page on installation.

  1. Install git, Vagrant and VirtualBox

  2. Fork the Evap repository (using the Fork-button in the upper right corner on GitHub)

  3. Run the following commands on the command line to clone the repository, create the Vagrant VM and run the Django development server:

     git clone --recurse-submodules https://github.com/<your_github_username>/EvaP.git
     cd EvaP
     vagrant up
     vagrant ssh
     ./manage.py run
    
  4. Open your browser at http://localhost:8000/ and login with username evap and 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.

License

MIT, see LICENSE.md.

Supported Browsers

The platform is only tested in Mozilla Firefox and Google Chrome. Other browsers might not render all pages correctly.

About

a university course evaluation system written in Python using Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.0%
  • HTML 29.3%
  • CSS 2.7%
  • JavaScript 1.7%
  • Shell 0.3%