Requirements
Mac
OSX platform
# Install Xcode command-line tools, this is recommended for brew xcode-select --install # Install Brew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew update brew upgrade brew services # Install NodeJS, Docker, Docker-machine and MongoDB brew install homebrew/versions/node012 docker docker-machine mongodb brew services stop mongodb
Ubuntu / Debian
Linux platform
apt-get update apt-get install -y npm libkrb5-dev make g++ build-essential nodejs mongodb # Install Docker curl -fsSL https://get.docker.com/ | sh # Install Docker-machine curl -L https://github.com/docker/machine/releases/download/v0.6.0/docker-machine-`uname -s`-`uname -m` >/usr/local/bin/docker-machine && chmod +x /usr/local/bin/docker-machine ln -s /usr/bin/nodejs /usr/bin/node service mongodb stop
Installation
Linux & Mac Installation:
Service Installation
mkdir -p /opt/soajs cd /opt/soajs npm install soajs npm install soajs.gcs
Add Comment