Compare commits
2 Commits
b55de50d93
...
96d4c79bed
Author | SHA1 | Date |
---|---|---|
gilex-dev | 96d4c79bed | |
gilex-dev | 823412ceb6 |
|
@ -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
|
||||
|
|
|
@ -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": ""
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue