- Make sure that you have install npm and nginx server(https://fedoraproject.org/wiki/Nginx).
- Also make sure that you
gulpnode packages installed globally. - To install it:
npm install -g gulp(Version 3.x.x; Version 4 will break gulp script)
-
Modify the
configuration fileof nginx server(/etc/nginx/nginx.conf) and point the root path to your repository location.root [your path]/tendrl-UI/dist/; }``` <br /> -
Go to your
tendrl-UIrepositry path. -
Run command
npm install -
Run command
gulp. -
Browse
http://localhost/StorageManagement/and the app is ready to use.