npm run install
npm run build
- Clone the repo
- In the reconnect foldier, there is a file called .env. Change the link in the quotes to reconnect.mines.edu or whichever domain this runs under.
- Run the command 'npm run install' in the reconnect foldier and then run 'npm run build'
- Once built a foldier called Dist will be created, Copy this foldier into the backend foldier
- Make sure that in server.js the line "require("./routes/routes.google")(app);" should be commented out and the shibboleth line below it should not be commented out.
- Apache can now be safely restarted.