|
5.
|
|
|
Install Sphinx
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:13
|
|
6.
|
|
|
The Mahara user manual requires that Sphinx is installed on your computer. You can find information on how to install Sphinx on the `Sphinx website <http://sphinx-doc.org/>`_.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:17
|
|
7.
|
|
|
The following instructions are for Debian / Ubuntu based systems and require that you work in the terminal.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:17
|
|
8.
|
|
|
Install the Python virtual environment: ``sudo apt-get install python-virtualenv``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:19
|
|
9.
|
|
|
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
|
|
10.
|
|
|
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
|
|
11.
|
|
|
In the terminal, enter the folder "code": ``cd code``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:24
|
|
12.
|
|
|
Do a checkout of the code for the user manual:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:25
|
|
13.
|
|
|
via SSH: ``git clone git@git.mahara.org:user-manual/manual.git`` **OR**
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:25
|
|
14.
|
|
|
via HTTS: ``git clone https://git.mahara.org/user-manual/manual.git``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:26
|