forked from GPII/universal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgpii.js
More file actions
23 lines (15 loc) · 697 Bytes
/
gpii.js
File metadata and controls
23 lines (15 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*!
GPII Universal Personalization Framework Node.js Bootstrap
Copyright 2012 OCAD University
Licensed under the New BSD license. You may not use this file except in
compliance with this License.
The research leading to these results has received funding from the European Union's
Seventh Framework Programme (FP7/2007-2013) under grant agreement no. 289016.
You may obtain a copy of the License at
https://github.com/GPII/universal/blob/master/LICENSE.txt
*/
// A simple boostrap file which allows a default configuration of the GPII to be
// simply started from the command line from universal
var fluid = require("./index.js")
gpii = fluid.registerNamespace("gpii");
gpii.start();