This repository has been archived by the owner on Sep 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c6e81e7
commit 35deba6
Showing
5 changed files
with
28 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
# mapapps-omnisearch-autoinfo | ||
# Omnisearch Auto Info Bundle | ||
The Omnisearch Auto Info Bundle opens a feature info after a search was successful. | ||
|
||
### Sample App ### | ||
http://www.mapapps.de/mapapps/resources/apps/downloads_omnisearch_autoinfo/index.html | ||
|
||
### Define the mapapps remote base | ||
Before you can run the project you have to define the mapapps.remote.base property in the pom.xml-file: | ||
`<mapapps.remote.base>http://%YOURSERVER%/ct-mapapps-webapp-%VERSION%</mapapps.remote.base>` | ||
|
||
##### Other methods to to define the mapapps.remote.base property. | ||
1. Goal parameters | ||
`mvn install -Dmapapps.remote.base=http://%YOURSERVER%/ct-mapapps-webapp-%VERSION%` | ||
|
||
2. Build properties | ||
Change the mapapps.remote.base in the build.properties file and run: | ||
`mvn install -Denv=dev -Dlocal.configfile=%ABSOLUTEPATHTOPROJECTROOT%/build.properties` | ||
|
||
Installation Guide | ||
------------------ | ||
|
||
Just add the bundles to your app. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters