Remove test from installation directions (#10873)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
parent
e83daf77ad
commit
3f0cb8b33a
1 changed files with 0 additions and 9 deletions
|
@ -33,15 +33,6 @@ gpg --keyserver pgp.mit.edu --recv 7C9E68152594688862D62AF62D9AE806EC1592E2
|
||||||
gpg --verify gitea-{{< version >}}-linux-amd64.asc gitea-{{< version >}}-linux-amd64
|
gpg --verify gitea-{{< version >}}-linux-amd64.asc gitea-{{< version >}}-linux-amd64
|
||||||
```
|
```
|
||||||
|
|
||||||
## Test
|
|
||||||
|
|
||||||
After getting a binary, it can be tested with `./gitea web` or moved to a permanent
|
|
||||||
location. When launched manually, Gitea can be killed using `Ctrl+C`.
|
|
||||||
|
|
||||||
```
|
|
||||||
./gitea web
|
|
||||||
```
|
|
||||||
|
|
||||||
## Recommended server configuration
|
## Recommended server configuration
|
||||||
|
|
||||||
**NOTE:** Many of the following directories can be configured using [Environment Variables]({{< relref "doc/advanced/specific-variables.en-us.md" >}}) as well!
|
**NOTE:** Many of the following directories can be configured using [Environment Variables]({{< relref "doc/advanced/specific-variables.en-us.md" >}}) as well!
|
||||||
|
|
Reference in a new issue