< html lang = "en" >
< head >
< meta charset = "utf-8" / >
< title > Chamilo< / title >
< link rel = "stylesheet" href = "../build/legacy_app.css" / >
< link rel = "stylesheet" href = "../build/app.css" / >
< link rel = "stylesheet" href = "../build/vue.css" / >
< style >
body {width:90%; margin-left: 5%; margin-right: 5%;}
h1 {font-size: xxx-large; margin-top: 1em; margin-bottom: 1em;}
h2 {margin-top: 1em;}
p {margin-bottom: 0.5em; margin-top: 0.5em;}
ul {list-style-type: circle; margin-left: 1em;}
table {margin: 1em;}
< / style >
< / head >
< body >
< nav class = "navbar navbar-default navbar-fixed-top" >
< div class = "container" >
< div class = "collapse navbar-collapse" >
< ul class = "nav navbar-nav" >
< li > < a href = "index.html" > Home< / a > < / li >
< li > < a href = "about.html" > About< / a > < / li >
< li > < a href = "license.html" > License< / a > < / li >
< li > < a href = "credits.html" > Credits< / a > < / li >
< li > < a href = "changelog.html" > Changelog< / a > < / li >
< / ul >
< / div > <!-- /.nav - collapse -->
< / div >
< / nav >
< div >
< h1 > Chamilo 2.x - Documentation< / h1 >
< ul >
< li >
< a href = "installation_guide.html" > Installation guide (EN)< / a >
< / li >
< li >
< a href = "https://docs.chamilo.org/" > Manuals for teachers, admins and developers (several languages available through menu)< / a >
< / li >
< li >
< a href = "https://chamilo.org/forum" > Chamilo Forum< / a >
< / li >
< / ul >
< h2 > Contribute< / h2 >
< p > Are you interested in translating the installation guide to your own language? The best way to proceed is to ask us on the < a href = "http://forum.chamilo.org" > Chamilo forum< / a >
for the latest version – there may be updates to the guide since this version was released – and send new translations off to the < a href = "mailto:translation@chamilo.com" > translation@chamilo.com< / a > email address.
< / p >
< / div >
< hr / >
< a href = "http://validator.w3.org/check?uri=referer" > < img src = "//www.w3.org/Icons/valid-xhtml10-blue" alt = "Valid XHTML 1.0 Transitional" style = "margin: 1em; float: right;" height = "31" width = "88" / > < / a >
< a href = "http://jigsaw.w3.org/css-validator/" >
< img src = "//jigsaw.w3.org/css-validator/images/vcss-blue" style = "margin: 1em; float: right;" alt = "Valid CSS" / >
< / a >
< / body > < / html >