Benson Bank: Documentation

Benson Bank CMS is easy to run under LAMP

If you try to run on your android mobile, try to install a php app first.

Then download Benson Bank v2020 and unzip to eg. Local / Internal / www / bank2020

Open browser, eg: 127.0.0.1:8080/bank2020
and you do not need to configure any other thing, all done.

If you want to run on PC, try the following:

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 php7.3 libapache2-mod-php7.3 php7.3-sqlite3
sudo apt-get install mysql-server mysql-client php7.3-mysql
sudo service apache2 restart

Step 2: Copy website pages

Copy /bank2020/*.* to your site. eg localhost/bank2020 - And it is all done

For existing users

If you are using previous versions of Benson Bank, please copy your old ??bsb.db3 file to bank2020/??bsb.db3

For advanced setup, you can also copy this db3 file to somewhere else, or even renamed to other name, but you need to update this file accordingly:
boot.php
'db' => '...update to your actual db3 file name and folder'

You can also use MySQL by updating this boot.php file according. If you are new user, you might need copy database structure from the SQLite to MySQL

May you be happy and at ease :)