Hey all,
Any way I can get access to the new sudo server. I have my key from jenny's
machine, if you copied it over already lmk, I wasn't able to ssh to
65.74.131.28 on port 22. I can send it over otherwise.
// Matt
I installed mediawiki as normal, and used the old database. It asked me
to upgrade a few tables, and I did so.
Then I copied the images and sr_logo from the corner to the appropriate
directories. I didn't install any of the wordpress integration plugins
though.
As of right now it seems to work, but again we'll have to install those
wp plugins...
Bill
I'm in the process of trying to remove privacy-compromising plugins from
the web server. Using ghostery, I can see that google analytics is
being included on wp pageloads. Any this is not in the template files,
and I'm not sure which plugin is responsible for the google analytics
remote include. Any ideas?
Since analytics are sometimes desirable, I've installed an instance of
piwik on the server at https://sudoroom.org/piwik/
Hey, I just wanted to bring this to your collective attention:
The calendar plugin we have on the wordpress site currently is pretty
terrible. It's the one we have on the Occupy Oakland site, and it
brought the site to a grinding halt. This had to do with the way the
plugin generated its MySQL queries, which was pretty labyrinthine. If
my memory serves me, Mark Burdett rewrote part of the plugin to optimize
indices on the table storing events. We might want to have a look at
that before this becomes a problem.
I've also installed varnish on the server, and I'll be looking into a
good way to cache these pages and serve them from memory so we don't
have Apache/PHP hitting the disk and generating the page every time.
I've done something similar for other wordpress installs, including ones
being actively DDOSed, and it helped enormously.
Bill
I just ran an apt-get update && apt-get dist-upgrade on the server,
seeing 24 of 28 updates were security-related. Initramfs was updated
and a new kernel image / headers were installed. I doubt this will
affect anything negatively, as I think everything installed is through
the package manager and we don't have anything we compiled against the
old headers.
Bill