0.3.1 • Published 11 years ago

doushio v0.3.1

Weekly downloads
1
License
-
Repository
-
Last release
11 years ago

Real-time imageboard. MIT licensed.

Setup:

  • Install deps and npm deps
  • Copy config.js.example to config.js and configure
  • Copy hot.js.example to hot.js and configure
  • Copy imager/config.js.example to imager/config.js and configure
  • Run npm install
  • Run node builder.js to run an auto-reloading development server

Production:

  • Have your webserver serve www/ (or wherever you've moved src, thumb, etc.)
  • Run node server/server.js for just the server
  • config.DAEMON support is broken for now
  • Be sure to make client for any client-affecting change

Dependencies:

  • ImageMagick
  • node.js
  • redis

Optional npm deps for various features:

  • daemon (broken currently)
  • icecast now-playing banners: node-expat, request
  • send (if you want to serve static files directly from the node.js process; useful in debug mode also)