A fork of FurAffinity's Phoenix Project.
Will be updated with fixes, patches and features that will no doubt be required.
Phoenix Project Launched - January 15th, 2014 No code officially written as of 12:49AM March 28, 2014
Phoenix is a rewrite of Fur Affinity in Node.js, in an attempt to improve security and maintainability. It sports a full redesign of code, user interface, and database.
config.json
contains the configuration. It includes:
database
, the PostgreSQL connection stringpasswordHash
rounds
, the number of rounds of PBKDF2 to be applied to passwordssaltLength
, the number of bytes of salt to use in password hashing
- Run
npm install
to install package dependencies from npm - Migrate the database with
node models/migrate
- Run the development server with
node develop
upstream/master