This is the source-code for http://demo.netzke.org - the official Netzke demo.
The cutting-edge version (updated directly from master) is here.
-
Get the code from github
$ git clone git://github.com/netzke/netzke-demo.git && cd netzke-demo
-
Install required gems
$ bundle install
-
Create your config/database.yml or use the included database.yml.sample (postgres)
-
Create the database, do the migrations, and seed the demo data
$ rake db:create && rake db:migrate && rake db:seed
-
Symlink your Ext JS folder to
public/extjs
, e.g.:$ ln -s PATH/TO/YOUR/EXTJS/FILES public/extjs
- Rails ~> 5.1.0
- Ext JS = 6.5.1
- Netzke = 6.5.0.0
Twitter: http://twitter.com/netzke
Author's twitter: http://twitter.com/mxgrn
Google groups: http://groups.google.com/group/netzke
Copyright (c) 2009-2017 Good Bit Labs, released under the same license as Ext JS