https://github.com/ignf/ogam
Open source Generic Application based on Metadata
https://github.com/ignf/ogam
Last synced: 12 months ago
JSON representation
Open source Generic Application based on Metadata
- Host: GitHub
- URL: https://github.com/ignf/ogam
- Owner: IGNF
- License: gpl-3.0
- Created: 2018-04-11T14:40:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T19:12:39.000Z (almost 8 years ago)
- Last Synced: 2025-01-16T09:56:21.925Z (about 1 year ago)
- Language: JavaScript
- Size: 307 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# OGAM
OGAM is the acronym of "Open source Generic Application based on Metadata".
OGAM is a generic system based on metadata allowing to build a web site to collect, display, request and export data.
## Installation
Two virtualized installation modes are available (using Puppet and Vagrant) :
- Production mode for testing (available [here](https://github.com/sgalopinIGN/ogam-deploy-env/tree/production)).
- Development mode for contributing (available [here](https://github.com/sgalopinIGN/ogam-deploy-env/tree/development)).
## Documentation
The documentation are available into the [Wiki](https://github.com/IGNF/ogam/wiki).
## Licence
OGAM is under [GNU General Public License v3.0](https://github.com/IGNF/ogam/blob/develop/LICENSE.md).
## Clone
The history of the OGAM project is very rich and therefore heavy.
To quickly clone the project without history you can use one of the two following commands:
```
git clone --depth 1 --no-single-branch https://github.com/IGNF/ogam.git
git clone --depth 1 --no-single-branch git@github.com:IGNF/ogam.git
```