Skip to content

a course management system (similar to ilearn) based on git

License

Notifications You must be signed in to change notification settings

M-Evans/gitlearn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

what is gitlearn?

Gitlearn is an open source learning management system (similar to ilearn/blackboard). The distinguishing feature of gitlearn is that classes and grades are stored in git repositories.

installation

Installing is simple. Just clone the repo and add the scripts folder to your PATH using the following commands:

$ git clone https://github.com/mikeizbicki/gitlearn
$ export PATH=$(pwd)/gitlearn/scripts:$PATH

In order for your PATH to remain across sessions you need to update your ~/.bashrc (or similar):

$ echo "export PATH=$(pwd)/gitlearn/scripts:"'$PATH' >> $HOME/.bashrc

FIXME: add better install script

About

a course management system (similar to ilearn) based on git

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 67.1%
  • Perl 29.0%
  • CSS 2.8%
  • HTML 1.1%