/ToekomstvijverEersel

An experiment in creative democracy and convivial ideation

Primary LanguageJavaScriptGNU Lesser General Public License v3.0LGPL-3.0

Dependency Status

IdeaGarden

requirements

IdeaGarden requires mongodb.

Configure

Copy the file src/server/config.default.js to src/server/config.js and alter the settings to fit your needs.

Install

We use gulp as a build system. gulp can be installed with:

sudo npm install -g gulp

cd into the directory for IdeaGarden

npm install
gulp build
gulp install_npm

Run

You can run IdeaGarden locally with

gulp run

for development you can use gulp develop. This will start the server and automagically rebuild on file changes. It will watch changes in the source directory.

Test data

There is a file with some test data. Run it with

node build/admin/populate_database.js

To add some test data to the mongodb database