parent
bf83c0c1a8
commit
fe219a6e94
@ -0,0 +1,26 @@ |
|||||||
|
# Chamilo 1.10.x |
||||||
|
|
||||||
|
## Installation |
||||||
|
|
||||||
|
Clone the repository |
||||||
|
|
||||||
|
``` |
||||||
|
git clone https://github.com/chamilo/chamilo-lms.git chamilo-1.10 |
||||||
|
``` |
||||||
|
|
||||||
|
Checkout branch 1.10.x |
||||||
|
|
||||||
|
``` |
||||||
|
cd chamilo-1.10 |
||||||
|
git checkout --track origin/1.10.x |
||||||
|
git config --global push.default current |
||||||
|
``` |
||||||
|
|
||||||
|
Update dependencies using Composer |
||||||
|
|
||||||
|
``` |
||||||
|
composer update |
||||||
|
``` |
||||||
|
|
||||||
|
# Documentation |
||||||
|
For more information on Chamilo, visit https://stable.chamilo.org/documentation |
||||||
@ -1,2 +0,0 @@ |
|||||||
For more information on Chamilo, open documentation/index.html in this directory with a web browser. |
|
||||||
|
|
||||||
Loading…
Reference in new issue