Javascript must be enabled for the script to work.
Upload all the files on your webserver or localhost
Point to the root folder of the script to start the installation script
Fill out the form information and then submit
Remove the /install folder
Upload all the files on your webserver or localhost
Create a database or use an existing one and import the sql file includes/sql/structure1.0.sql
Move the file install/config.example.php to its parent folder, and rename it to config.inc.php
Open this file and edit the database information and configuration values
Set TABLE_PREFIX to gb_ (if you want to use another prefix, first modify the sql file accordingly)
Open your database and add an admin account (status=“admin”) in table gb_session
If you want to offer a demo account, add a another user demo/demo and status=“normal” (this can be added later when you are logged in)
On *nix platforms, set the user (e.g. Apache) for the files such as
chown www-data.www-data -R getboo/
Remove the install/ folder
Move your config.inc.php file to another folder (makes the upgrade process faster)
Replace your files with the new release (if you use caching, you could backup your cache folder)
Point to the root folder of the script to start the upgrade script
Either load your config file at the end of the script or fill out the form information (except the admin configuration section).
Click the “Upgrade” button
Remove the /install folder
Move your config.inc.php file to another folder
Replace your files with the new release (if you use caching, you could backup your cache folder)
Move your config.inc.php file to the root folder of the application
Insert after line 91 (define(“ANTI_SPAM”, true);) the following line: define(“VERSION”, “1.01”);
Remove the install/ folder
Back to top