- Documentation: http://jshub.org/core/website/
- License: http://jshub.org/legal/
- Latest Stable Release: http://github.com/jshub/jshub-core/downloads/
- Discuss: http://groups.google.com/group/jshub-users/
- Contributor Info:
This repository is for jsHub developers, not users. This application is a Ruby on Rails application for development of the jsHub javascript library.
All users should download or generate a jsHub release from http://jshub.org/configurator/
Application features:
- Modular source code
- Plugins
- Unit test pages
- Automated test suite and runner
- Continuous integration and cross-browser testing support
- Developer help and guides
Code found in the development head is always a work in progress and should be treated as experimental.
jsHub.org is a non-profit that is sponsoring several projects to make the deployment of data capture for web analytics and other online optimization solutions more professional.
jsHub Core is released under the BSD license and is copyright (c) 2009, jsHub.inc. A copy of the BSD license can be found in the LICENSE.txt file.
Downloadable zip:
Unzip the archive anywhere on your computer
This application is a traditional Ruby on Rails application, meaning that you can configure and run it the way you would a normal Rails application:
- Change to the unzipped application:
cd /path/to/app
- Load the database schema:
rake db:migrate
- Start the web server:
ruby script/server
(run with --help for options) - Go to http://localhost:3000 for the homepage
For more detailed instructions please see the installation guide and our website at http://jshub.org/