Penda is an Open Data management system.
nodeversion 5.11sqlite3mongodbverson >2.4
You need configure specific host for each mode in config. There are dev and prod.
npm install -g bower gulpnpm installbower installNODE_ENV=dev npm run setenv- Initiate the database,
./script/init.sh - Prepare the dataset directory. See
config.js. For default configuration,mkdir /tmp/data - Set the environment,
NODE_ENV=dev npm run setenv - Run,
npm run serveror if you need to run on production,NODE_ENV=prod npm run server.
npm run test
There will be a coverage directory that holds the code coverage reports.
The FOOTER.md, which is written on markdown syntax, will be compiled to HTML and used as footer.