ports/devel/gogs/files/pkg-message.in
Yuri Victorovich 80c876d85e devel/gogs: Changed user from gogs to git; Moved ini file under /usr/local/etc
PR:		224113
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13469
2017-12-18 23:57:06 +00:00

23 lines
786 B
Text

======================================================================
You installed %%PORTNAME%%: Go Git Service.
It is recommended to run %%PORTNAME%% as a service:
# service gogs start
To enable the service at startup you should execute the command:
sysrc %%PORTNAME%%_enable="YES"
You can also run %%PORTNAME%% manually with a command:
# %%PORTNAME%%
Connect to %%PORTNAME%% on the default port 3000:
http://localhost:3000
Configuration file is %%ETCDIR%%/conf/app.ini.
You can only edit it when %%PORTNAME%% isn't running.
%%PORTNAME_FANCY%% needs an SSH daemon, so make sure sure you execute:
sysrc sshd_enable="YES"
and sshd is configured to listen on the same port that is configured
in %%PORTNAME%%.
======================================================================