'@'localhost' identified by '<password>';
grant all privileges on redmine.* to 'redmine'@'localhost';
注:帶尖括號的內(nèi)容需要自定義。
這樣我們就為Redmine在Mysql中建立了相應的庫和用戶。
6.Redmine的安裝和配置
1) 我們將之前下載redmine壓縮包解壓到任意目錄。
2) 進入到redmine解壓目錄,在這里我們稱之為redmine根目錄。
3) 找到<redmine根目錄>/config/database.yml.example文件,將其復制一份到當前目錄并改名為database.yml。
4) 打開文件,找到“production:”修改其下的配置,例如:
production:
adapter: mysql
database: redmine
host: localhost
port: 3306
username: redmine
password: <password>
encoding: utf8
注:帶尖括號的內(nèi)容需要自定義。配置中所有內(nèi)容都應與之前的Mysql安裝和配置相一致。
5) 從CMD窗口中進入到redmine根目錄。順序執(zhí)行如下命令:
rake generate_session_store
上面的命令用于生成session密鑰。
rake db:migrate RAILS_ENV="production"
上面的命令用于創(chuàng)建redmine的庫表結(jié)構(gòu)。
rake redmine:load_default_data RAILS_ENV="production"
上面的命令用于初始化redmine的默認配置數(shù)據(jù)。
7.啟動
1) 從CMD窗口進入到redmine根目錄,輸入如下命令:
mongrel_rails start -e production
上面的命令執(zhí)行后,mongrel服務器將會啟動。在看到“** Use CTRL-C to stop.”之后說明已經(jīng)啟動成功。
2) 打開網(wǎng)絡瀏覽器,在地址欄中輸入“http://localhost:3000”。如果看到redmine主頁畫面的話就說明運行成功。
3) redmine默認的管理員用戶是admin,密碼也是admin。
項目經(jīng)理勝任力免費測評PMQ上線啦!快來測測你排多少名吧~
http://opto-elec.com.cn/pmqhd/index.html