diff options
author | John Olheiser <john.olheiser@gmail.com> | 2020-03-29 05:07:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-29 11:07:40 +0100 |
commit | 3f0cb8b33a6e96a12498c9d5c2ae8dda44a13a62 (patch) | |
tree | 3b657a2b18a234b342dddabf8729a08a2f84acc1 /docs | |
parent | e83daf77ade99057b61525c1f54ed3d10aec8091 (diff) | |
download | gitea-3f0cb8b33a6e96a12498c9d5c2ae8dda44a13a62.tar.gz gitea-3f0cb8b33a6e96a12498c9d5c2ae8dda44a13a62.zip |
Remove test from installation directions (#10873)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/installation/from-binary.en-us.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/content/doc/installation/from-binary.en-us.md b/docs/content/doc/installation/from-binary.en-us.md index 10f0ff15b6..d1bb3693bd 100644 --- a/docs/content/doc/installation/from-binary.en-us.md +++ b/docs/content/doc/installation/from-binary.en-us.md @@ -33,15 +33,6 @@ gpg --keyserver pgp.mit.edu --recv 7C9E68152594688862D62AF62D9AE806EC1592E2 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 **NOTE:** Many of the following directories can be configured using [Environment Variables]({{< relref "doc/advanced/specific-variables.en-us.md" >}}) as well! |