http://portfolio.louisrawlins.com/
Portfolio and teaching example.
More to come.
Steps to create my site:
- Install node from http://nodejs.org/#download
- Install Express http://expressjs.com/guide.html
I installed globally and also found I needed (check latest version number):npm install -g express@2.5.8 - Install dependencies
npm install - Add to https://github.com/louisrawlins/site
- Modify to suit
- Deploy to http://www.joyentcloud.com/
git remote add joyent your_static_ip_address:repo- // Choose port 80 if we're on Joyent (
% export JOYENT=1to set on server,echo $JOYENTto check)