Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Dev Setup

lu40 edited this page Feb 5, 2018 · 8 revisions

You need the Meteor development environment to run Openki.

Installation (Linux, OSX and Windows)

  • To install Meteor locally, run: curl https://install.meteor.com | sh (or download the installer for windows)
  • Download and unzip or git clone https://github.com/Openki/Openki.git into /some/path.
  • cd /some/path/Openki
  • bin/install-hooks this adds a few git hooks which are useful for our development workflow
  • Run meteor npm install
  • Run meteor npm run dev this starts meteor on the default port 3000
  • Browse to localhost:3000

Fixtures

When running the app with meteor npm run dev the system will start to load test-data into the collection (when starting with an empty db).

Users

All Users enrolled in any loaded test-data get created.

Passwords

You can log in with every test-user. The password is greg for all of them. For example:

  • username: Lucy
  • password: greg
Admins

greg, FeeLing and IvanZ are superusers. This can be set in the according settings.setup.json file, e.g. settings.dev.json.