The following setup will set up your ubuntu machine with:
- Git
- Curl
- Node
- PM2
sudo apt-get update -y
sudo apt-get install git-core
git config --global user.name <username>
git config --global user.email <useremail>
git clone [email protected]:oxfordgenetics/async-worker.git
cd async-worker
sudo ./install.sh
This will install all the required packages and spin up the worker process using PM2