Marco Villegas e7c246f349 Fix last commit: actually, let the message not be null. | il y a 11 ans | |
---|---|---|
config | il y a 11 ans | |
custompages | il y a 11 ans | |
data | il y a 11 ans | |
documentation | il y a 11 ans | |
inc | il y a 11 ans | |
logs | il y a 11 ans | |
main | il y a 11 ans | |
plugin | il y a 11 ans | |
sincro | il y a 11 ans | |
src | il y a 11 ans | |
tests | il y a 11 ans | |
vendor | il y a 11 ans | |
web | il y a 11 ans | |
.gitignore | il y a 11 ans | |
.htaccess | il y a 11 ans | |
README.md | il y a 11 ans | |
apple-touch-icon.png | il y a 12 ans | |
composer.json | il y a 11 ans | |
console-config.php | il y a 11 ans | |
console.php | il y a 11 ans | |
favicon.ico | il y a 11 ans | |
global.inc.php | il y a 11 ans | |
htaccess-dist | il y a 11 ans | |
index.php | il y a 11 ans | |
license.txt | il y a 12 ans | |
robots.txt | il y a 11 ans | |
user_portal.php | il y a 11 ans | |
whoisonline.php | il y a 11 ans | |
whoisonlinesession.php | il y a 11 ans |
A next generation Learning Management system focused on ease of use, collaboration and sharing. See documentation/index.html for a complete overview of Chamilo.
Beware that the Chamilo Association hosts two completely different applications: Chamilo LMS (this software here) and Chamilo LCMS (a more experimental application focused on sharing learning objects, mostly, hosted on Bitbucket, not here). https://campus.chamilo.org, https://stable.chamilo.org and the vast majority of Chamilo installations around the world (98%) use Chamilo LMS.
Inside this Chamilo LMS project itself, there are two main "branches":
If you are in search of the latest patches to your production installation, you should choose 1.9.x. If you are adventurous and look forward to contribute to something that mostly works but is still under heavy development, you should stick with the default HEAD branch.
Chamilo LMS v10 should be out around January 2014, so not too far away, and comes with an improved files structure and a lot of new dependencies/packages coming from Symfony and Composer. If you have time on your hands and are looking for long term contributions, that's where we'd like you to help.
You need a working web server + PHP + MySQL setup.
To install from Git (which means installing an unstable, development version of this application), do the following:
Clone the Chamilo LMS repo from Github:
git clone https://github.com/chamilo/chamilo-lms.git the-directory-you-created
Once you have downloaded it, you will need to follow the installation instructions. You can get the latest version inside the documentation/ folder of your recently-downloaded Chamilo, or you can see them online for the latest stable version at https://stable.chamilo.org/documentation/installation_guide.html
Before you start the installation procedure, if you want to work on Chamilo LMS 1.9.x, you'll need to do this:
cd the-directory-you-created
git checkout --track origin/1.9.x
git config --global push.default current
This way, you'll stick to the 1.9.x branch only in this directory (your installation will be 1.9.x only), and when sending commits, they will automatically be sent to the 1.9.x branch.
Finally, if you are really looking into contributing back to Chamilo, you should (really) create yourself a Github account and "fork this project". You would then download Chamilo from your own Github repository first, then send changes to your repository and finally (once you're sure they're matching our coding conventions), submit a "Pull request" to Chamilo. This is the cleanest, more time-saving way to do it!
Please submit any bugs, feature requests and non-trivial patches to http://support.chamilo.org/ Always make sure you look for the Chamilo LMS subproject when submittingbug reports, contributing, asking on the forum, IRC, etc.
When contributing patches (which we always welcome, as long as you agree to do that under the GNU/GPLv3 license), please ensure you respect our coding conventions: https://support.chamilo.org/projects/1/wiki/Coding_conventions (mostly PSR-2 with a few additional rules and hints).
You can always check the impact of your changes and confirm with other users on the following portals, which are automatically updated every 15 minutes:
For news, events and more information on Chamilo LMS please visit http://www.chamilo.org/
Check out #chamilo on irc.freenode.net.
Visit the official Chamilo Forum: http://www.chamilo.org/forum
Chamilo is licensed under the GPLv3 license.