Changes between Initial Version and Version 1 of maestro/UserGuides/MaestroBasics


Ignore:
Timestamp:
Sep 29, 2008, 1:42:02 PM (16 years ago)
Author:
ksgeograf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • maestro/UserGuides/MaestroBasics

    v1 v1  
     1== !MapGuide Maestro User Guides ==
     2This page contains instructions for [wiki:maestro MapGuide Maestro] usage.
     3
     4== Navigating in !MapGuide Maestro ==
     5
     6When you start !MapGuide Maestro for the first time, you will meet the login screen:[[BR]]
     7[[Image(http://trac.osgeo.org/mapguide/browser/trunk/Tools/Maestro/Screenshots/Userguide/Login.png?format=raw)]]
     8
     9In the server name field, you must enter the url to the server.[[BR]]
     10If you use the default installation bundled with Apache, you must use the following URL:[[BR]]
     11http://localhost:8080/mapguide/
     12
     13If you use an IIS based installation, or a regular Apache server, you must use the following URL:[[BR]]
     14http://localhost/mapguide/
     15
     16If your !MapGuide server is running on another machine than !MapGuide Maestro, you must substitute
     17"localhost" with the name of the server, eg. www.example.com.
     18
     19If !MapGuide runs with the default setup, the username is "Administrator" and the password is "admin".[[BR]]
     20If the server is publicly avalible, please advise the server administrator to change it![[BR]]
     21If the username or password is changed, contact the server administrator for the new information.[[BR]]
     22
     23The "Language" should be detected automatically based on your machine configuration.
     24You may change the language if you prefer. If your prefered language is not listed,
     25you can help yourself and other by [wiki:maestro/Translation translating MapGuide Maestro].
     26It takes about 30 to 60 minutes to translate all the files.
     27
     28== The user interface ==
     29The !MapGuide Maestro user interface is built like other applications, where all items
     30are listed in a tree like structure on the left, and a detailed editing area on the right:[[BR]]
     31[[Image(http://trac.osgeo.org/mapguide/browser/trunk/Tools/Maestro/Screenshots/Userguide/MapEditor.png?format=raw)]]
     32
     33!MapGuide Maestro has a toolbar with buttons above the tree and another one above the edit area.
     34Those buttons perform actions on the items below.
     35The menus provide access to the same functions, as well as some less frequently used functions.
     36
     37== Getting some data ==
     38If you are just starting out with !MapGuide, you will benefit from having som example data to look
     39at and modify. You can download the [http://mapguide.osgeo.org/download/releases/2.0.x-samples "Sheboygan.mgp" sample from the MapGuide site].
     40''Note'': A package is similar to a backup, and you do not need a package to create your own site.
     41
     42To load a package from !MapGuide Maestro, choose the menu "Packages" and the select "Restore package...".
     43Now browse to the package you downloaded, then click "OK" and wait for the process to complete.
     44
     45Feel free to open any item in the list to see how it looks. Also note the folder structure used.
     46You should structure your own data in folders so you can manage it more easily later.
     47If you break something, you can just load the package again.
     48
     49----
     50When you are done looking at the sample data, you can read how to use your own data:
     51'''[wiki:maestro/UserGuides/FileFeatureSource Using file based data]'''.