Common Viewer (File Manager + PDF Viewer) App used Yeoman generator to generate App
- NodeJS is used to run the app on a server.
- AngularJS is used as the frontend framework.
- Gulp jobs for development, building, emulating, running your app, compiles and concatenates Sass files, local development server with live reload.
- Run Documentum VM and copy the IP address of your VM.
- Clone the Spring boot project
git clone [email protected]:mmohen/dctm-rest-samples.git
. After cloning the project, update the properties file with your VM IP. Check the READme.md file for detailed step by step instructions.
- This doc assumes you have NodeJS and
gulp
installed globally (npm install -g gulp
). - Clone the project using
git clone [email protected]:seifeldeen92/common-viewer.git
. After the project is cloned navigate to the project directory and runnpm install & bower install
usingsudo
may be required. - Use
gulp serve
to compile and run the project in the browser
Add the IP address of your machine that is running the Spring boot and port by changing the constant value SPRING_API
in the Config.js file.
- if you get
Unable to connect github.com
while runningnpm install
,bower install
or cloning the project, this because you trying to connect through SSH, just change this connect type to HTTPS. Type this config command in the terminalgit config --global url."https://".insteadOf git://
and it problem should be fix