- Upload files from directory
src
to directory with source files of your Monster UI (near the folders "apps", "css" and "js") - Add next strings to file
/js/main.js
after stringpaths: {
'bootstraptour': 'js/vendor/bootstrap-tour.min',
- Register
callflows
app - Build your Monster UI with original builder (command
gulp
) - Activate the Callflows app in the Monster UI App Store (
/#/apps/appstore
)
- Upload all folders and files from directory
src
to root directory of your Monster UI (near the folders "apps", "css" and "js") - Create next symbol links in root directory of Monster UI
# ln [options] <target file> [link name]
ln -s js/vendor/bootstrap-tour.min.js bootstraptour.js
- Register
callflows
app - Activate Callflows app in the Monster UI App Store (
/#/apps/appstore
)