<rdf:RDF
    xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
    xmlns:s='http://snipsnap.org/rdf/snip-schema#'
    xml:base='http://bliki.rimuhosting.com/rdf'>
    <s:Snip rdf:about='http://bliki.rimuhosting.com/rdf#knowledgebase/linux/miscapplications/bugzilla'
         s:cUser='retep'
         s:oUser=''
         s:mUser='retep'>
        <s:name>knowledgebase/linux/miscapplications/bugzilla</s:name>
        <s:content>1 Bugzilla Install&#xD;&#xA;&#xD;&#xA;First grab bugzilla.&#xD;&#xA;&#xD;&#xA;cd /var/www/html&#xD;&#xA;&#xD;&#xA;wget the file using the url from http://www.bugzilla.org/download/#stable &#xD;&#xA;&#xD;&#xA;tar xzf &quot;that file&quot;&#xD;&#xA;&#xD;&#xA;mv &quot;that directory&quot; bugzilla&#xD;&#xA;&#xD;&#xA;cd bugzilla&#xD;&#xA;&#xD;&#xA;Run: ./checksetup.pl &#xD;&#xA;&#xD;&#xA;That will tell you a few things you need to install and a few optional things.  Typically you can just install the things you need and skip the optional bits.  That will involve installing CPAN modules.  e.g. /usr/bin/perl -MCPAN -e &apos;install &quot;MIME::Parser&quot;&apos;&#xD;&#xA;&#xD;&#xA;Create a mysql user per http://www.bugzilla.org/docs/2.22/html/configuration.html#install-setupdatabase-adduser.  You may need to first startup mysql (/etc/init.d/mysqld start); set it to run on boot up (chkconfig --level 35 mysqld on) and set a root mysql user password (mysqladmin password somepwhere).&#xD;&#xA;&#xD;&#xA;Re-run ./checksetup.pl&#xD;&#xA;&#xD;&#xA;That should create a localconfig file.  Edit that file to set the db_pass to the password you set when creating the mysql user.&#xD;&#xA;&#xD;&#xA;Re-run ./checksetup.pl.  That should create the database tables and users you need.  And setup an admin password for the install.&#xD;&#xA;&#xD;&#xA;Add something like this to your apache config:&#xD;&#xA;&#xD;&#xA;{code}&#xD;&#xA;&lt;Directory /var/www/html/bugzilla&gt;&#xD;&#xA;&#xD;&#xA;  AddHandler cgi-script .cgi&#xD;&#xA;&#xD;&#xA;  Options +Indexes +ExecCGI&#xD;&#xA;&#xD;&#xA;  DirectoryIndex index.cgi&#xD;&#xA;&#xD;&#xA;  AllowOverride Limit&#xD;&#xA;&#xD;&#xA;&lt;/Directory&gt;&#xD;&#xA;            &#xD;&#xA;{code}&#xD;&#xA;&#xD;&#xA;Then browse to http:\//yourip/bugzilla&#xD;&#xA;&#xD;&#xA;See also http://www.bugzilla.org/docs/2.22/html/configuration.html&#xD;&#xA;&#xD;&#xA;Or if you get stuck just pop in a support ticket and one of the RimuHosting sysadmins can get this going for you.&#xD;&#xA;</s:content>
        <s:mTime>2007-04-24 20:18:49.0</s:mTime>
        <s:cTime>2007-04-24 20:15:03.0</s:cTime>
        <s:comments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
        <s:snipLinks>
            <rdf:Bag>
                <rdf:li rdf:resource='http://bliki.rimuhosting.com/rdf#knowledgebase/linux/miscapplications'/>
                <rdf:li rdf:resource='#snipsnap-search'/>
                <rdf:li rdf:resource='#knowledgebase'/>
                <rdf:li rdf:resource='http://bliki.rimuhosting.com/rdf#knowledgebase/linux/miscapplications/ruby on rails'/>
                <rdf:li rdf:resource='http://bliki.rimuhosting.com/rdf#knowledgebase/linux'/>
                <rdf:li rdf:resource='http://bliki.rimuhosting.com/rdf#knowledgebase/linux/'/>
                <rdf:li rdf:resource='#snipsnap-index'/>
                <rdf:li rdf:resource='http://bliki.rimuhosting.com/rdf#knowledgebase/linux/distros/ubuntu'/>
                <rdf:li rdf:resource='http://bliki.rimuhosting.com/rdf#knowledgebase/linux/mail/postfix notes'/>
                <rdf:li rdf:resource='http://bliki.rimuhosting.com/rdf#knowledgebase/linux/java/alfresco install'/>
                <rdf:li rdf:resource='http://bliki.rimuhosting.com/rdf#knowledgebase/linux/miscapplications/'/>
            </rdf:Bag>
        </s:snipLinks>
        <s:attachments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
    </s:Snip>
</rdf:RDF>
