<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#start/beast+forum+install'
         s:cUser='felicisisimo'
         s:oUser=''
         s:mUser='felicisisimo'>
        <s:name>start/beast forum install</s:name>
        <s:content>Beast is a lightweight forum software built with ruby on rails (see http://beast.caboo.se/). It&apos;s quite popular with those who want a simple forum that is easily modified. Its dependencies includes subversion and the rails stack, so you may have to install these using the instruction below.&#xD;&#xA;&#xD;&#xA;1 Installing subversion&#xD;&#xA;&#xD;&#xA;You can usually install subversion using a package manager. apt-get works quite well. Type the following command:&#xD;&#xA;&#xD;&#xA;{code}&#xD;&#xA;apt-get install subversion&#xD;&#xA;{code}&#xD;&#xA;&#xD;&#xA;1 Installing the rails stack&#xD;&#xA;&#xD;&#xA;You can read the instructions for doing this at this bliki entry: http://bliki.rimuhosting.com/space/knowledgebase/linux/miscapplications/ruby+on+rails .&#xD;&#xA;You only need to run the rimuhosting rails stack install script:&#xD;&#xA;&#xD;&#xA;{code}&#xD;&#xA;wget -O rails.sh &quot;http://downloads.rimuhosting.com/miscproj/rails.sh&quot;&#xD;&#xA;bash -x rails.sh&#xD;&#xA;{code}&#xD;&#xA;&#xD;&#xA;1 Getting the Beast Source&#xD;&#xA;&#xD;&#xA;Get the source by typing these command:&#xD;&#xA;&#xD;&#xA;{code}&#xD;&#xA;svn checkout http://svn.techno-weenie.net/projects/beast/trunk beast&#xD;&#xA;cd beast&#xD;&#xA;rake rails:freeze:edge&#xD;&#xA;gem install RedCloth&#xD;&#xA;{code}&#xD;&#xA;&#xD;&#xA;This creates the beast source directory with a frozen rails version. This works independent of your actual rails install. The RedCloth package for Textile support is also installed.&#xD;&#xA;&#xD;&#xA;1 Database setup&#xD;&#xA;&#xD;&#xA;You can use any rails supported database. In this example we will use mysql. If mysql is not installed, you may do so using apt-get as the subversion example above.&#xD;&#xA;&#xD;&#xA;Create the database by typing the following command:&#xD;&#xA;&#xD;&#xA;{code}&#xD;&#xA;mysqladmin create beast_production -u root&#xD;&#xA;{code}&#xD;&#xA;&#xD;&#xA;Edit the database.yml file to point to the database you just created. You can then import the schema into the database by typing:&#xD;&#xA;&#xD;&#xA;{code}&#xD;&#xA;rake db:schema:load RAILS_ENV=production&#xD;&#xA;{code}&#xD;&#xA;&#xD;&#xA;1 Final Steps&#xD;&#xA;&#xD;&#xA;To finish up your install, edit the value of PASSWORD_SALT in config/environment.rb. You must also configure you web server frontend for the forum like you would any rails app. This part depends on your setup. You can read on how to do this here: http://bliki.rimuhosting.com/space/knowledgebase/linux/miscapplications/ruby+on+rails&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA; </s:content>
        <s:mTime>2007-06-07 14:52:33.0</s:mTime>
        <s:cTime>2007-06-07 14:52:33.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#start/beast+forum+install/'/>
                <rdf:li>
                    <s:Snip rdf:about='http://bliki.rimuhosting.com/rdf#start/beast+forum+install'>
                        <s:attachments
                             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
                    </s:Snip>
                </rdf:li>
                <rdf:li rdf:resource='http://bliki.rimuhosting.com/rdf#start/beast forum install/'/>
                <rdf:li rdf:resource='http://bliki.rimuhosting.com/rdf#start/beast%2bforum%2binstall/'/>
                <rdf:li rdf:resource='http://bliki.rimuhosting.com/rdf#knowledgebase/linux/miscapplications/ruby on rails'/>
                <rdf:li rdf:resource='#snipsnap-search'/>
                <rdf:li rdf:resource='http://bliki.rimuhosting.com/rdf#start/beast%2bforum%2binstall'/>
                <rdf:li rdf:resource='#snipsnap-index'/>
                <rdf:li rdf:resource='#felicisisimo'/>
                <rdf:li rdf:resource='http://bliki.rimuhosting.com/rdf#start/beast forum install//'/>
                <rdf:li rdf:resource='http://bliki.rimuhosting.com/rdf#vncdesktop/asdf'/>
            </rdf:Bag>
        </s:snipLinks>
    </s:Snip>
</rdf:RDF>
