Giter Club home page Giter Club logo

d-pac

Dependency Status devDependency Status

Digital platform for assessment of competences

NOT PRODUCTION READY

Not by a long shot.

Please visit http://www.d-pac.be for more information.

If you want to contribute you can start here

Installation

You need node and mongodb, then go to the directory you cloned this repo to and run:

$ npm install

Setup

You need to provide the system with some configuration details before it can run.

All mandatory settings are listed in EXAMPLE.env Just copy the file, rename it to .env and fill in all necessary details.

You'll have to setup an account with cloudinary and mandrill, both provide free plans.

Environment specific settings

If you want to run this in various environments you can override the base environment settings by providing environment specific .env files:

# file: .env.staging
MONGO_URI=mongodb://localhost/d-pac-staging
PORT=3030
# file: .env.production
debug=none

Starting the application

Run the application as any node app

$ node app/server.js

Or in a specific environment (by default a "development" environment is assumed)

$ NODE_ENV=staging node app/server.js

Obviously you can use process managers too e.g. nodemon or pm2

D-PAC Copyright (C) 2014-2016 d-pac http://www.d-pac.be

d-pac's Projects

d-pac.cms icon d-pac.cms

Digitaal platform voor het assessment van competenties

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.