Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

MorganBorman/rayage

Repository files navigation

rayage

A simple web IDE for intro programming students.

Dependencies:

  • python 2.7
  • sqlalchemy 0.7

First run:

git submodule init
git submodule update
python set_user_permission_level.py potterh 2

Replace potterh with your CAS username.

To run:

git submodule update
python main.py

Then visit https://localhost:8080

The admin system requires the dojo dgrid module and dependencies.

First make sure cpm is installed: https://github.com/kriszyp/cpm

Then run:

cd static/lib/
cpm install dgrid
rm -rf dojo/

##Making Changes:

When you create stub methods, create an issue so we remember to update these.

Whenever you commit code, create a new entry on the wiki annotated with the date and what changes you made. Include issues you've created.

About

A simple web IDE for intro programming students.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published