blob: 22a6dfd3d9d1ee66fcfe75469bb2030e155dcf6f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
[
{ type: install
message: <<EOM
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%%.
EOM
}
]
|