mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2024-11-21 18:41:35 +01:00
Update install
This commit is contained in:
parent
4bbc57360c
commit
05de69f723
@ -58,6 +58,12 @@ ynh_system_user_create $app
|
|||||||
# create needed directories
|
# create needed directories
|
||||||
create_dir
|
create_dir
|
||||||
|
|
||||||
|
# Configure init script
|
||||||
|
ynh_add_systemd_config
|
||||||
|
|
||||||
|
# Modify Nginx configuration file and copy it to Nginx conf directory
|
||||||
|
config_nginx
|
||||||
|
|
||||||
# Install Gogs
|
# Install Gogs
|
||||||
cp -a ../conf/app.ini $final_path
|
cp -a ../conf/app.ini $final_path
|
||||||
cd $final_path
|
cd $final_path
|
||||||
|
Loading…
Reference in New Issue
Block a user