An image board / file hosting application for Node.js
Uncodin's Nativ ORM, which depends on:
- libboost
- libpq
- libsqlite3
Google's OAuth authentication service
Node.js / Various NPM modules
ImageMagick (must be installed for thumbnail creation)
- If there are no ORM bindings already provided for your platform (i.e. 'obooru_windows.node'), you'll have to build them with
make PLATFORM=[windows,linux,darwin,freebsd,etc.]
. Otherwise, just usemake deps
to install all necessary Node modules. - Set up Google API access for the application in the Google API Console. Once registered, this information will need to be copied to the config file.
- Create a config.js file by copying config.js-sample and editing it with the proper values.
- Run
node index.js
to start the application.