An open API service indexing awesome lists of open source software.

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

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
```