- Make sure that you have install npm and nginx server(https://fedoraproject.org/wiki/Nginx).
- Also make sure that you
gulp
node packages installed globally. - To install it:
npm install -g gulp
(Version 3.x.x; Version 4 will break gulp script)
-
Modify the
configuration file
of 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-UI
repositry path. -
Run command
npm install
-
Run command
gulp
. -
Browse
http://localhost/StorageManagement/
and the app is ready to use.