06-19-2024, 05:09 PM
UPDATE:
GIT/GITEA Server installation was successful with some modifications
Installed GIT, no issues.
Then following this procedure: https://docs.gitea.com/next/installation...rom-binary
I used this binary for my system: gitea-1.22.0-linux-386
Completed all steps up to: Running Gitea -> 1. Creating a service file to start Gitea automatically (recommended)
Then using this link: https://www.antixforum.com/forums/topic/...post-56414
I created the runit run service file in /etc/sv/gitea/ (with modifications) using this link: https://gitea.artixlinux.org/packages/gi.../gitea.run
I had to replace the user "gitea" with my git user account created during the install and the rewrite the service launch to this:
USER=git HOME=/var/lib/gitea GITEA_WORK_DIR=/var/lib/gitea/ exec chpst -u git:git /usr/local/bin/gitea web -c /etc/gitea/app.ini
Then I added the symlink to /etc/service/ and enabled the service. I was then able to access the web service at localhost:3000 and finish the installation pointing to my Mariadb external server.
SYSTEM:
DELL OPTIPLEX 170L (circa 2004)
Single CPU i686 32-bit
Intel® Celeron CPU 2.40GHz
512 Mb SDRAM 266MHz
GIT/GITEA Server installation was successful with some modifications
Installed GIT, no issues.
Then following this procedure: https://docs.gitea.com/next/installation...rom-binary
I used this binary for my system: gitea-1.22.0-linux-386
Completed all steps up to: Running Gitea -> 1. Creating a service file to start Gitea automatically (recommended)
Then using this link: https://www.antixforum.com/forums/topic/...post-56414
I created the runit run service file in /etc/sv/gitea/ (with modifications) using this link: https://gitea.artixlinux.org/packages/gi.../gitea.run
I had to replace the user "gitea" with my git user account created during the install and the rewrite the service launch to this:
USER=git HOME=/var/lib/gitea GITEA_WORK_DIR=/var/lib/gitea/ exec chpst -u git:git /usr/local/bin/gitea web -c /etc/gitea/app.ini
Then I added the symlink to /etc/service/ and enabled the service. I was then able to access the web service at localhost:3000 and finish the installation pointing to my Mariadb external server.
SYSTEM:
DELL OPTIPLEX 170L (circa 2004)
Single CPU i686 32-bit
Intel® Celeron CPU 2.40GHz
512 Mb SDRAM 266MHz