Sha256: 3ebd2b951052e77641f79c4e59722e2567ccfabba31c03bdb8c71b9cacaefe2e
Contents?: true
Size: 1.02 KB
Versions: 37
Compression:
Stored size: 1.02 KB
Contents
# DB2 9.7 # # Home Page # http://rubyforge.org/projects/rubyibm/ # # To install the ibm_db gem: # On Linux: # $ sudo -s # $ . /home/db2inst1/sqllib/db2profile # $ export IBM_DB_LIB=/opt/ibm/db2/V9.7/lib # $ export IBM_DB_INCLUDE=/opt/ibm/db2/V9.7/include # $ gem install ibm_db # # On Windows: # Issue the command: gem install ibm_db # If prompted, select the mswin32 option # # For more details on the installation and the available connection parameters refer to: # http://rubyforge.org/docman/?group_id=2361 development: adapter: ibm_db database: <%= app_name[0,4] %>_dev username: db2inst1 password: # Warning: The database defined as 'test' will be erased and # re-generated from your development database when you run 'rake'. # Do not set this db to the same as development or production. test: adapter: ibm_db database: <%= app_name[0,4] %>_tst username: db2inst1 password: production: adapter: ibm_db database: <%= app_name[0,4] %>_prd username: db2inst1 password:
Version data entries
37 entries across 37 versions & 6 rubygems