wackacon

PmWiki

edit SideBar


Search


Solstice

new solstice notes from second installation:

  • add "universe" to sources list
  • install mysql-server-5.0
  • install libapache2-request-perl libapreq2
  • add to /etc/apache2/httpd.conf: LoadModule apreq_module /usr/lib/apache2/modules/mod_apreq2.so

upgrading solstice from 0.93 to 0.95:

  • replace all config files, copy over settings
  • get Unicode::String
  • update table structure with new sql scripts - make sure you remember to set the configuration settings in the application table and the loginrealms table (or redo the entire config process)
  • upgrade themepark

installing webq

  • add webq table with sql scripts
  • get Text::CSV_XS, Crypt::Blowfish
  • get yahooui and crowdcontrol

mssql on ubuntu

  • apt-get install freetds freetds-dev tdsodbc unixodbc
  • in /etc/odbc.ini :
            [mydsn]
            Description = blah
            Driver = TDS
            Servername = vsql01
            Database = <database>
            UID = <username>
            PWD = <password>
            Port = 1433
  • in /etc/odbcinst.ini :
            [TDS]
            Description = Freetds.org
            Driver = /usr/lib/odbc/libtdsodbc.so
            Setup = /usr/lib/odbc/libtds.so
            FileUsage = 1
  • in /etc/freetds/freetds.conf :
        [vsql01]
        host = vsql01.brtc.psych.washington.edu
        port = 1433
        tds version = 8.0
Page last modified on August 13, 2007, at 07:02 PM