Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terrestris/shogun-core
SHOGun is a Java based WebGIS framework.
https://github.com/terrestris/shogun-core
java maven webgis-framework
Last synced: 3 months ago
JSON representation
SHOGun is a Java based WebGIS framework.
- Host: GitHub
- URL: https://github.com/terrestris/shogun-core
- Owner: terrestris
- License: apache-2.0
- Created: 2014-01-17T11:10:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T16:17:43.000Z (about 1 year ago)
- Last Synced: 2024-09-29T16:41:20.877Z (4 months ago)
- Topics: java, maven, webgis-framework
- Language: Java
- Homepage:
- Size: 2.8 MB
- Stars: 32
- Watchers: 24
- Forks: 24
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![The SHOGun-Core logo](resources/logo/shogun-logo-full-150px.png "SHOGun-Core")
# SHOGun-Core
[![Build Status](https://travis-ci.org/terrestris/shogun-core.svg?branch=master)](https://travis-ci.org/terrestris/shogun-core?branch=master) [![Coverage Status](https://coveralls.io/repos/terrestris/shogun-core/badge.svg?branch=master)](https://coveralls.io/r/terrestris/shogun-core?branch=master)
SHOGun-Core is the framework used to build SHOGun, based on several high-quality Open Source frameworks.
Everything you need to know about SHOGun-Core or how you can start with developing is documented in the [wiki of this project](https://github.com/terrestris/shogun-core/wiki).
#### How to pull updated doc/wiki?
On the shogun-core **root directory** (if wiki/doc has been changed):
0. If the submodule has not yet been initialized: `git submodule update --init --recursive`
1. `git submodule foreach git pull origin master`
2. `git add ...`
3. `git commit`
4. `git push ...`