Compare commits

...

2 Commits

Author SHA1 Message Date
gilex-dev 96d4c79bed
Add missing package 2024-06-14 19:50:20 +02:00
gilex-dev 823412ceb6
Fix indentation and trailing whitespace 2024-06-14 19:47:03 +02:00
2 changed files with 13 additions and 12 deletions

View File

@ -38,6 +38,7 @@ 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": ""
}
]