Skip to content
cryppwn edited this page May 27, 2018 · 1 revision

This section will get you started for your initial setup of the VPS for best functionality.

SSH into your VPS and run the following commands:

sudo apt-get install git 
git clone https://github.com/cryppwn/EscrowCoinCore_Linux.git

This will create an EscrowCoinCore_Linux directory. Once the download is complete, go into the scripts directory and run some initial configuration scripts. Feel free to review them yourself to understand what they are doing.

cd EscrowCoinCore_Linux/scripts
./update_ubuntu.sh
./install_docker.sh

These commands may take some time, so please be patient. The install_docker script requires manual confirmation of the Docker Engine's apt fingerprint.

TODO ADD SCREENSHOT

At this point, it's probably best to reboot the machine. If you still see messages for security updates being available, feel free to run update_ubuntu.sh again.

Clone this wiki locally