User Tools

Site Tools


installation:zipped:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
installation:zipped:start [2010/05/28 14:06]
james
installation:zipped:start [2022/02/15 15:14] (current)
jonyo removed legacy instructions, they were broken anyways
Line 1: Line 1:
-====== Zip Installation Instructions ======+====== Community Edition Instructions ======
  
-These are the installation instructions for those that wish to install the software using the Zipped installation package.+These are the installation instructions for those that wish to install the software using the newer community edition using a zipped installation package.
  
-Using this method is recommended if you are comfortable with installing web-based software using FTP.  For the //"rest of us"//, we recommend using the [[installation/wizard/start|Wizard]] to do a lot of the work described here for you+Using this method is recommended if you are comfortable with installing web-based software using FTP.  You can also use git to clone the repo if you are familiar with that, but we don'have any instructions for that option.  Doing so is very similar to the steps below, but instead of downloading the files and using FTP to upload, you would use git to clone the repo at https://github.com/geodesicsolutions-community/geocore-community and you would need to run **composer install** to build it.
- +
-You may note that this method has fewer steps in the instructions than using the Executable Wizard.  Don'let this deceive you, as using the Wizard will still be easier for most people.  In the instructions below, we have not gone as "in depth" on certain areas (such as uploading the FTP files) since this method is more for people who are already familiar with installing we-based software using FTP.+
  
 **Instructions:** **Instructions:**
-  - [[installation/start#database_setup|Create new MySQL database]] on your server. < +  - [[installation/start#database_setup|Create new MySQL database]] on your server. 
-  - Download and un-zip the fresh install zip package [[installation/download_software/start|from the Client area]]. The file should end in **.zip**, and the download will be labeled something similar to one of the following: +  - Download and un-zip the community edition. You will find the latest version download link in the [[https://geodesicsolutions.org/resources.php|Download Page]].  When you download, the file should end in **.zip**, and the download will be labeled something similar to **geocore-ce.zip** 
-    * **Trial Ioncube Package**: Geodesic_CA_**ent**_IonCube_Trial_install_zipped_v**X.X.X**.zip < +  - When you unzip it, the files should be in a new folder named geocore-ce/ - change to that directory
-    * **Trial Zend Optimizer Package**: Geodesic_CA_**ent**_Zend_Trial_install_zipped_v**X.X.X**.zip < +  - Rename the file **config.example.php** to **config.php** - be sure you get **example** one, **not** one of the others like default
-    * **Main (non-trial) Package**: Geodesic_CA_**ent**_full_install_zipped_v**X.X.X**.zip < +  - Edit the **config.php** file you just renamed, and change the database settings.  Use the settings for the database you created in step 1. 
- **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. +  - FTP all the files to your server where you want them to be installed. 
-< +  - Run the web-based installation script located at **setup/index.php** using your favorite Internet browser.  For example, if your site was //example.com//, you would run //example.com/setup/index.php// in your browser.  It will guide you through all the steps. 
-  - Edit the **config.php** file located wherever you unzipped the software to, and change the database settings.  Use the settings for the database you created in step 1. < +  - 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", respectively 
-  - FTP all the files to your server where you want them to be installed.  If you are using the **Trial Zend Optimizer Package**, be sure to upload all files in **BINARY MODE**.  Or if you are using the **Main (non-trial) Package**, use **BINARY MODE** for the following 2 files: +<note> 
-    * **classes/php5_classes/products.zend.php** < +**NOTE:**  At the admin page, if it says that the folder templates_c needs to be "writable"((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 workbut you should only do it if you get the error.)) : Change the following directories to be //writable// by the **"apache user"** (When in doubtCHMOD 777 if it gives an error about templates_c):
-    * **classes/php5_classes/DataAccess.class.zend.php** < +
-If in doubt, you can upload all the files in BINARY MODE if you wish. +
-+
-  - Change the following directories to be //writable// by the **"apache user"** (When in doubt, CHMOD 777): +
-    * **_geocache/** < +
-    * **templates_c/** < +
-    * **user_images/** < +
-  - Run the web-based installation script located at **setup/index.php** using your favorite Internet browser.  For example, if your site was //example.com//, you would run //example.com/setup/index.php// in your browser.  It will guide you through all the steps. < +
-  - 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. < +
-  - When you log in for the first time, you will need to enter your license keyYou can find the license key displayed in our client areaas illustrated in the image below.+
  
-{{ :installation:view_key.gif }} +**_geocache/**
-  - When the installation process is complete, delete the following directories (if they exist) from your site: +
-    * **pre_setup/** +
-    * **setup/** < +
-    * **sql/** < +
-    * **upgrade/** < +
-+
-  - The software should now be installed.  Enjoy!  Be sure to check out [[how_this_software_works/start]] to get started learning the software. <+
  
 +**templates_c/**
 +
 +**user_images/**
 +
 +**geo_templates/** ((All sub-folders and files as well))
 +
 +</note>
 +  - When the installation process is complete, delete the following directories (if they exist) from your site:
 +    * **pre_setup/**
 +    * **setup/**
 +    * **sql/**
 +    * **upgrade/**
 +  - The software should now be installed.  Enjoy!  Be sure to check out [[how_this_software_works/start]] to get started learning the software.
  
installation/zipped/start.1275055582.txt.gz · Last modified: 2014/09/25 16:55 (external edit)