Extra gogs instructions

This commit is contained in:
Bob Mottram 2015-03-19 21:39:34 +00:00
parent 52767d00c7
commit fb733d603c
1 changed files with 5 additions and 0 deletions

View File

@ -6756,6 +6756,11 @@ function install_gogs {
echo 'Leave email service settings empty' >> /home/$MY_USERNAME/README
echo 'Check "Enable Register Confirmation"' >> /home/$MY_USERNAME/README
echo 'Check "Enable Mail Notification"' >> /home/$MY_USERNAME/README
echo '' >> /home/$MY_USERNAME/README
echo 'After the initial install edit /home/git/go/src/github.com/gogits/gogs/custom/conf/app.ini' >> /home/$MY_USERNAME/README
echo 'and within the [server] section set:' >> /home/$MY_USERNAME/README
echo "DOMAIN = $GIT_DOMAIN_NAME" >> /home/$MY_USERNAME/README
echo "ROOT_URL = https://$GIT_DOMAIN_NAME/" >> /home/$MY_USERNAME/README
fi
echo "create database gogs;