forked from sakaiproject/sakai
-
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.
Initial README.md about the project.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Sakai CLE | ||
|
||
This is the source code for the Sakai CLE. | ||
|
||
## Building | ||
|
||
To build Sakai you need Java 1.7 and Maven 3.2. Once you have clone a copy of this repository you can | ||
build it by running: | ||
``` | ||
mvn install | ||
``` | ||
|
||
## Contributing | ||
|
||
To contribute to the Sakai project please follow the workflow on: | ||
https://confluence.sakaiproject.org/display/SAKDEV/Git+Setup | ||
|
||
|
||
## Bugs | ||
|
||
For filing bugs against Sakai please use our Jira instance: https://jira.sakaiproject.org/ | ||
|