Compare commits
No commits in common. "96d4c79bedb8bdf745b6cf33e1e5bf125116b55a" and "b55de50d93855a6224f5da9332e68532ae631874" have entirely different histories.
96d4c79bed
...
b55de50d93
|
@ -38,7 +38,6 @@ cd GisServer
|
||||||
+
|
+
|
||||||
[,bash]
|
[,bash]
|
||||||
----
|
----
|
||||||
sudo apt install python3-venv # required on debian/ubuntu
|
|
||||||
python3 -m venv ./.venv --system-site-packages
|
python3 -m venv ./.venv --system-site-packages
|
||||||
source ./.venv/bin/activate
|
source ./.venv/bin/activate
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"login": "admin",
|
"login": "admin",
|
||||||
"_clear_password_to_be_encrypted": "{{ lizmap_admin_pass }}",
|
"_clear_password_to_be_encrypted": "{{ lizmap_admin_pass }}",
|
||||||
"status": 1,
|
"status": 1,
|
||||||
"email": "admin@localhost.localdomain",
|
"email": "admin@localhost.localdomain",
|
||||||
"firstname": "",
|
"firstname": "",
|
||||||
"lastname": "",
|
"lastname": "",
|
||||||
"organization": "",
|
"organization": "",
|
||||||
"street": "",
|
"street": "",
|
||||||
"postcode": "",
|
"postcode": "",
|
||||||
"city": ""
|
"city": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue