Update README.md
This commit is contained in:
parent
10d6be2da3
commit
8a57a43fdf
|
@ -16,6 +16,10 @@ Put the jar file in a directory <br />
|
||||||
Put application.properties in the same directory and fill in your apiKeys and secrets <br />
|
Put application.properties in the same directory and fill in your apiKeys and secrets <br />
|
||||||
Open ALLPAIRS-params.js and at the botom after module.exports = config; put the following line <br />
|
Open ALLPAIRS-params.js and at the botom after module.exports = config; put the following line <br />
|
||||||
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";<br />
|
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";<br />
|
||||||
|
Optionally run gunbot using one of the json files in the releases. (required for version 3.3.3/4)<br />
|
||||||
|
pm2-gunbotbot-linux.json <br />
|
||||||
|
pm2-gunbotbot-windows.json <br />
|
||||||
|
This will set the NODE_TLS line for you. gunbot log will be viewable from pm2 log. <br />
|
||||||
<br />
|
<br />
|
||||||
To be able to run the application you need Java 8 <br />
|
To be able to run the application you need Java 8 <br />
|
||||||
Open a terminal or command prompt and type <br />
|
Open a terminal or command prompt and type <br />
|
||||||
|
|
Loading…
Reference in New Issue