Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shyx0rmz/concourse-debian
A set of scripts to build Debian packages for Concourse
https://github.com/shyx0rmz/concourse-debian
concourse concourse-ci debian debian-packages
Last synced: 13 days ago
JSON representation
A set of scripts to build Debian packages for Concourse
- Host: GitHub
- URL: https://github.com/shyx0rmz/concourse-debian
- Owner: SHyx0rmZ
- License: mit
- Created: 2016-08-30T06:24:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-02T10:22:51.000Z (over 7 years ago)
- Last Synced: 2024-11-05T20:34:58.094Z (2 months ago)
- Topics: concourse, concourse-ci, debian, debian-packages
- Language: Makefile
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# concourse-debian
This is a set of scripts to build Debian packages for Concourse. By default, four packages
are built: `concourse`, `concourse-bin`, `concourse-web` and `concourse-worker`.`concourse-web` will automatically set up PostgreSQL and create a new database for Concourse.
After installation, you will be able to configure Concourse via files in `/etc/concourse`.
SSH keys will be stored in `/usr/lib/concourse`. Concourse's workspace will be located in
`/var/lib/concourse`. The binaries `concourse-web` and `concourse-worker` will be exposed.This repository was created without prior knowledge in building Debian packages, so expect
a few quirks here and there.