Javascript must be enabled for the script to work.

INSTALLATION

QUICK INSTALLATION

  1. Upload all the files on your webserver or localhost
  2. Point to the root folder of the script to start the installation script
  3. Fill out the form information and then submit
  4. Remove the /install folder

LONG INSTALLATION

  1. Upload all the files on your webserver or localhost
  2. Create a database or use an existing one and import the sql file includes/sql/structure1.0.sql
  3. Move the file install/config.example.php to its parent folder, and rename it to config.inc.php
  4. Open this file and edit the database information and configuration values
    1. Set TABLE_PREFIX to gb_ (if you want to use another prefix, first modify the sql file accordingly)
  5. Open your database and add an admin account (status=“admin”) in table gb_session
    1. 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)
  6. On *nix platforms, set the user (e.g. Apache) for the files such as
    chown www-data.www-data -R getboo/
  7. Remove the install/ folder

UPGRADING

From 1.0 to latest

  1. Move your config.inc.php file to another folder (makes the upgrade process faster)
  2. Replace your files with the new release (if you use caching, you could backup your cache folder)
  3. Point to the root folder of the script to start the upgrade script
  4. Either load your config file at the end of the script or fill out the form information (except the admin configuration section).
  5. Click the “Upgrade” button
  6. Remove the /install folder

From 1.0 to 1.01

  1. Move your config.inc.php file to another folder
  2. Replace your files with the new release (if you use caching, you could backup your cache folder)
  3. Move your config.inc.php file to the root folder of the application
    1. Insert after line 91 (define(“ANTI_SPAM”, true);) the following line: define(“VERSION”, “1.01”);
  4. Remove the install/ folder
install.txt · Last modified: 2008/04/10 07:43 by maxime
Back to top
Recent changes RSS feed Donate Driven by DokuWiki