3.6.0 • Published 8 months ago
edge-info-server v3.6.0
Edge Wallet and SDK info server
Provides various info such as mining fees, server lists, and supported currency/token info
Installation
Install Yarn
https://linuxize.com/post/how-to-install-yarn-on-ubuntu-18-04/Install Node
curl -sL https://deb.nodesource.com/setup_10.x -o nodesource_setup.sh
sudo bash nodesource_setup.shRun Yarn
yarnInstall and run CouchDB v3.1 (use apt install process for Ubuntu 18.04)
https://docs.couchdb.org/en/3.1.0/install/index.htmlLaunch API server
node lib/indexInfo.jsLaunch background tasks
node lib/infoEngines.jsLaunch API server and rates engine for production
Install pm2 globally
sudo npm install pm2 -gInstall pm2 log rotation (note: the command is pm2 instead of npm)
sudo pm2 install pm2-logrotateRun as standard user
pm2 start pm2.jsonRestart, stop, delete service
Control pm2
pm2 stop infoServer
pm2 restart infoServer
pm2 delete infoServer
pm2 stop infoEngine
pm2 restart infoEngine
pm2 delete infoEngineLaunch pm2 on restart
pm2 startup
pm2 saveMonitor logs and status
pm2 monit
pm2 logs <infoServer|infoEngine|'all'>Please see our Caddy setup documentation for details.
3.6.0
8 months ago
3.5.0
8 months ago
3.3.0
10 months ago
3.2.0
11 months ago
3.1.0
1 year ago
3.0.1
1 year ago
3.0.0
1 year ago
2.7.0
1 year ago
2.6.0
1 year ago
2.5.0
1 year ago
2.4.0
1 year ago
2.3.0
1 year ago
2.1.0
2 years ago
2.0.0
2 years ago
1.4.0
2 years ago
1.2.0
2 years ago
1.0.2
2 years ago
1.1.0
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago