Skip to content
SAitharaju edited this page Jun 13, 2016 · 4 revisions

Documentation of installation process I followed:

  1. Clone the repository

  2. Change mongodb port to 17017 in gleaner-frontend/app/configuration.js file since mongodb is running on port 17017 in the server (gaudi.informatik.rwth-aachen.de)

  3. Run command 'npm install' in gleaner-data

  4. Run command 'npm install' in gleaner-frontend. It gives message:

    Unable to find a suitable version for angular, please choose one by typing one of the numbers below:

    1. angular#1.2.29 which resolved to 1.2.29 and is required by angular-mocks#1.2.29, angular-resource#1.2.29, angular- route#1.2.29
    2. angular#1.2.x which resolved to 1.2.29 and is required by gleaner-frontend
    3. angular#>= 1.2.0 which resolved to 1.2.29 and is required by angular-gridster#0.13.9
    4. angular#>=1.0.8 which resolved to 1.2.29 and is required by checklist-model#0.9.0
    5. angular#~1.x which resolved to 1.5.6 and is required by angular-xeditable#0.1.12
    6. angular#>=1.4.0 which resolved to 1.5.6 and is required by angular-bootstrap#1.3.3 Choose 2. It finishes the build and bower_components can be seen in gleaner-frontend.
  5. If leaner-frontend/app/public does not have 'bower' folder then copy bower_components to public folder and rename it to 'bower'

  6. Change all occurences of previous server URL with the current server URL and also change gleaner server from localhost to the current server URL.

  7. Replace occurences of mongodb default port 27017 with 17017.

Clone this wiki locally