###JUMPSEAT PROJECT OVERVIEW
JumpSeat reduces onboarding times, improves training, and eases support by delivering on-screen guidance over your existing enterprise applications.
Please note that the open-source version is unsupported. Use at your own risk. If you require support or hosting, please visit our website http://jumpseat.io for pricing.
####DOCUMENTATION All administrative and installation documentation are available @ http://wiki.jumpseat.io. Once you have installed JumpSeat you will need to use either the browser extension or JavaScript snippet to start creating guides on your chosen apps (see wiki for details).
####FRAMEWORKS
- CodeIgniter
- jQuery
- Foundation
- MongoDB
###BROWSER SUPPORT JumpSeat currently supports the following browsers:
- Internet Explorer 10+ (9 works but is not supported)
- Firefox
- Chrome
- Safari
###DOCKER
Replace jumpseat.crt and jumpseat.key with your own SSL keys. Currently they are just self-signed certs tied to the hostname aero.local. Container uses one volume for MongoDB (/var/lib/mongodb) for persisent storage. If you would like to update JumpSeat, run a 'git pull' in the www directory.
####USING DOCKER
- Create image with command:
- docker build -t jumpseat .
- Create and start a container:
- docker run -it -v /PATH/JumpSeat/:/var/www -v /PATH/wdb/:/var/lib/mongodb -p 80:80 -p 433:433 jumpseat
-v Will mount your local files with the container. This allows for local development and testing.
###GULP BUILD
Firstly run npm install
then:
- gulp watch (for dev)
- gulp build (for prod)