https://github.com/b-stefan/biodiversity-prostgres-db-docker
Set up the dev env for the HSB project http://biodiversity.hs-bremen.de
https://github.com/b-stefan/biodiversity-prostgres-db-docker
docker hs-bremen hsb
Last synced: about 1 month ago
JSON representation
Set up the dev env for the HSB project http://biodiversity.hs-bremen.de
- Host: GitHub
- URL: https://github.com/b-stefan/biodiversity-prostgres-db-docker
- Owner: B-Stefan
- Created: 2017-03-14T18:40:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-14T17:03:31.000Z (about 9 years ago)
- Last Synced: 2025-04-08T14:13:24.487Z (about 1 year ago)
- Topics: docker, hs-bremen, hsb
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Biodiversity dev environment
[]( https://g.codefresh.io/repositories/B-Stefan/biodiversity-prostgres-db-docker/builds?filter=trigger:build;branch:master;service:5908e5c5c1cbfd0005a0e2b3~biodiversity-prostgres-db-docker)
This repository contains scripts to setup your dev. enviroment
## Postgres
You need [docker](https://www.docker.com/) to run this script
```sh
$ docker build . -t biodiversity-postgres
$ docker run -p 5432:5432 biodiversity-postgres
```