Skip to content

The source code for the live demo of the Netzke framework

Notifications You must be signed in to change notification settings

delwyn/netzke-demo

 
 

Repository files navigation

netzke-demo

*For Rails 3-compatible version check the rails3 branch*

This is the source-code for netzke-demo.writelesscode.com

Installation (to run it locally)

  1. Get the code from github

    git clone git://github.com/skozlov/netzke-demo.git && cd netzke-demo
  2. Install required gems

    rake gems:install
    
  3. Install Netzke (as plugins)

    ./script/plugin install git://github.com/skozlov/netzke-core.git
    ./script/plugin install git://github.com/skozlov/netzke-basepack.git
  4. Create the database and do the migrations

    rake db:create && rake db:migrate
  5. Link your Ext JS library, e.g.:

    cd public && ln -s ~/code/extjs/ext-3.1.0 extjs
  6. Currently you can (re)generate test data by visiting the following URL (it’s linked at the end of the GridPanel demo page):

    http://localhost:3000/grid_panel/regenerate_test_data

Prerequisites

  1. Rails >= 2.2

  2. Ext = 3.1.0

Feedback

Google groups: groups.google.com/group/netzke

Email: [email protected]

Twitter: twitter.com/skozlov

About

The source code for the live demo of the Netzke framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.7%
  • JavaScript 0.3%