No Description

Nukadelic b009d4f6d7 update 5 months ago
log 8e74bb5e86 update 5 months ago
.gitignore 8e74bb5e86 update 5 months ago
.http 8e74bb5e86 update 5 months ago
LICENSE 01422d2ea2 Initial commit 6 months ago
README.md 078ff59999 update 6 months ago
lobby.js 77043277db update 5 months ago
package-lock.json 8e74bb5e86 update 5 months ago
package.json 8e74bb5e86 update 5 months ago
server.js 10b5fbdc74 update 5 months ago
statistics.js 427e942802 update 5 months ago
view_stats.js b009d4f6d7 update 5 months ago

README.md

unity-ngo-hostmigration

SSH Connect

ssh -i ~\.ssh\digital_ocean root@188.166.71.211

password is the same as w/stealth

Install npm

sudo apt update
sudo apt install nodejs
sudo apt install npm
# check versions
node -v 
npm -v 

prepare server folder

cd /root
mkdir server
cd server
npm init # hit enter a bunch of times 
npm i express mongoose

dev packages

npm i --save-dev dotenv nodemon