Benson Bank: Documentation
Benson Bank CMS is easy to run under LAMP
Step 1: Install apache + php + MySQL
Please ignore this step if you already done
WinXP: please google xampp or similar LAMP
ubuntu: HowTo install apache + php + MySQL
sudo apt-get install apache2 php5 libapache2-mod-php5
sudo apt-get install mysql-server mysql-client php5-mysql
sudo apt-get install php5-gd
sudo /etc/init.d/apache2 restart
Step 2: Copy website pages
- copy /bank20/*.* to your site. eg localhost/bank20
- open file inc.func.php, find function db_conn(), and update these 4 values: $host,$user,$pass,$db (according to your step 3)
- Make sure chart plugin folder /chart/img/ is RW by apache user
Step 3: Install Database
Please use auto-install: localhost/bank/


