my steps:
- installed ruby include gem manager, and downloaded rails and radiant
gem packages. - gem install rails
- gem install radiant
- i have seen in 1.8/gems folder, there are rails and radiant
directories - use sqliteman to create a database named ‘radiant_live.db’[size is
0kb] - put this db file into
‘C:\Ruby\lib\ruby\gems\1.8\gems\radiant-0.8.0\db’ folder - modified database.yml file like this
production:
adapter: sqlite3
database: db/radiant_live.db - then following the doc in rdoc website with commands
rake production db:bootstrap - error popup as attachment shown, which is about sqlite3
anybody can help me? thanks.
~aLeX ChOu