今天要記錄的是一另類資產管理系統 - phpwims
此為使用php撰寫的酒品資產管理系統
從官網來看已久未更新,似乎已不再維護
以下就記錄整個安裝過程
OS:CentOS 5.5
Requirments:
Apache 1.3 and above
PHP 4.1.0 and above (compiled with support for GD)
MySQL 3.22 and above
Bash
以上是從套件內的README節錄出的,但是套件從2003年就未更新,所以以上都已符合
1. 安裝相關套件
       yum  install  httpd  php  php-gd  mysql  mysql-server
2. 啟動網頁與資料庫服務
       vi  /etc/php.ini   -->  將register_globals = On (預設值為 Off)
       /etc/init.d/httpd  start
       /etc/init.d/mysqld  start
3. 建立資料庫管理者密碼
       mysqladmin  -u  root  password  '自訂密碼'
4. 執行安裝的Script
       cd  phpwims-0.4.2
       sh  install.sh
5. 完成,測試是否正常
       http://your domain name/phpwims/
       預設帳號密碼  admin / phpwims
參考文章:
http://phpwims.sourceforge.net/

 
沒有留言:
張貼留言