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