How to:

Installation System setup Appearance Categories Ad types Ads Coupons Banners Users geoDatabase Database

Reference:

Pricing, how it works Optional fields Manage System Manage Appearance Manage Categories Manage Ad Types Manage Ads Manage Coupons Manage Banners Manage Users Manage geoDatabase Manage Database

 

 

BosClassifieds v3.0 Manual

Installation - running the installer

After you have performed all of the previous steps, it is now time to run the install script. To run this script, type in the URL to the script into your web browser such as http://www.yourdomain.com/ads/install.php. You will then be greeted with the intro screen which will guide you through the script.

The install script will check to ensure that all of the files are in their correct location, and that their permissions are set correctly. You will not be able to proceed in the installation if the install script is not satisfied with the file structure.

The following is a brief walk through of the screens, and what is expected:

URL/Path screen
› URL: This is the web address of where the script is located. Make sure to include a trailing backslash.
› PATH: This is the physical path on the server where the files are located at. If you do not know the correct entry, contact your host. Make sure to include a trailing backslash.

User system screen
› User system: Select which user system you wish to you. If you are running BosClassifieds as a standalone, choose BosDev UUS. If you are running BosClassifieds as a standalone on a company/school/etc Intranet, choose BosDev UUS Intranet. If you wish to integrate BosClassifieds with another product such as vBulletin 3, phpBB 2, etc please choose the correct entry.

Database information screen
› Database name: The name of the database to store the BosClassifieds information.
› Database host: The server host used to connect to the database, normally "localhost".
› Database user: The username of the user who has access to the database.
› Database password: The password of the user who has access to the database.
› Database prefix: BosClassifieds creates tables such as "events", "users" and more. In order to ensure a unique name, the install script asks you for a prefix. This will rename the tables to something not currently in use such as "bc3_events" and "bc3_users". This ensures no other applications are damaged during the BosClassifieds installation.
› UUS Database name: The name of the database which will be used to store user information. If you have another BosDev product which uses the BosDev UUS use that information so that both applications can share information.
› UUS Database host: The server host used to connect to the database, normally "localhost".
› UUS Database user: The username of the user who has access to the database.
› UUS Database password: The password of the user who has access to the database.
› Integration database name: The name of the database where BosClassifieds should get integration information.
› Integration database host: The server host used to connect to the database, normally "localhost".
› Integration database user: The username of the user who has access to the database.
› Integration database password: The password of the user who has access to the database.
› Integration database prefix: Your forum or CMS may prefix table names, enter that prefix here.

User account/cookie information screen
› Username: Your desired administrator account username. If you are integrating with another product, the username you enter here MUST EXIST in the other product already.
› Password: Your desired password for the administrator account.
› Email: Your email address for the administrator account.
› Cookie prefix: Cookie names, similar to database table names, may be prefixed with a character string to ensure they are unique. If you are integrating with another product, this prefix MUST MATCH the other application.
› Cookie path: This allows you to limit the scope of the cookie to the installation directory. For a side wide cookie, leave this as a /. If you are integrating with another product, this path MUST MATCH the other application.
› Cookie domain: This sets the domain name (server name) of the cookie. This should be set to .yourdomain.com (notice the leading .) If you are integrating with another product, this domain MUST MATCH the other application.

Installation includes the following steps:
Uploading files to the server
Creating a database
Setting file/directory permissions
Running the installation script
Cleaning up