/jshub-core

jsHub.org javascript library development application

Primary LanguageJavaScriptOtherNOASSERTION

jsHub Core

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.

About jsHub

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.

License

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.

Getting the code

Downloadable zip:

Unzip the archive anywhere on your computer

Quickstart for running the application

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:

  1. Change to the unzipped application: cd /path/to/app
  2. Load the database schema: rake db:migrate
  3. Start the web server: ruby script/server (run with --help for options)
  4. Go to http://localhost:3000 for the homepage

For more detailed instructions please see the installation guide and our website at http://jshub.org/