|
26.
|
|
|
The code for the Mahara user manual is managed in git.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:22
|
|
27.
|
|
|
Create a folder on your computer (if you don't already) where you place git repositories, e.g. ``code``.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:24
|
|
28.
|
|
|
In the terminal, enter the folder "code": ``cd code``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:24
|
|
29.
|
|
|
Do a checkout of the code:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:26
|
|
30.
|
|
|
via SSH: ``git clone git@git.mahara.org:user-manual/manual.git`` **OR**
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:25
|
|
31.
|
|
|
via HTTS: ``git clone https://git.mahara.org/user-manual/manual.git``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:26
|
|
32.
|
|
|
In the terminal, enter the folder "manual": ``cd manual``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:30
|
|
33.
|
|
|
Compile the user manual in English only. The following command assumes that you want to compile it for Mahara 15.10: ``make preview MAHARA=15.10``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:32
|
|
34.
|
|
|
Open the ``index.html`` file in a browser to view the manual. You can find it in the folder ``build/en/15.10``.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:33
|
|
35.
|
|
|
Screenshots
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:58
|