Skip to content
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.

Getting started

Kevin edited this page Oct 16, 2015 · 4 revisions
  1. Ensure the nodejs and couchDB are installed and running. Go into BellApp folder and excecute the command, node install_windows http://X.X.X.X:5984/ This should install the BellApp remotely to the CouchDB URL passed as the parameter.

  2. Open the firefox browser and verify the installation by launching the app at, http://X.X.X.X:5984/apps/_design/bell/MyApp/index.html

  3. Load data into the BellApp (starter data) Go into the Data-Builder folder and run the script, launch-app.bat This opens starter data builder toolkit running at , http://localhost:3000/prepare-starter-data Select the BeLL servers you want to load resouces from and then select only necessary courses/resouces. Hit 'Prepare Starter Data' button below, This will copy the couch database files from seleted remote servers onto the location StarterDataLocation of your Bell-App, move these resources over to the next folder 'StarterData' This will create content for the installed Bell-App.

Clone this wiki locally