• View
  • Changes
  • Options
  • Related
  • Edit
  • 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.

     

    Advanced Installation / Troubleshooting 

    To date, Wagn has been developed and maintained primarily on Unix-based systems, especially Mac OS X.  We will soon be improving this and adding strong ...
    Mail server - if you don't have one on your machine, you can tell Wagn to use another mail server by adding something like this ...
    If your wagn will be publicly accessible you should change the session_key and secret fields in config/database.yml   If you're going to let unregistered users ...
    If you are hosting your own Wagn, you will need to  register for ReCaptcha keys and put them in wagn.rb like so: ...
    When all is working properly, Wagn stores several versions of an image: icon, small, medium, large, and full.  The preview you see upon uploading an ...
    Running on a different port or url Wagn by default assumes you'll be running it at http://localhost:3000 If this isn't the case, ...
    Ruby and Script cards are both turned off by default, for security reasons. To turn them on, add the following ...

     

    Installation Support / Questions and Answers

    During bundle install --without hosting mysql on OS X 10.6.7 (Snow Leopard) using a dedicated RVM gemset the following error occurs: Installing rbx-require-relative (0.0.5)
    ...
    I'm trying to get Wagn installed, and have hit a snag that I can't find any help on   I run  rake wagn:create   and
    ...
    Hello,   I'm stuck at step 4. (Installation B)   After rake gems:install --trace   i get this error:   (in /root/wagn) rake
    ...
    I just installed WAGN for eval. Even though I am extremely intrigued by the possibilities and flexibility it offers, it just runs way too sluggish to
    ...
    Initial install doesn't work when trying to edit any cards. HTML tags appear as text without being rendered. ...   I hope you can forgive
    ...
    I've got Wagn 1.5.2   When I upload an image named, for instance testimage.jpg, it gets correctly stored in <wagn_root>/card_images/0000/0009/testimage.jpg But when wagn try to
    ...
    +issue
    +example
    +screenshot
    Status:
    closed
    ...
    I tried to install Wagn following both options described in Download Option A: Quick Start and Option B: Install via Git but any worked. I
    ...
    I just installed Wagn via Git, and editing cards is impossible - double-clicking a card leads to a display of the card source-code, not the
    ...
    When I attempt the initial 'rake db:migrate' (with an empty MySQL database), everything builds up to (and including) the 'wiki_references' table. Immediately thereafter, rake aborts
    ...

    add new Support ticket

     

    also see older discussion itemsrelated tickets

     

     

    Wagneering - Online Configuration

     

    Once your Wagn is installed and running, there are a number of configuration options which can be set up through the web interface, just follow the home page or sidebar links to "Config". You can read more here about configuration:

    Almost all Wagn configuration, or Wagneering is done by adding and editing cards.  Here are a few of the most important ...

    Download Docs Sandbox Hosting Support

  • View
  • Changes
  • Options
  • Related
  • Edit
  •  

    Wagn News

    1 to 5 of 24Next-page 1 to 5 of 24Next-page

     

    Ideas

     

     

    Support Tickets



    Wagn at github

    Wheeled by Wagn v. 1.7.1