A collaborative writing platform
- Product Owner: Brandon Ellis
- Scrum Master: Adam Van Antwerp
- Development Team Members: Henry Ng, Craig Smith
- Download and unzip the repository.
- Install dependencies.
- Rename /server/config/dbConfig.example.js to be dbConfig.js
- Edit dbConfig.js to point to a valid relational database (sequelize supports quite a few, see this page for examples and instructions on configuring the ORM)
- Rename /server/config/secret.example to secret and replace the content with a new secret string. Try making it long and not comprised of discernable words.
- Start the server from the base directory with
node server\app.js
.
- Node 0.10.x
- MySQL, MariaDB, SQLite, PostgreSQL or MS SQL
From within the root directory:
sudo npm install -g bower
npm install
bower install
View the project roadmap here.
View the project commit history here.
See CONTRIBUTING.md for contribution guidelines.