-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #319 from mapbender/release/3.20_merged_with_master
Release/3.20 merged with master
- Loading branch information
Showing
83 changed files
with
515 additions
and
515 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,19 +2,19 @@ | |
|
||
This is the Mapbender documentation repository. | ||
|
||
You find the compiled pages of [the latest released version](https://github.com/mapbender/mapbender-documentation/releases) at [https://doc.mapbender.org/](https://doc.mapbender.org/). Other versions of the documentation are also available at [https://docs.mapbender.org/](https://docs.mapbender.org/current/#other-versions-of-this-documentation). | ||
You can find the compiled pages of [the latest released version](https://github.com/mapbender/mapbender-documentation/releases) at [https://doc.mapbender.org/](https://doc.mapbender.org/). Other versions of the documentation are also available at [https://docs.mapbender.org/](https://docs.mapbender.org/current/#other-versions-of-this-documentation). | ||
|
||
The sources are [on Github](https://github.com/mapbender/mapbender-documentation). | ||
|
||
The website code is generated using [Sphinx](http://sphinx-doc.org/), therefore the documentation source is written in [Restructured Text](http://sphinx-doc.org/rest.html). | ||
|
||
You find a documentation about how the documentation is structured in the documentation itself in chapter [How to write Mapbender Documentation?](http://doc.mapbender.org/en/book/development/documentation_howto.html) or directly [here in this Git-Repository](https://github.com/mapbender/mapbender-documentation/blob/master/en/documentation_howto.rst). | ||
You can find instructions on how the documentation is structured in chapter [How to write Mapbender Documentation?](http://doc.mapbender.org/en/book/development/documentation_howto.html) or directly [in this Git-Repository](https://github.com/mapbender/mapbender-documentation/blob/master/en/documentation_howto.rst). | ||
|
||
|
||
To build the website locally, you need to install Sphinx. Install it in Debian-based distributions via | ||
|
||
```bash | ||
sudo apt-get install sphinx-common python3-sphinx | ||
sudo apt-get install sphinx-common python3-sphinx | ||
sudo apt-get install pip3 | ||
sudo pip3 install sphinxcontrib-phpdomain | ||
``` | ||
|
@@ -30,12 +30,12 @@ Example | |
```bash | ||
|
||
cd /data | ||
git clone git clone git@github.com:mapbender/mapbender-documentation | ||
git clone [email protected]:mapbender/mapbender-documentation | ||
git checkout release/3.2.0 | ||
|
||
ln -s /data/mapbender-documentation/_build/ /var/www/html/mb-doc | ||
|
||
rm -Rf _build | ||
rm -rf _build | ||
sphinx-build . _build -A version=3.2.0 | ||
|
||
http://localhost/mb-doc/ | ||
|
@@ -44,4 +44,4 @@ http://localhost/mb-doc/ | |
To participate in the documentation, create a fork and submit a pull request with your changes. | ||
|
||
|
||
Have fun! | ||
Have fun! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. _development_introcution_de: | ||
.. _development_introduction_de: | ||
|
||
Einführung | ||
########## | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,17 +8,19 @@ Benutzer mit der ID 1 zurücksetzen | |
|
||
Der Befehl ``app/console fom:user:resetroot`` setzt den User mit der ID 1 zurück. Dieser Benutzer hat generell alle Rechte. | ||
|
||
.. code-block:: bash | ||
$ app/console fom:user:resetroot | ||
Welcome to the Mapbender root account management command | ||
Enter the username to use for the root account. | ||
Username [root]: root | ||
Enter the e-mail adress to use for the root account. | ||
E-Mail [[email protected]]: [email protected] | ||
Enter the password to use for the root account. | ||
Password: secret | ||
Do you confirm reset [yes]? yes | ||
The root is now usable. Have fun! | ||
.. code-block:: yaml | ||
app/console fom:user:resetroot | ||
Welcome to the Mapbender root account management command | ||
Enter the username to use for the root account. | ||
Username [root]: root | ||
Enter the e-mail adress to use for the root account. | ||
E-Mail [[email protected]]: [email protected] | ||
Enter the password to use for the root account. | ||
Password: secret | ||
Do you confirm reset [yes]? yes | ||
The root is now usable. Have fun! | ||
Neue Benutzer anlegen | ||
|
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.