mirror of
https://git.coolaj86.com/coolaj86/gitea-installer.sh.git
synced 2024-12-22 06:15:41 +00:00
tell user to visit install page
This commit is contained in:
parent
6a34cb6eaa
commit
ba3002dff6
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# wget -O install-gitea.bash https://git.coolaj86.com/coolaj86/gitea-installer/raw/master/install.bash; bash install-gitea.bash
|
||||||
|
|
||||||
# wget -O - https://git.coolaj86.com/coolaj86/gitea-installer/raw/master/install.bash | bash
|
# wget -O - https://git.coolaj86.com/coolaj86/gitea-installer/raw/master/install.bash | bash
|
||||||
|
|
||||||
# Create a 'gitea' user and group with the home /opt/gitea
|
# Create a 'gitea' user and group with the home /opt/gitea
|
||||||
@ -18,3 +20,5 @@ sudo wget -O /etc/systemd/system/gitea.service https://git.coolaj86.com/coolaj86
|
|||||||
|
|
||||||
# Start gitea
|
# Start gitea
|
||||||
sudo systemctl restart gitea
|
sudo systemctl restart gitea
|
||||||
|
|
||||||
|
echo "Please visit http://localhost:3000/ now to finish installing gitea"
|
||||||
|
Loading…
Reference in New Issue
Block a user