mirror of
https://github.com/YunoHost-Apps/bookwyrm_ynh.git
synced 2024-09-03 18:16:12 +02:00
Merge 09c80b4c6f
into b49b87f14f
This commit is contained in:
commit
9fa9a18a6e
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ $install_dir/venv/bin/pip3 install -r "$install_dir/requirements.txt"
|
|||
#=================================================
|
||||
ynh_script_progression --message="Initializing database..." --weight=1
|
||||
|
||||
ynh_psql_execute_as_root --sql="CREATE EXTENSION IF NOT Exists pg_trgm;" --database="$db_name"
|
||||
|
||||
$install_dir/venv/bin/python3 "$install_dir/manage.py" migrate
|
||||
$install_dir/venv/bin/python3 "$install_dir/manage.py" initdb
|
||||
$install_dir/venv/bin/python3 "$install_dir/manage.py" compile_themes
|
||||
|
|
Loading…
Add table
Reference in a new issue