Skip to content

MalloZup/concourse-usefull-infos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Install concourse CI server

  1. get concourse binaries https://concourse.ci/downloads.html
  • 1.1) Move the binary in the dir "/usr/bin/"
  1. Postgres install and setup:
zypper in postgresql
zypper in postgresql-server
systemctl start postgresql.service
systemctl enable postgresql.service
  1. On the concourse server, init the server with

https://github.com/MalloZup/opensuseconcourse/tree/master/setup/

setup/init_concourse.sh

  1. Start the services
systemctl start concourse.service 
systemctl start concourse_worker.service 
systemctl enable concourse.service
systemctl enable concourse_worker.service
  1. Modify the psgres file .

If you get_ ":{"error":"pq: Ident-Authentifizierung für Benutzer »Mallozu« fehlgeschlagen","session":"2"}} Modify the file

var/lib/pgsql/data/pg_hba.conf

and set -> set trust to all user FIXME: maybe trust is not the optimal security solution.

go to http://localhost:8080/ and congrat yourself

to see examples in action

pipelines-examples/schedule-jobs.sh

Releases

No releases published

Packages

No packages published

Languages