[Bug 247381] www/gitea: fails to start due to missing locale files
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jun 28 10:00:58 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247381
--- Comment #4 from stb at lassitu.de ---
Please take alook at the startup script in /usr/local/etc/rc.d/gitea. WThe way
the Gitea project builds the binary, it is not possible to just run `gitea
web`; you will need to set some command line options and environment variables
to point gitea to where things live in FreeBSD (as opposed to the
Docker-centric model Gitea seems to be preferring).
If you're having trouble starting service, please check the syslog output for
hints. If all else fails, running the start script like so might give an
indication why it might be failing:
sh -vx /usr/local/etc/rc.d/gitea start
I would love to have a default configuration of the gitea binary that points at
the right locations by default, but so far I haven't been successful in
supplying the right options to the build. I'd be very happy to have somebody
else figure that out!
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list