Table of Contents
Wagn administration includes maintaining an installation of Wagn on a server, and tasks within a Wagn generally managed by people with the Administrator role.
The Administrator links card is a good place to add information and links and information. Only Administrators can see it by default.
Also see:
- Configuration
- Accounts
- Permissions
- If you code at all, there's a lot of power in Script and Ruby cards.
- ...and feel free to ask for support.
Clearing the cache
Problems with the cache can result in people seeing different content on the same from different accounts, or even seeing different content from the same account at different times. To clear the cache, go to:
(your Wagn's base URL)/admin/clear_cache
Spam
captcha can protect against most non-human spam.
If you get an overwhelming number of obviously spammy Account Requests, you show them all in open view and thus easily deny them all with a link like this: http://wagn/org/Account_Request+*type+by_update?item=open
Upgrading
- Back up your database!
- Enter your wagn root directory
By default this is named "wagn". It should have directories named "app", "config", "lib", etc.- Update your source
If you're using git, then go into the wagn directory and type:git pull # if that doesn't work try: git pull git://github.com/wagn/wagn.git # or git pull git://github.com/wagn/wagn.git master- Update your libraries
bundle installFor more info see using bundler with wagn.
- Migrate your database
rake db:migrateYou may encounter issues if your wagn is badly out of date. If so, we recommend that you do incremental upgrades by updating to each major release. For example, if you encounter issues migrating from 1.5.4 to 1.8.1, try updating first to 1.6, then to 1.7, then to 1.8.1.
- Clear your cache
rake cache:clear- Restart your server
If you are using the default (built-in) webrick server, you can now start your server withenv STATIC_ASSETS=true rails server.
Tickets related to administering Wagn
Development Tickets (by status)
Ideas
Documentation Tickets
Support Tickets
......


