implementing more descriptions
This commit is contained in:
25
README.md
25
README.md
@@ -35,6 +35,31 @@ insserv gcf1
|
||||
systemctl enable gcf1
|
||||
```
|
||||
|
||||
5. Go to: /usr/local/gcf1/ and open etc/gcf1.conf with a text editor. Edit the following and save the
|
||||
file.
|
||||
FC_DL_PATH=/dl100/get.cgi
|
||||
FC_DL_PATH_SMALLDB=/dls100/get.cgi
|
||||
...
|
||||
FC_PLACE={Your Company Name}
|
||||
FC_LICENCE={Your SDK License Key}
|
||||
FC_EMAIL={Your Email Address}
|
||||
|
||||
6. To start the service, run:
|
||||
|
||||
```
|
||||
sbin/gcf1 start
|
||||
Starting gcf1d services: ...succeeded
|
||||
```
|
||||
|
||||
7. To download/update databases, run:
|
||||
|
||||
```
|
||||
bin/gcf1dbmng.sh etc urldb_download
|
||||
Success DB download .
|
||||
bin/gcf1dbmng.sh etc urldb_update
|
||||
Success DB update .
|
||||
```
|
||||
|
||||
## UDP Server Setup
|
||||
|
||||
1. Clone the repository:
|
||||
|
||||
Reference in New Issue
Block a user