Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 550 Bytes

File metadata and controls

21 lines (15 loc) · 550 Bytes

Synopsis

Live Web Fortunes!

Install on your local machine

Install Node.js and npm.

Install fortune:

# debian, ubuntu
$ aptitude install fortunes
# mac os x
$ port install fortune

Check out the source code, install all the dependencies and start the server:

$ git clone git://github.com/samsonw/livefortunes.git
$ cd livefortunes
$ npm install
$ node server.js

Open http://localhost:8000/ in your browser. Enjoy!