The performance of Typo under mod_rails is unimpressive. As it’s early days for this server and I don’t have the time to investigate this, I have just switched the blog to WordPress and it is now much snappier.
|
|||||
|
The performance of Typo under mod_rails is unimpressive. As it’s early days for this server and I don’t have the time to investigate this, I have just switched the blog to WordPress and it is now much snappier. Typo is a blogging application written in Ruby on Rails. Here is how to install it (using MySQL as the back-end database): Phusion Passenger, a.k.a. mod_rails, is a Ruby on Rails server integrated tightly with apache. Here is what I did to get it working on Mac OS X. sudo gem install passenger Per the install instructions [...] Download latest phpMyAdmin. tar xvf ~/phpMyAdmin-2.11.8.1-english.tar.bz2 Edit config.inc.php and set your blowfish secret to a random string: $cfg[’blowfish_secret’] = ‘ertyrtfghrty’; On Mac OS X Leopard, there appears to be an issue with PHP that you have to resolve by changing localhost to [...] In OS X Leopard, out of the box (at least on the System I got access to) Apache2 is missing an AddHandler statement for PHP, so PHP won’t work if you just enable the module. Here is how to fix that through Server Admin: The version of MySQL that comes preintsalled on MacOS X (Leopard) Server does not include client libraries and header files, as discussed here. The remedy as discussed here is to: tar xvfz MySQL-43.binaries.tar.gz To configure and start MySQL: |
|||||
|
Copyright © 2010 Sam Pierson's Blog - All Rights Reserved |
|||||