Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imresamu/docker-osmose-backend
Dockerisation of osmose-backend for development purpose
https://github.com/imresamu/docker-osmose-backend
Last synced: 6 days ago
JSON representation
Dockerisation of osmose-backend for development purpose
- Host: GitHub
- URL: https://github.com/imresamu/docker-osmose-backend
- Owner: ImreSamu
- License: gpl-3.0
- Created: 2015-02-11T19:42:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-11T20:45:58.000Z (almost 10 years ago)
- Last Synced: 2024-10-12T18:51:37.066Z (about 1 month ago)
- Language: Shell
- Size: 145 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dockerfile for Osmose-backend
## Info
This Dockerfile creates a developer environment for osmose-backend
based on:
- Ubuntu 14.04
- PostgreSQL 9.4 + PostGIS 2.1
- openjdk-7-jre-headless## Install
- install [docker](https://docker.com)
- start ./docker_build.sh## Usage
create export directory `/docker_export`
```bash
sudo docker run -it -v /docker_export:/docker_export osmose-backend-dev /bin/bash
```or
```bash
./docker_start.sh
```### after connections
```bash
-/start.sh
```or
```bash
service postgresql start &
./local-launcher luxembourg
```and check logs
- /data/work/osmose/logs## Persistance
.... not yet ...
## Meta
Build with
- docker version `1.5`
- osmose https://github.com/osm-fr/osmose-backend ( master : 2015.feb.11 )## References
- https://github.com/osm-fr/osmose-backend
- http://wiki.openstreetmap.org/wiki/Osmose
- http://wiki.openstreetmap.org/wiki/Osmose/erreurs
- Docker documentation [docs.docker.com](https://docs.docker.com/)