Skip to content

kkaefer/browsemytweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install
  Install ApacheSolr (e.g. with `brew install solr`)
  Install Scons (e.g. with `brew install scons`)
  Install npm:       `curl http://npmjs.org/install.sh | sh`
  Install express:   `npm install express`
  Install Jade:      `npm install jade`
  Install node-solr: `npm install http://github.com/gsf/node-solr/tarball/master`
  Install lib.js:    `npm install http://github.com/kkaefer/lib.js/tarball/master`

Run
  * ApacheSolr (with Homebrew install): solr "`pwd`/solr"
    (Make sure to use an absolute path for the instance dir)
  * `node app.js`
  * Alternatively, you can install node-supervisor (`npm install supervisor`)
    and execute `./run`

Releases

No releases published

Packages

No packages published