To install Instiki on Hostmonster is quite simple:
# General Apache options
AddHandler fcgid-script .fcgi
#AddHandler fastcgi-script .fcgi
#AddHandler cgi-script .cgi
Options +FollowSymLinks +ExecCGI
RewriteRule ^(.*)$ dispatch.cgi [QSA,L]
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
rm -r wiki
ln -s /home/YOUR_USERNAME/public_html/wiki/public wiki
cd wiki (.yourdomain.com)
chmod -R 755 public
chmod 755 public/dispatch.*
chmod -R 755 tmp
chmod -R 755 log
rake db:migrate RAILS_ENV=production
Open wiki. yourdomain.com in your browser and set up the wiki.
That’s it!.