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 /bank31/*.* to your site. eg localhost/bank31
- open file inc.page.php, find function db_conn(), and update these 4 values: $host,$user,$pass,$db (according to step 3)
Step 3: Install Database
Please use auto-install: http://localhost/bank31








