Revise service startup and DB management commands
Updated service start and database management instructions to show that the command should be explicitly be run from `/usr/local/gcf1`
This commit is contained in:
21
README.md
21
README.md
@@ -50,20 +50,27 @@ HYBRID_NS_ACCESS=andkWEzbBWRR2K6iw4edRvfd6MmNNjRx
|
|||||||
HYBRID_USER_AGENT=CSUX_blackdice
|
HYBRID_USER_AGENT=CSUX_blackdice
|
||||||
```
|
```
|
||||||
|
|
||||||
6. To start the service, run:
|
6. To start the service:
|
||||||
|
|
||||||
```
|
```
|
||||||
sbin/gcf1 start
|
cd /usr/local/gcf1/
|
||||||
Starting gcf1d services: ...succeeded
|
|
||||||
|
./sbin/gcf1 start
|
||||||
|
|
||||||
|
# Starting gcf1d services: ...succeeded
|
||||||
```
|
```
|
||||||
|
|
||||||
7. To download/update databases, run:
|
7. To download/update databases, run:
|
||||||
|
|
||||||
```
|
```
|
||||||
bin/gcf1dbmng.sh etc urldb_download
|
cd /usr/local/gcf1/
|
||||||
Success DB download .
|
|
||||||
bin/gcf1dbmng.sh etc urldb_update
|
./bin/gcf1dbmng.sh etc urldb_download
|
||||||
Success DB update .
|
|
||||||
|
# Success DB download .
|
||||||
|
|
||||||
|
./bin/gcf1dbmng.sh etc urldb_update
|
||||||
|
# Success DB update .
|
||||||
```
|
```
|
||||||
|
|
||||||
## UDP Server Setup
|
## UDP Server Setup
|
||||||
|
|||||||
Reference in New Issue
Block a user