Update 'README.md'

This commit is contained in:
AJ ONeal 2017-10-28 05:27:16 +00:00
rodič 6d7fdfae58
revize 4d9329d616
1 změnil soubory, kde provedl 10 přidání a 1 odebrání

Zobrazit soubor

@ -2,7 +2,7 @@
Installs Gitea as a systemd service Installs Gitea as a systemd service
# Linux ## Linux Install Script
You can download and run the installer 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 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 # Troubleshooting
## Error 226/Namespace ## Error 226/Namespace
@ -106,4 +113,6 @@ Try this:
```bash ```bash
sudo chmod +x /opt/gitea/gitea sudo chmod +x /opt/gitea/gitea
sudo systemctl restart gitea
``` ```