• View
  • Changes
  • Options
  • Related
  • Edit
  • CentOS 5.3 Install Instructions

    Install RPM Packages (as needed)

    • yum install mysql mysql-server mysql-devel
    • yum install ruby ruby-devel ruby-mysql ruby-irb rubygems
    • yum install git

    If you installed Mysql above, you will need to start it:

    • service mysqld start

     

    Install Rails

    • gem install rails

    Install Wagn

    • cd /var/www
    • git clone git://github.com/wagn/wagn.git
    • gem install rspec
    • cd wagn
    • git-submodule init
    • git-submodule update
    • cd config
    • cp sample_database.yml database.yml
    • cp sample_wagn.rb  wagn.rb
    • # edit database.yml as needed
    • cd ..
    • rake gems:install
    • rake wagn:create
    • ./script/server
    • # WAGN is now running at: http://localhost:3000

    Discussion

    Add +discussion

     

     

  • View
  • Changes
  • Options
  • Related
  • Edit
  • Documentation

    Support | Community

    Hosting and Consulting


    Download

     

    Request an account on Wagn.org

     

  • View
  • Changes
  • Options
  • Related
  • Edit
  • Wagn 1.0 Released!

     

    Wheeled by Wagn v. 1.3.0.