mirror of
https://github.com/YunoHost-Apps/gitea_ynh.git
synced 2024-09-03 20:36:22 +02:00
Update install
This commit is contained in:
parent
4bbc57360c
commit
05de69f723
1 changed files with 6 additions and 0 deletions
|
@ -58,6 +58,12 @@ ynh_system_user_create $app
|
|||
# create needed directories
|
||||
create_dir
|
||||
|
||||
# Configure init script
|
||||
ynh_add_systemd_config
|
||||
|
||||
# Modify Nginx configuration file and copy it to Nginx conf directory
|
||||
config_nginx
|
||||
|
||||
# Install Gogs
|
||||
cp -a ../conf/app.ini $final_path
|
||||
cd $final_path
|
||||
|
|
Loading…
Add table
Reference in a new issue