The current build status only covers code linting since there are problems to get the tests running currently. This will be resolved by changing the project structure in one of the upcoming commits.
Living Documents implemented in Meteor (web framework)
Table of Contents
You should have your IDE already set up In order to get the development environment up and running follow these steps:
-
Go to https://www.meteor.com/install and perform the necessary steps to install meteor on your OS.
-
Clone this github repository.
-
Perform
meteor npm install
to install all needed dependencies. -
Start the client and server via
meteor --settings settings-dev.test.json
. -
Now the server should be running at http://localhost:3000.
-
The next step that you should do is to create a file called settings-dev.json in the project directory and customize your settings there.
TODO finish
-
Copy the settings-dev.example.json file into a file in the same directory called settings-dev.json.
-
Enter your Facebook, Google and Learning Layers OIDC crendentials (@see TODO link to Wiki).
-
In the email property enter in the url the smtp string that allows you to access your email account: e.g.
smtp://<username>:<password>@<domain>:<port>
TODO
TODO
LD-Meteor is released under the MIT license by Martin Bachl, Institute of Applied Research / Institute for Learning and Innovation in Networks, University of applied sciences Karlsruhe
The Bootswatch Paper Theme by Thomas Park is licensed under the MIT License. Based on Bootstrap. Icons from Font Awesome. Web fonts from Google.
Hopscotch is licensed under the Apache License V2.0. "Hopscotch is a framework to make it easy for developers to add product tours to their pages." - Hopscotch Github Repository 2016