-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Documentation of installation process I followed:
-
Clone the repository
-
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)
-
Run command 'npm install' in gleaner-data
-
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:
- 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
- angular#1.2.x which resolved to 1.2.29 and is required by gleaner-frontend
- angular#>= 1.2.0 which resolved to 1.2.29 and is required by angular-gridster#0.13.9
- angular#>=1.0.8 which resolved to 1.2.29 and is required by checklist-model#0.9.0
- angular#~1.x which resolved to 1.5.6 and is required by angular-xeditable#0.1.12
- 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.
-
If leaner-frontend/app/public does not have 'bower' folder then copy bower_components to public folder and rename it to 'bower'
-
Change all occurences of previous server URL with the current server URL and also change gleaner server from localhost to the current server URL.
-
Replace occurences of mongodb default port 27017 with 17017.