diff --git a/ct/onedev.sh b/ct/onedev.sh index e51920a6..92f3583c 100644 --- a/ct/onedev.sh +++ b/ct/onedev.sh @@ -97,4 +97,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. - ${BL}http://${IP}:3000${CL} \n" \ No newline at end of file + ${BL}http://${IP}:6610${CL} \n" \ No newline at end of file diff --git a/install/onedev-install.sh b/install/onedev-install.sh index 08ee325e..432b45af 100644 --- a/install/onedev-install.sh +++ b/install/onedev-install.sh @@ -29,6 +29,7 @@ wget -q https://code.onedev.io/onedev/server/~site/onedev-latest.tar.gz tar -xzf onedev-latest.tar.gz mv /opt/onedev-latest /opt/onedev $STD /opt/onedev/bin/server.sh install +systemctl start onedev RELEASE=$(cat /opt/onedev/release.properties | grep "version" | cut -d'=' -f2) echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt" msg_ok "Installed OneDev"