Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Forgejo Install from Binary: Revision history

From Thibble Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 August 2024

  • curprev 03:0603:06, 30 August 2024T20A02 talk contribs 2,818 bytes +2,818 Created page with "Installation: Download Forgejo binary for your CPU architecture and verify the GPG signature. Copy the binary to /usr/local/bin/ and make it executable. # cp forgejo-1.21.5-0-linux-amd64 /usr/local/bin/forgejo # chmod 755 /usr/local/bin/forgejo Ensure git and git-lfs are installed: # apt install git git-lfs Create a user git on the system: # adduser --system --shell /bin/bash --gecos 'Git Version Control' \ --group --disabled-password --home /home/git git Create nece..."