Compare commits
2 Commits
b55de50d93
...
96d4c79bed
Author | SHA1 | Date |
---|---|---|
gilex-dev | 96d4c79bed | |
gilex-dev | 823412ceb6 |
|
@ -38,6 +38,7 @@ 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