From 8a3ebf85d2668874768292ff2179c40de76c3904 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 29 May 2018 19:55:51 +0000 Subject: [PATCH] update version to 1.4.1 --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b1c03d..cc23218 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Installs [Gitea](https://gitea.io) (formerly gogs) as a systemd service -## Linux Install Script +# Linux Install Script You can download and run the installer script: @@ -11,6 +11,8 @@ wget -O install-gitea.bash https://git.coolaj86.com/coolaj86/gitea-installer.sh/ bash install-gitea.bash ``` +## Install Manually + Or manually install by reading these instructions and following along: ```bash @@ -22,7 +24,7 @@ sudo mkdir -p /opt/gitea/ /var/log/gitea sudo chown -R gitea:gitea /opt/gitea/ /var/log/gitea # Download and install gitea -sudo wget -O /opt/gitea/gitea https://dl.gitea.io/gitea/1.0.1/gitea-1.0.1-linux-amd64 +sudo wget -O /opt/gitea/gitea https://dl.gitea.io/gitea/1.4.1/gitea-1.4.1-linux-amd64 sudo chmod +x /opt/gitea/gitea # Download and install the gitea.service for systemd @@ -32,7 +34,7 @@ sudo wget -O /etc/systemd/system/gitea.service https://git.coolaj86.com/coolaj86 sudo systemctl restart gitea ``` -## Gitea Web Setup (post install) +# Gitea Web Setup (post install) Once you've gitea installed and running you must choose which database to use, certain gitea paths, an admin user, etc. @@ -74,6 +76,7 @@ You can find more information about customization and templates in the docs and * https://docs.gitea.io/en-us/customizing-gitea/ * https://github.com/go-gitea/gitea/tree/master/templates/ + # Troubleshooting systemd See [Troubleshooting systemd](https://git.coolaj86.com/coolaj86/service-installer.sh/src/master/README.md#troubleshooting-systemd) \ No newline at end of file