*For Rails 3-compatible version check the rails3 branch*
This is the source-code for netzke-demo.writelesscode.com
-
Get the code from github
git clone git://github.com/skozlov/netzke-demo.git && cd netzke-demo
-
Install required gems
rake gems:install
-
Install Netzke (as plugins)
./script/plugin install git://github.com/skozlov/netzke-core.git ./script/plugin install git://github.com/skozlov/netzke-basepack.git
-
Create the database and do the migrations
rake db:create && rake db:migrate
-
Link your Ext JS library, e.g.:
cd public && ln -s ~/code/extjs/ext-3.1.0 extjs
-
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
-
Rails >= 2.2
-
Ext = 3.1.0
Google groups: groups.google.com/group/netzke
Email: [email protected]
Twitter: twitter.com/skozlov