Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 600 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 600 Bytes

Install Script

The following setup will set up your ubuntu machine with:

  • Git
  • Curl
  • Node
  • PM2

Start by setting up git on an Ubuntu Machine

  1. sudo apt-get update -y
  2. sudo apt-get install git-core
  3. git config --global user.name <username>
  4. git config --global user.email <useremail>

Download the relevant repository (dispatcher or worker)

  1. git clone [email protected]:oxfordgenetics/async-worker.git
  2. cd async-worker
  3. sudo ./install.sh

This will install all the required packages and spin up the worker process using PM2