2012年11月14日 星期三

筆記:專案管理工具比較(ing)

@使用單機軟體
 *openproj->使用介面不喜歡
*one point project->JAVA製,介面還OK,
  可惜1.圖案和字的大小不能調整 2.不能用他來管理文件

@使用Web Application
!使用環境:Win7+Xampp
*mGSD
基本上OK,不過要改成符合自己的需求還要花一些時間處理
優點是可以簡單的

* PHProjekt
缺點:速度有點慢
特殊設定
1.建立 Virtual Host(參考網頁)


 *ProjectPire
卡在檔案無法上傳到網站所以放棄,不然他的介面還蠻喜歡的
基本設定
1.讓使用者可以新增專案
  原因:使用者預設沒有新增專案的權限
  解法:
  • In the main menu select Administration, then select Company.
  • Under the heading of Contacts within the main page content, look for the admin user and click the associated link Edit user account.
  • In the body of the new page look for the section titled Options and change the setting for the option Can manage his/her own projects: from No to Yes.
  • Scroll to the bottom of the page and click the button Edit user account, this will save the settings.
2.讓使用者可以上傳檔案(PlugIn要開啟)
  原因:外掛只會開啟最基本的幾個
  解法:  check Administration / Plugins to see if the Files plugin is activated.

3.改變上傳檔案大小的限制
   原因:PHP的限制(使用xampp的情形)
   解法:
  1.編輯PHP.INI改變這兩個地方:
*增加檔案大小:
“upload_max_filesize”和“post_max_size”
*延長反應時間
“max_execution_time”和“max_input_time” to 120
2.重新啟動網頁server->OK

*Collabtive

*web2project:使用中文時他的甘特圖會有問題(顯示不出來),加上對他的介面沒有愛,所以懶得花時間處理,直接放棄

*Redmine->管理起來感覺不太順
*Trac->建立多專案的時候不方便