|
8.
|
|
|
If you also want to generate PDFs, you will need to install all the LaTeX dependencies: ``sudo apt-get install texlive-xetex texlive-lang-all texlive-fonts-extra``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:20
|
|
9.
|
|
|
Create a folder on your computer (if you don't already have one) where you place git repositories, e.g. ``code``.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:21
|
|
10.
|
|
|
In the terminal, enter the folder "code": ``cd code``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:24
|
|
11.
|
|
|
Do a checkout of the code for the user manual:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:25
|
|
12.
|
|
|
via SSH: ``git clone git@git.mahara.org:user-manual/manual.git`` **OR**
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:25
|
|
13.
|
|
|
via HTTS: ``git clone https://git.mahara.org/user-manual/manual.git``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:26
|
|
14.
|
|
|
In the terminal, enter the folder "manual": ``cd manual``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:30
|
|
15.
|
|
|
Install the virtual environment for this folder: ``virtualenv venv``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:29
|
|
16.
|
|
|
Activate the virtual environment: ``. venv/bin/activate``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:30
|
|
17.
|
|
|
Install all requirements: ``pip install -r requirements.txt``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:31
|