[Commits] r2869 - apps/opengeo/geoexplorer/trunk
commits at geoext.org
commits at geoext.org
Wed Dec 21 13:52:36 CET 2011
Author: ahocevar
Date: 2011-12-21 13:52:36 +0100 (Wed, 21 Dec 2011)
New Revision: 2869
Added:
apps/opengeo/geoexplorer/trunk/README.txt
Removed:
apps/opengeo/geoexplorer/trunk/build/
apps/opengeo/geoexplorer/trunk/externals/
apps/opengeo/geoexplorer/trunk/license.txt
apps/opengeo/geoexplorer/trunk/readme-dev.txt
apps/opengeo/geoexplorer/trunk/src/
apps/opengeo/geoexplorer/trunk/tests/
Log:
Removing everything and pointing people to the new source code location.
Added: apps/opengeo/geoexplorer/trunk/README.txt
===================================================================
--- apps/opengeo/geoexplorer/trunk/README.txt (rev 0)
+++ apps/opengeo/geoexplorer/trunk/README.txt 2011-12-21 12:52:36 UTC (rev 2869)
@@ -0,0 +1,2 @@
+The GeoExplorer source code has moved to github:
+http://github.com/opengeo/GeoExplorer
Deleted: apps/opengeo/geoexplorer/trunk/license.txt
===================================================================
--- apps/opengeo/geoexplorer/trunk/license.txt 2011-12-14 18:37:26 UTC (rev 2868)
+++ apps/opengeo/geoexplorer/trunk/license.txt 2011-12-21 12:52:36 UTC (rev 2869)
@@ -1,26 +0,0 @@
-Copyright (c) 2008-2009, The Open Planning Project
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
- * Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- * Neither the name of the Open Planning Project nor the names
- of its contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
-LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
Deleted: apps/opengeo/geoexplorer/trunk/readme-dev.txt
===================================================================
--- apps/opengeo/geoexplorer/trunk/readme-dev.txt 2011-12-14 18:37:26 UTC (rev 2868)
+++ apps/opengeo/geoexplorer/trunk/readme-dev.txt 2011-12-21 12:52:36 UTC (rev 2869)
@@ -1,79 +0,0 @@
-=================================
-Running and deploying GeoExplorer
-=================================
-
-These instructions describe how to deploy GeoExplorer assuming you have a copy
-of the application source code from subversion.
-
-Getting a copy of the application
----------------------------------
-
-To get a copy of the application source code, use subversion::
-
- you at prompt:~$ svn checkout http://svn.geoext.org/apps/opengeo/geoexplorer/trunk geoexplorer
-
-
-Running in development mode
----------------------------
-
-The application can be run in development or distribution mode. In development
-mode, individual scripts are available to a debugger. In distribution mode,
-scripts are concatenated and minified.
-
-To run the application in development mode, change into the build director and
-run ant::
-
- you at prompt:~$ cd geoexplorer/build
- you at prompt:~/geoexplorer/build$ ant dev
-
-If the build succeeds, everything you need to run the application will be in the
-new build/GeoExplorer directory. Browse to this directory in your browser (e.g.
-http://localhost/~you/geoexplorer/build/GeoExplorer).
-
-
-Preparing the application for deployment
-----------------------------------------
-
-Running GeoExplorer as described above is not suitable for production because
-JavaScript files will be loaded dynamically. Before moving your application
-to a production environment, follow the steps below.
-
-1. Copy any changes to the app configuration you made in GeoExplorer/index.html
-into the geoexplorer/src/html/index.html file. Just copy the changes to the
-JavaScript - do not copy the entire contents of the file.
-
-2. If you have not already set up JSTools, do so following the instructions
-you find on the JSTools project page: http://pypi.python.org/pypi/JSTools
-
-3. Run ant to build the application for distribution.
-
-For example, to create a directory that can be moved to your production
-environment, do the following::
-
- you at prompt:~$ cd geoexplorer/build
- you at prompt:~/geoexplorer/build$ ant
-
-Move the GeoExplorer directory (from the build directory) to your production
-environment.
-
-If you want to create a zip archive of the application, instead run the
-following:::
-
- you at prompt:~/geoexplorer/build$ ant zip
-
-
-Connecting GeoExplorer to a local GeoServer
--------------------------------------------
-
-The easiest way to run GeoExplorer is to place it in the www folder of a
-GeoServer data dir. This requires the production build described above (built by
-running `ant`).
-
-1. Copy the build/GeoExplorer directory to $GEOSERVER_DATA_DIR/www/
-
-2. Modify the "ows" configuration value in GeoExplorer/index.html to reflect the
-path to your GeoServer WMS endpoint (usually "/geoserver/wms").
-
-3. Open the index.html page in a browser (e.g.
-http://localhost:8080/geoserver/www/GeoExplorer/index.html)
-
More information about the Commits
mailing list