Feed on
Posts
Comments

Archive for July, 2006

Several days ago, I finished install Rails on my system. At that time, I didn’t have anything to show you about the easiness of Rails.
In this occasion I will show you how easy it is to create a simple web-based application. The application will just display “hello” and “goodbye”.
First, I create an application called “demo” [...]

Read Full Post »

Installing Ruby on Rails

During my adventure to install Ruby on Rails, I didn’t find a detailed guide explaining the process, what component should be install first, etc.
So here is my note regarding Ruby on Rails installation using gem. Please note that I install the components using gem local installation.
Install the following components first using gem :
# gem install [...]

Read Full Post »

View CHM Files in OpenSUSE 10.1

To be able to view chm files in OpenSUSE 10.1 you need to install the following software packages :
chmlib-0.37.4-1.i586.rpmcompat-expat1-1.95.8-6.i586.rpmexpat-2.0.0-13.i586.rpmlibmspack-0.0.20040308alpha-16.i586.rpmwxGTK-2.6.1.0-4.i586.rpmxchm-1.2-1.i586.rpm
You can find those packages in http://rpm.pbone.net
After success download those files, just install them :
# rpm -Uvh *.rpm
Enjoy

Read Full Post »