天天看點

Windows 7下DotProject環境搭建及其安裝

最近組内要求搞個項目管理軟體,經理直接了當的要求用dotproject,之前完全不了解這款軟體,零基礎折騰了一天

Windows 7下DotProject環境搭建及其安裝

,把折騰的結果分享下,權當紀念......

1.準備工作

平台:Windows 7  旗艦版 service pack 1

 AppServer 2.5.10 (這個百度一下 連結比較多)

Windows 7下DotProject環境搭建及其安裝

,dotproject(具體版本還有語言視個人而定)推薦2.12,漢化完美的版本連結不怎好找

Windows 7下DotProject環境搭建及其安裝

,進入主題吧。

2.安裝AppServer2.5.10

解壓appserv-win32-2.5.10.zip,執行安裝程式,安裝目錄為 X:\Appserv(按自己喜好定),按照預設選項按照,沒有特殊的配置,直接下一步,将自動安裝apache、mysql、php、myphpadmin

Windows 7下DotProject環境搭建及其安裝

點選next,繼續

Windows 7下DotProject環境搭建及其安裝

點選I Agree,繼續

Windows 7下DotProject環境搭建及其安裝

選擇路徑,點選next,繼續

Windows 7下DotProject環境搭建及其安裝

前面兩個直接填寫localhost,下面的端口預設是80,如果被其他占用,請改為其他值eg:8080;點選next

Windows 7下DotProject環境搭建及其安裝

這裡要填寫MySQL的密碼,一定要記住,在dotproject安裝的時候密碼如果不對,安裝會出錯。。。。。

appserv-win32-2.5.10安裝完畢。

3.接下來就是dotproject安裝

①将dotproject 2.12解壓縮到X:\Appserver\ www 檔案夾下,即 D:\Appserv\www,并改名為dotproject.(X是安裝的盤符);

②用你IE浏覽器通路 http://localhost:80/dotproject  (安裝時改變了apache的預設端口号,就将80換成更改後的端口号);

③會出現下面的提示:

          Fatal Error. You haven't created a config file yet.

          Click Here To Start Installation and Create One! (forwarded in 5 sec.)

等5秒鐘,自動進入安裝界面:

Welcome to the dotProject Installer! It will setup the database for dotProject and create an appropriate config file. In some cases a manual installation cannot be avoided.
There is an initial Check for (minimal) Requirements appended down below for troubleshooting. At least a database connection must be available and ../includes/config.php must be writable for the webserver!

點選 Start Installaion

④安裝配置

Database Server Type Note - currently only MySQL is known to work correctly---目前隻支援mysql,是以按預設,選mysql;

Database Host Name:使用localhost,不用改;

Database Name:建立庫名為dotproject,不用改;

Database User Name&passwd:填入有效的使用者名和密碼,預設使用者名dp_user在mysql是不存在的,可自行建立。這裡的密碼一定要填寫你安裝AppServer2.5.10時填寫的密碼,否者建立MySQL資料庫會出錯;

點選右下角的 db&write cfg 按鈕,完成安裝。

⑤用IE浏覽器通路 http://localhost:80/dotproject(端口注意喲

Windows 7下DotProject環境搭建及其安裝

)登入系統,使用者名: admin , 密碼: passwd

⑥進入後,選擇 “System Admin”,在選擇該頁面中的 “Default User Preferences ” ,将其中的 Locale 項設定為 Simplifield Chinese(China)。log out,重新登入,這樣dotproject就完成了安裝和漢化。

Windows 7下DotProject環境搭建及其安裝

繼續閱讀