GitXplorerGitXplorer
a

listening-room-add-ons-site

public
1 stars
0 forks
2 issues

Commits

List of commits on branch master.
Unverified
3f369c80e042ea9ed49057f40baa916bbbf1d0a8

Add documentation for tag API.

aalnorth committed 13 years ago
Unverified
c050298c3f70a94f7044f9aac454a7f440870601

Fixed tag API.

aalnorth committed 13 years ago
Unverified
9ad65362b8a08a9a4184b1120bfb0dd5876ab592

Add tag fetching to API (untested).

aalnorth committed 13 years ago
Unverified
df4bec8e147d0198f8bb2faf66f3e24f42b13eba

Add background tag fetching.

aalnorth committed 13 years ago
Unverified
42d32e3a9a898eb5ef7adaf7015ec43c64afec07

Username is no longer unique

aalnorth committed 13 years ago
Unverified
0702a51c41ddc046f2e96f6738a710a8173a9284

Deal with failed selects on upserts. This error has been seen on the server and causes the whole server to lock up.

aalnorth committed 14 years ago

README

The README file for this repository.

#Listening Room Add-Ons Website

##Installation The website is written in JavaScript and run in Node.js. Instructions for installation of Node can be found at http://nodejs.org/.

This depends upon the following modules. You need to install these via npm (http://npmjs.org/). I installed them all locally rather than globally.

  • npm install clutch mysql request imagemagick mkdirp jade
  • You'll need to set up mysql and create a database with the dbinit.sql, then set the right values in config.js.
  • You will also need to install the actual imagemagick libraries for your platform too, see http://www.imagemagick.org/script/binary-releases.php.

##License

Unless otherwise stated in comments, files included in this extension are provided under the Modified BSD License as described in LICENSE.txt.