diff options
author | suisseWalter <42143099+suisseWalter@users.noreply.github.com> | 2019-05-23 19:12:59 +0200 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2019-05-23 18:12:59 +0100 |
commit | 181b7c99eddb373b4415b160dde9109cd4191878 (patch) | |
tree | d250aa080f018037343e7009ac46d11a8c912ced /docs | |
parent | 54bd63cd5c5645202625368c185b645c7771f687 (diff) | |
download | gitea-181b7c99eddb373b4415b160dde9109cd4191878.tar.gz gitea-181b7c99eddb373b4415b160dde9109cd4191878.zip |
Added Note about arm7 version to doc (#6983)
Appended the Troubleshooting section with a subsection about the problems with the arm7 version and the recommendation to switch to arm6.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/installation/from-binary.en-us.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/content/doc/installation/from-binary.en-us.md b/docs/content/doc/installation/from-binary.en-us.md index 7e795029db..12e38e8096 100644 --- a/docs/content/doc/installation/from-binary.en-us.md +++ b/docs/content/doc/installation/from-binary.en-us.md @@ -143,6 +143,15 @@ bind: address already in use` Gitea needs to be started on another free port. Th is possible using `./gitea web -p $PORT`. It's possible another instance of Gitea is already running. +### Running Gitea on Raspbian + +As of v1.8, there is a problem with the arm7 version of Gitea and it doesn't run on Raspberry Pi and similar devices. + +It is therefore recommended to switch to the arm6 version which has been tested and shown to work on Raspberry Pi and similar devices. + +<!--- +please remove after fixing the arm7 bug +---> ### Git error after updating to a new version of Gitea If the binary file name has been changed during the update to a new version of Gitea, |