|
43.
|
|
|
Do a checkout of the code for the manual:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:23
|
|
44.
|
|
|
via SSH: ``git clone git@git.mahara.org:user-manual/manual.git`` **OR**
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:25
|
|
45.
|
|
|
via HTTS: ``git clone https://git.mahara.org/user-manual/manual.git``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:26
|
|
46.
|
|
|
In the terminal, enter the folder "manual": ``cd manual``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:30
|
|
47.
|
|
|
Install the virtual environment for this folder: ``virtualenv venv``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:29
|
|
48.
|
|
|
Activate the virtual environment: ``. venv/bin/activate``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:30
|
|
49.
|
|
|
Install all requirements: ``pip install -r requirements.txt``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:31
|
|
50.
|
|
|
Build the manual in HTML: ``make html``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:32
|
|
51.
|
|
|
This will create all translations that are available for the manual and will take a bit. If you only want to create the English manual, you can compile it with ``make preview MAHARA=18.10``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:35
|
|
52.
|
|
|
If you want to compile a PDF, you can do so via ``make latexpdf``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:37
|