You've already forked gitea-ubuntu-multi
postinstall changes
This commit is contained in:
14
giteainstall
14
giteainstall
@@ -351,15 +351,15 @@ chmod 755 "$postscript"
|
|||||||
postnotice=$(cat <<EOF
|
postnotice=$(cat <<EOF
|
||||||
--------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------
|
||||||
NEXT STEP: Go to http://$hostname and complete the initial configuration.
|
NEXT STEP: Go to http://$hostname and complete the initial configuration.
|
||||||
--------------------------------------------------------------------------------------
|
|
||||||
|
Username : $giteauser
|
||||||
|
Password : $dbpass
|
||||||
Database Name : $gitea_db
|
Database Name : $gitea_db
|
||||||
Database User : $giteauser
|
|
||||||
Database Password: $dbpass
|
|
||||||
|
|
||||||
IMPORTANT: Leave the Gitea port unchanged. The postinstall script will take care this.
|
NOTE: Leave the Gitea port unchanged in the web installer.
|
||||||
|
The Postinstall script will take care these changes.
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------
|
IMPORTANT: When done, run the following command to apply port changes and adjustments.
|
||||||
IMPORTANT: Once done from a terminal run the following command to finish up
|
|
||||||
|
|
||||||
sudo /etc/$giteauser/gitea-postinstall
|
sudo /etc/$giteauser/gitea-postinstall
|
||||||
|
|
||||||
@@ -377,7 +377,7 @@ printf "Postinstall script saved at: /etc/%s/gitea-postinstall\n" "$giteauser"
|
|||||||
#
|
#
|
||||||
# All done
|
# All done
|
||||||
#
|
#
|
||||||
printf "\nAll Done...\n"
|
clear ; printf "\nAll Done...\n"
|
||||||
|
|
||||||
#
|
#
|
||||||
# End of script
|
# End of script
|
||||||
|
|||||||
Reference in New Issue
Block a user