install all the package.json dependencies including dev $> npm install --only=dev
navigate to your test mongodb and import the following json file, you may ommit this import, by modifying the test_config.js available in the test folder to you current set of admin account $> mongoimport --db mysite --collection users --file fixtures/users.json $> mongoimport --db mysite --collection pages --file fixtures/pages.json 5.to save on console, you may run the iris site in pm2 instance $> pm2 start index.js(or your site script file)