Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 642 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 642 Bytes

Throwa.com

An open source filesharing platform with easy RESTful usage & public API. www.throwa.com

Installation

  1. Clone the repo
  2. Install and start mongodb server - Migrate foldername data to your mongoDB database
$ mongorestore --db <YOUR DB NAME> --collection folderwords mongodb-migrations/folderwords.bson
  1. Update config.js to match your local settings
  2. Start development server
$ bower install
$ npm install
$ gulp

To create a production build run gulp release and the build will be generated into /build/release folder.

Licence MIT