Giter Club home page Giter Club logo

netzke-tutorial-rails3's Introduction

Netzke tutorial - Rails 3

This is a port of the Netzke tutorial to run on Rails 3. It has been tested with Rails 3.beta4.

Installation and configuration

Install the netzke configurator gem:

gem install netzke_config

Configure netzke_config:

Create netzke folder mkdir -p ~/netzke

mate ~/netzke/modules.config

# mate ~/netzke/modules.config
netzke-core:rails3-works@kristianmandrup, netzke-basepack:rails3-works@kristianmandrup

Clone the tutorial app (or clone your own fork!!!)

gem clone http://github.com/kristianmandrup/netzke-tutorial-rails3.git

$ cd netzke-tutorial-rails3

Configure application using netzke_config

See netzke_config run options

$ netzke_config --help

Run netzke_config from the root of the application (force overwrite of any pre-existin symbolic links and download extjs 3.2.1)

netzke-tutorial-rails3 $ netzke_config --force-links --download --extjs ~/netzke/extjs

Note: If you are have problems installing extjs via netzke_config do it manualluy and create a symbolic link to public/extjs in the app.

Example: netzke-tutorial-rails3 $ ln -s ~/netzke/extjs-3.2.1 public/extjs

Install required gems in the Rails 3 app

netzke-tutorial-rails3 $ bundle install

Create database schema

netzke-tutorial-rails3 $ rake db:migrate

Populate database with data

netzke-tutorial-rails3 $ rake db:seed

Start server

netzke-tutorial-rails3 $ rails s

Future plans

  • Make sure all parts of tutorial work under Rails 3

  • Convert plugins into gems

  • Create Netke scaffolders

  • Create Netzke application generator

  • Create more Netzke widget generators

netzke-tutorial-rails3's People

Contributors

kristianmandrup avatar

Stargazers

 avatar Lau avatar  avatar Guillermo Garcia avatar David Wabnitz avatar

Watchers

 avatar James Cloos avatar  avatar

Forkers

jhaagmans

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.