[TIC-UI] add url validation in settings page
[archive/20170607/tools/tic.git] / README.md
1 # Tizen Image Configurator
2
3 # Install
4 Install command
5
6 - npm install
7 - ./node_modules/bower/bin/bower install
8 - ./node_modules/gulp/bin/gulp.js
9
10 # Run
11 Run command
12
13 - ./node_modules/pm2/bin/pm2 start app.js
14
15 # PM2 Options
16 - ./node_modules/pm2/bin/pm2 start app.js -i 0
17 - ./node_modules/pm2/bin/pm2 stop all
18 - ./node_modules/pm2/bin/pm2 delete all
19 - ./node_modules/pm2/bin/pm2 start app.js --watch
20 - https://github.com/Unitech/pm2#commands-overview