This project is just recently set up and not ready to use yet. Release plan will come soon.
# LD-Meteor Living Documents implemented in Meteor (web framework)Table of Contents
## Development ### Setting up the development environment *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.
-
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>
###Bootswatch Paper Theme 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 Hopscotch by LinkedIn 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