Zip Installation Instructions

This guide will walk you through how to successfully install Geocoremax on your server.
Post Reply
1kiwi1
Site Admin
Posts: 204
Joined: Mon Nov 19, 2018 9:26 pm

Zip Installation Instructions

Post by 1kiwi1 »

These are the installation instructions to install the Geocoremax Software using a Zipped installation package. This method requires installing Geocoremax web-based software on your server using FTP (File Transfer Protocol). A number of Hosting accounts already facilitate uploading zipped files to the server root, where the software will be installed.

Instructions:

1. Create new MySQL database on your server.

2. Download and un-zip the fresh install zip package from the Client area. The file should end in .zip, and the download will be labeled something similar to:
    Geocoremax_full_install_zipped_v20.X.X.zip
    Note: The bold parts of the file names above may be different for you, depending on the software edition, and the current version that is available.

    3. Edit the config.php file located where you unzipped the software to (i.e, server root), and change the database settings in that file. Use the settings for the database you created in step 1.

    4. FTP or upload all the files to your server where you want them to be installed.

    5. In your web browser, run the web-based installation script located at setup/index.php. For example, if your site was example.com, you would run example.com/setup/index.php. It will guide you through all the steps.

    6. Once you have completed the setup script, follow the link on the last page to the admin panel and log into the admin for the first time. The admin user/pass will be set to the default of “admin”, and “geodesic”, respectfully.
    zip-install.png
    zip-install.png (16.32 KiB) Viewed 2544 times
    7. When the installation process is complete, delete the following directories (if they exist) from your site:
    • pre_setup/
    • setup/
    • sql/
    • upgrade/
    8. The software should now be installed. Enjoy! Be sure to check out How Our Auction & Classified Software Works to get started learning the software.[/list]

    --------------------------------------

    1) Most hosts use something called “suexec” so that the scripts running on your site can “write files” without any special permissions. But a few hosts do not do this, or it may not be like that for a dedicated host, for such sites, you need to change the permissions on certain folders so that the script can edit and write files in those folders. This is needed for the software to work, but you should only do it if you get the error.
    2) All sub-folders and files as well
    Post Reply