User Tools

Site Tools


tutorials:server:local_installation

Differences

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

Link to this comparison view

Next revision
Previous revision
tutorials:server:local_installation [2010/04/28 18:11]
jonyo created
tutorials:server:local_installation [2014/09/25 16:55] (current)
Line 3: Line 3:
 Several clients express a wish to run the software on their local machines while they are configuring their classified and auction software.  This can certainly be done but there are a few things you need to be aware of. Several clients express a wish to run the software on their local machines while they are configuring their classified and auction software.  This can certainly be done but there are a few things you need to be aware of.
  
-Our software runs in a Internet server based environment which is not the environment of the local computer you connect to the Internet with.  But you can emulate the Internet server based environment on your local Windows-based computer through the use of a program called WAMP (Windows Apache MySQL and PHP).  This installs Apache and MySQL on your local computer and configures PHP to run on it.  You do not essentially need WAMP to install this environment but WAMP does this easily for you on Windows boxes.  The following contains a fuller list of packages that can create this environment for you on your Windows box:+Our software runs in a Internet server based environment which is not the environment of the local computer you connect to the Internet with.  But you can emulate the Internet server based environment on your local Windows-based computer through the use of a program called WAMP (Windows Apache MySQL and PHP) or XAMP (X for "cross platform" Apache MySql and PHP).  These install Apache and MySQL on your local computer and configures PHP to run on it.  You do not essentially need WAMP/XAMP to install this environment but WAMP/XAMP does this easily for you on Windows boxes.  More on each here:
  
-[[http://en.wikipedia.org/wiki/Comparison_of_WAMPs]]+[[http://sourceforge.net/p/wampserver/wiki/Home/]] 
 + 
 +[[http://en.wikipedia.org/wiki/XAMPP]]
  
 The following will provide a list of packages that can do the same for Linux, MAC and other platforms: The following will provide a list of packages that can do the same for Linux, MAC and other platforms:
Line 16: Line 18:
  
   * You cannot use "localhost" when trying to access the local installation, the domain name must have at least one dot (.) in it, in order for browser cookies to work.  You can use the IP address instead like **127.0.0.1**. If you know how to properly update your computer's hosts file you may be able to create a "local domain" to use to access the software as long as it has at least one dot in the domain name, something like **local.host**.  The problem with "localhost" is that a browser will not save a cookie to the "localhost" domain((because of the lack of dots)), and cookies need to work to use the software.   * You cannot use "localhost" when trying to access the local installation, the domain name must have at least one dot (.) in it, in order for browser cookies to work.  You can use the IP address instead like **127.0.0.1**. If you know how to properly update your computer's hosts file you may be able to create a "local domain" to use to access the software as long as it has at least one dot in the domain name, something like **local.host**.  The problem with "localhost" is that a browser will not save a cookie to the "localhost" domain((because of the lack of dots)), and cookies need to work to use the software.
-  * Your license will need to be updated with the path for the local installation.  With your license, you can install the classified and auction software to a "main location", and also to a secondary "test installation" such as installing it locally like we are describing here.  The first time you install it, the license will automatically lock to the installation.  For the secondary installation, you will need to contact sales@geodesicsolutions.com to add the second location to your license((Unfortunately, at this time the second location is not able to be added automatically.  We are working to find a solution to automate the processfor the time being though you need to contact us to manually add the second installation location to your license.)).+  * If you are using an older license key (one with underscores "_" in the key), or you have already used both "install slots" on a newer license key, your license will need to be updated with the path for the local installation.  With your license, you can install the classified and auction software to a "main location", and also to a secondary "test installation" such as installing it locally like we are describing here.  The first time you install it, the license will automatically lock to the installation.  For the secondary installation, it will prompt to make sure it is being used for testing only, you just need to check the box to confirm.  Any test installations after that, you will need to contact sales@geodesicsolutions.com to add (or replace) any location to your license.
   * All the URL settings in the auction and classified software will need to reference the IP address (or local domain) you use.   * All the URL settings in the auction and classified software will need to reference the IP address (or local domain) you use.
   * The most common URL to use for a local installation is 127.0.0.1   * The most common URL to use for a local installation is 127.0.0.1
 +  * Because your local installation is hidden from the Internet there is very little we can do in some circumstances to debug Geo software issues.  If you are seeing an uncommon or isolated issue with the software we generally need direct access to the installation to debug the issue.  
 +  * We aren't server environment administrators so debugging issues in your WAMP/XAMP installations are more impossible that debugging issues in the software
  
tutorials/server/local_installation.1272478306.txt.gz · Last modified: 2014/09/25 16:55 (external edit)