|
I'm thinking of starting up an OSQA site for an academic department, but I won't be around to maintain the site forever. For all of you who've started up OSQA sites, what's the workload like for an administrator? How hard is the site to maintain? And if/when I hand off administration to the next guy, how steep will the learning curve be for him? |
|
It's still not trivial, but as for standard maintenance - "If you don't change anything, it doesn't break". I'm still learning the ropes, the tougher parts for me were first installation and then sometimes upgrades. Now, installation is easier with the Amazon EC2 AMI. Normal upgrades should be taken care of by the instructions here, although they always have the potential to break the site. Right now, I'm setting up a separate "beta" version of my site to try the upgrades on. What I did until now is used Amazon EC2 to clone the running image and do the upgrade experiments on the clone, in order not to break the production site. The nice thing about OSQA is that it supports itself - if you have a question, ask here and there's a fairly good chance you'll get an answer. |