forked from LearningLocker/learninglocker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,41 @@ | ||
learninglocker | ||
============== | ||
Learning Locker | ||
================ | ||
|
||
The open source learning record store | ||
Learning Locker is an open source Learning Record Store (LRS). | ||
|
||
Homepage: http://learninglocker.net | ||
|
||
THIS IS PRE-ALPHA AND NOT READY TO BE USED IN PRODUCTION. We will announce the first official release on the product website. | ||
|
||
## Basic requirements | ||
|
||
Learning Locker requires PHP 5.4+ with the MongoDB extension, MongoDB and Apache. It is built using a range of additional components, listed below. | ||
|
||
## Official Documentation | ||
|
||
Check out the [wiki pages](https://github.com/davetosh/LearningLocker/wiki) to install and begin using Learning Locker. | ||
|
||
### License | ||
|
||
Learning Locker is open source software licensed under the [GPL v3](http://opensource.org/licenses/GPL-3.0) | ||
|
||
### Contributing To Learning Locker | ||
|
||
There are several ways you can get involved with Learning Locker. Visit our site to find out more http://learninglocker.net/community/ | ||
|
||
#### Contributors | ||
|
||
* HT2 (http://ht2.co.uk) | ||
* Dave Tosh (http://davetosh.com) | ||
|
||
#### Copyright | ||
|
||
Learning Locker is copyright HT2 (http://ht2.co.uk) | ||
|
||
#### Open Source components | ||
|
||
* Laravel (http://laravel.com) | ||
* Twitter Bootstrap (http://getbootstrap.com) | ||
* MongoDB (http://www.mongodb.org/) | ||
* MongoDB support for Laravel (https://github.com/jenssegers/Laravel-MongoDB) | ||
* Morris.js Graphs (https://github.com/oesmith/morris.js) |