Browse Source

Fix Readme file

pull/4/head
vbarkasov 8 years ago
parent
commit
1f67e0a26e
1 changed files with 14 additions and 5 deletions
  1. +14
    -5
      README.md

+ 14
- 5
README.md View File

@ -2,11 +2,20 @@
#### Installation to source files: #### Installation to source files:
1. Upload files from directory `src` to directory with source files of your Monster UI (*near the folders "apps", "css" and "js"*) 1. Upload files from directory `src` to directory with source files of your Monster UI (*near the folders "apps", "css" and "js"*)
2. Register `callflows` app
3. Build your Monster UI with original builder (command `gulp`)
4. Activate the Callflows app in the Monster UI App Store ( `/#/apps/appstore` )
2. Add next strings to file `/js/main.js` after string `paths: {`
``` javascript
'bootstraptour': 'js/vendor/bootstrap-tour.min',
```
3. Register `callflows` app
4. Build your Monster UI with original builder (command `gulp`)
5. Activate the Callflows app in the Monster UI App Store ( `/#/apps/appstore` )
#### Installation to compiled files: #### Installation to compiled files:
1. Upload all folders and files from directory `src` to root directory of your Monster UI (*near the folders "apps", "css" and "js"*) 1. Upload all folders and files from directory `src` to root directory of your Monster UI (*near the folders "apps", "css" and "js"*)
2. Register `callflows` app
5. Activate Callflows app in the Monster UI App Store ( `/#/apps/appstore` )
2. Create next symbol links in root directory of Monster UI
```bash
# ln [options] <target file> [link name]
ln -s js/vendor/bootstrap-tour.min.js bootstraptour.js
```
3. Register `callflows` app
4. Activate Callflows app in the Monster UI App Store ( `/#/apps/appstore` )

Loading…
Cancel
Save