Skip to content
forked from cykod/Webiva

Webiva Content Management System

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
GPL-LICENSE.txt
MIT
MIT-LICENSE.txt
Notifications You must be signed in to change notification settings

westarete/Webiva

 
 

Repository files navigation

West Arete's Fork of Webiva

Deployment

Webiva runs capistrano with a wrapper. Use:

script/deploy production

We don't have a staging or beta environment at the moment.

Building Webiva on Mac OSX

The version of the rmagick gem that Webiva depends on will no longer build against Homebrew's imagemagick package. You'll likely have imagemagick installed via homebrew for development of newer apps, and you'll want to keep it for that reason. Fortunately, homebrew also provides a legacy imagemagick package called 'imagemagick-ruby186' that does work for building older versions of rmagick.

To build rmagick for Webiva:

  1. Install the legacy imagemagick package: brew install imagemagick-ruby186
  2. Unlink your modern imagemagick: brew unlink imagemagick
  3. Link up your old-fashioned imagemagick: brew link imagemagick-ruby186
  4. Install rmagick: gem install rmagick -v '2.9.2', or re-bundle
  5. Unlink old imagemagick and link new imagemagick so that you can continue to build new versions of rmagick and other ruby interfaces to imagemagick

About

Webiva Content Management System

Resources

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
GPL-LICENSE.txt
MIT
MIT-LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 55.3%
  • JavaScript 29.2%
  • HTML 11.1%
  • CSS 3.9%
  • PHP 0.3%
  • Gherkin 0.1%
  • Other 0.1%