mirror of
https://github.com/YunoHost-Apps/pepettes_ynh.git
synced 2024-09-03 19:56:35 +02:00
cleaning
This commit is contained in:
parent
c7ac1ed2b1
commit
3d7a57c694
4 changed files with 4 additions and 1 deletions
|
@ -34,7 +34,7 @@ ram.runtime = "50M"
|
|||
default = "visitors"
|
||||
|
||||
[install.project_name]
|
||||
ask.en = "What's the name of the project which will received donation ?"
|
||||
ask.en = "What's the name of the project which will received donation?"
|
||||
ask.fr = "Quel est le nom du projet qui va recevoir les dons ?"
|
||||
type = "string"
|
||||
default = ""
|
||||
|
|
|
@ -54,6 +54,7 @@ pushd $install_dir
|
|||
venv/bin/pip install --upgrade pip
|
||||
venv/bin/pip install -r requirements.txt
|
||||
venv/bin/pip install gunicorn
|
||||
venv/bin/pybabel compile -d locales/
|
||||
mkdir -p /var/log/$app
|
||||
chown -R $app:www-data /var/log/$app
|
||||
chmod o-rwx /var/log/$app
|
||||
|
|
|
@ -30,6 +30,7 @@ pushd $install_dir
|
|||
venv/bin/pip install --upgrade pip
|
||||
venv/bin/pip install -r requirements.txt
|
||||
venv/bin/pip install gunicorn
|
||||
venv/bin/pybabel compile -d locales/
|
||||
mkdir -p /var/log/$app
|
||||
chown -R $app:www-data /var/log/$app
|
||||
chmod o-rwx /var/log/$app
|
||||
|
|
|
@ -51,6 +51,7 @@ pushd $install_dir
|
|||
venv/bin/pip install --upgrade pip
|
||||
venv/bin/pip install -r requirements.txt
|
||||
venv/bin/pip install gunicorn
|
||||
venv/bin/pybabel compile -d locales/
|
||||
mkdir -p /var/log/$app
|
||||
chown -R $app:www-data /var/log/$app
|
||||
chmod o-rwx /var/log/$app
|
||||
|
|
Loading…
Add table
Reference in a new issue