From 4d9329d616dd0581c4bf9d6b5f47ba35ff3ddb58 Mon Sep 17 00:00:00 2001 From: coolaj86 Date: Sat, 28 Oct 2017 05:27:16 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e327de0..470e94f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Installs Gitea as a systemd service -# Linux +## Linux Install Script You can download and run the installer script: @@ -32,6 +32,13 @@ sudo wget -O /etc/systemd/system/gitea.service https://git.coolaj86.com/coolaj86 sudo systemctl restart gitea ``` +## 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. + +> http://localhost:3000/ + # Troubleshooting ## Error 226/Namespace @@ -106,4 +113,6 @@ Try this: ```bash sudo chmod +x /opt/gitea/gitea + +sudo systemctl restart gitea ``` \ No newline at end of file