Skip to content

Setting up the server

Note

This is where you actually install Injectify, you are required to have NodeJS pre-installed.

Prerequisites

Installing

Windows

npm i -g yarn
yarn global add typescript
yarn global add pm2
yarn run install:all
yarn run deploy

Linux

sudo npm i -g yarn
sudo yarn global add typescript
sudo yarn global add pm2
yarn run install:all
yarn run deploy

Success

Injectify will now be running over at http://localhost:3000