forked from neo-project/neo-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Nodes Deployment
Sng Ping Chiang edited this page Jul 30, 2018
·
6 revisions
https://www.microsoft.com/net/download/linux-package-manager/ubuntu16-04/runtime-2.0.8
sudo apt-get install libleveldb-dev sqlite3 libsqlite3-dev libunwind8-dev
sudo mkdir /opt/Chain
sudo chown -R ubuntu:ubuntu /opt/Chain
sudo wget https://github.com/neo-project/neo-cli/releases/download/v2.7.4/neo-cli-linux-x64.zip
sudo unzip neo-cli-linux-x64.zip -d /opt/
apt-get install supervisor
sudo touch /etc/supervisor/conf.d/neo-cli.conf
sudo supervisorctl start neo-cli