Compare commits

..

No commits in common. "96d4c79bedb8bdf745b6cf33e1e5bf125116b55a" and "b55de50d93855a6224f5da9332e68532ae631874" have entirely different histories.

2 changed files with 12 additions and 13 deletions

View File

@ -38,7 +38,6 @@ cd GisServer
+
[,bash]
----
sudo apt install python3-venv # required on debian/ubuntu
python3 -m venv ./.venv --system-site-packages
source ./.venv/bin/activate
pip3 install -r requirements.txt

View File

@ -1,14 +1,14 @@
[
{
"login": "admin",
"_clear_password_to_be_encrypted": "{{ lizmap_admin_pass }}",
"status": 1,
"email": "admin@localhost.localdomain",
"firstname": "",
"lastname": "",
"organization": "",
"street": "",
"postcode": "",
"city": ""
}
{
"login": "admin",
"_clear_password_to_be_encrypted": "{{ lizmap_admin_pass }}",
"status": 1,
"email": "admin@localhost.localdomain",
"firstname": "",
"lastname": "",
"organization": "",
"street": "",
"postcode": "",
"city": ""
}
]