-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathhelp-msg
55 lines (46 loc) · 1.14 KB
/
help-msg
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
WELCOME TO
____ ____ _ _
/ _ \/ __\/ \ / \
| | \|| \/|| | | |
| |_/|| /| \_/ |
\____/\_/\_\\_____/
BEFORE FIRST RUN
- make sure you have docker and docker-compose installed
- remember to create dru.conf file with
cp dru.default.conf dru.conf
- run 'make start'
USING EXTERNAL CRYPTOCURRENCY NODE
- set those values in your cryptocurrency settings:
rpcallowip=<<'docker0' interface ip/ip_mask>>
rpcuser=<<username>>
rpcpassword=<<password>>
rpcport=<<rpc_port>>
- set RPC password, user and port in dru.conf
- REMEMBER TO CHECK YOUR FIREWALL SETTINGS
USAGE
- run Dru:
make start
- stop Dru:
make stop
- restart Dru:
make restart
DEVELOPMENT
- run tests on system with test configuration:
make test
- run tests on already running system
make run-test
- follow logs:
make logs
- follow celery logs:
make logs-celery
- transform markdown files to html:
make html
TOOLS
- go into django-shell of web container:
make django-shell
- go into bash shell of web container:
make bash
CONTACT
in case of any troubles with this software
feel free to create issue at
https://github.com/bergplace/dru