Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.18 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.18 KB

authoring-tool

This repository will include the authoring tool to create questions for the videogular-questions plugin.

This will be a front end interface to allow generation of the required questions.json file used by this plugin.

Setup

npm install can be run to install the npm dependencies.

The Videogular Questions modules specified in the bower.json file have not been released yet. To get them, clone their repositories and run bower link in the root of each repository. Then, in the authoring-tool directory, tell Bower to use your local copy:

$ bower link videogular-questions

Important: This will not work without doing this.

Configuring an Apache webserver to run this application

AngularJS files are JavaScript and therefore can be run on a normal Apache webserver.

To install this you must clone the repository to a location served by apache and then install the dependencies by running npm install

Once this has been performed the application will be able to be used.