-
Notifications
You must be signed in to change notification settings - Fork 43
Quick Start Guide
This page provide a quickly guide in order to run the MapStore with all his components described in the WIKI home page. You can start using MapStore following the steps below:
-
If you don't have Java installed , download and install a Java Development Kit (1.6 or later) from here, and set an environment variable JAVA_HOME to the pathname of the directory into which you installed the JDK.
-
Download the MapStore binary here.
-
Unpack the binary into a convenient location so that the distribution resides in its own directory (conventionally named "mapstore"). For the purposes of the remainder of this document, the symbolic name MAPSTORE_HOME is used to refer to the directory where MapStore resides.
-
Start Up MapStore
Execute the following shell commands:
Windows:
cd %MAPSTORE_HOME%
startup
UNIX:
cd $MAPSTORE_HOME
./startup.sh
- Wait until the startup process has completed (you should see the message "Started [email protected]:8080" at the bottom of the startup windows) and access the MapStore HomePage here
It is now time to play with the demo by other looking at the preconfigured maps or by creating new maps.
MapStore comes with a few maps preconfigured. By clicking on the existing rows of the MapManager you can get access to the existing maps. You can open them up and you can also get a unique link for the to embed into existing sites. Check the
To create new maps or to modify existing maps. login to MapStore, clicking on the Login button and entering the following credentials:
- username: admin
- password: admin
You can now create new maps, modify the existing ones or manage the users. To create a new map clicking on the "New Map" button, a new window should open up where you can
Please, refer to the homepage of MapStore for additional information on how to use the various tools. Please, consider also the option to contribute to its documentation.
To shutdown MapStore execute the following shell commands:
Windows:
cd %MAPSTORE_HOME%
shutdown
UNIX:
cd $MAPSTORE_HOME
./shutdown.sh
For advanced configuration options like Http-Proxy or GeoStore, check this page.
If you have any problem starting MapStore, look here
Feel free to get in touch with us using the users' google group.