- Passion speaks volumes!
- Tell me about your current side-project.
- Skill of the interviewer - have empathy - this is a partnership
- Whiteboarding. Try to use your PC.
- Use Yeoman generators for quickly creating a test harness.
- Scope the problem!!!!! (by asking questions)
The below is a summary of this article
ssh root@SERVER_IP_ADDRESS
git remote add origin [new repo URL]to link this project with the new remote repogit remote -vto verify new remote url has been added
##Setup your server (this would ideally be done with automated provisioning)
- add a deploy user with password-less ssh see this gist
- install forever
npm install -g forever
##Install flightplan
npm install -g flightplan- in your project folder
npm install flightplan --save-dev - create a flightplan.js file
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.