Wiki tools

From Research Computing Center Wiki
Jump to navigation Jump to search

At zcluster, logging to wiki as rccstaff or yhuang

vi /etc/apache2/httpd.conf

<Location /var/www/images>
    Order deny,allow
    Allow from 128.192.75.102
    Deny from all
</Location>
<Directory /var/www/images>
    Options -Indexes
</Directory>

restart server as

/etc/init.d/apache2 restart

XML backup of Wiki data (GD 12/11/13)

  • As root on wiki.gacrc.uga.edu, change to: /var/www/maintenance
  • Run the following: php ./dumpBackup.php --full > /tmp/wikibackup.xml
  • Copy that file elsewhere (until we cron this process)