[[PageOutline(2-5, Table of Contents, floated)]] = Transition Research Patterns = The http://patterns.transitionresearchnetwork.org/ is running http://wagn.org/ on PenguinServer, via [http://www.modrails.com/documentation/Users%20guide%20Nginx.html Phusion Passenger], see the [http://groups.google.com/group/phusion-passenger-announcements phusion-passenger-announcements list] for updates and see ticket:691 for the install notes. Prior to using Phusion Passenger the site was using WagnWebrick, but this wasn't 100% reliable, see ticket:635 and see ticket:561 for the original install notes. == Tickets == Open Wagn tickets: [[TicketQuery(status=accepted|new|assigned|reopened&component=Wagn,order=id,desc=1,format=table,col=summary|owner|reporter)]] Closed Wagn tickets: [[TicketQuery(status=closed&component=Wagn,order=id,desc=1,format=table,col=summary|owner|reporter)]] === Upgrades === See http://wagn.org/upgrading The steps are: {{{ sudo -i su-wagn git pull bundle install rm -rf tmp/cache/* rake wagn:reset_cache rake wagn:migrate }}}