installation 1.7 and earlier

 

Option A: Quick Start

recommended for new/trial sites

 

You will need: ruby (1.8.6+) and either Postgres or Mysql, and the appropriate ruby gems for your database.

  1. Download the latest stable release from RubyForge
  2. untar or unzip the package
  3. install the dependencies
    bundle install --without test hosting sqlite postgres  #default command for mysql installs
    see using bundler with Wagn for more details / customization / troubleshooting
  4. configure config/database.yml for your database. (defaults work with default mysql install)
  5. rake wagn:create
  6. ./script/server


Option B: Long Haul

recommended for active/production sites

 

We recommend installing via git for sites in active use in order to get access to the most recent code and to make upgrades easier.

You will need: git, bundler, and either Postgres or Mysql.

  1. Get the source
    git clone git://github.com/wagn/wagn.git
  2. Get the plugins
    cd wagn  # move to the wagn directory
    git submodule update --init
  3. Get the gems
    1. Install bundler gem install bundler
    2. Use bundler to install / update your other gems. bundle install #WAIT! This is the basic
    ...
  4. Configure your database
    cp config/sample_database.yml config/database.yml # copy sample config file

    To configure your database, you will need to edit the config/database.yml file.   The defaults are set to use MySQL, but Wagn has been well ...

  5. Generate your data
    rake wagn:create
  6. Start your server
    To fire up the default, built-in WEBrick server, just run:
    ./script/server

    ...and point your browser to http://localhost:3000 (unless otherwise configured).

    See rails documentation to run your wagn on other servers.

 

try it

 

wagneers

intro

videos

features

syntax

weekly calls

ideas

 

twitter

mailing list

 

developers

roadmap

next release

tickets

pack API

REST API

one-pager

 

github

mailing list

 

wagn.org

recent

todo