Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/approached/jenkins-php


https://github.com/approached/jenkins-php

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# Jenkins PHP

Inspired by the Project http://jenkins-php.org . With this package you can really easy create a Jenkins instance.
*Dependency: docker and docker-compose*

## Quickstart

Start Container
```bash
docker-compose up

or starting in a background:

docker-compose up -d
```

## Misc

Install Docker: https://docs.docker.com/install/linux/docker-ce/ubuntu/

Install Docker Compose: https://docs.docker.com/compose/install/

Backup data: `./backup.sh`

Delete docker stuff: `./delete.sh`

Attach container as root: `docker exec -it --user root "jenkins-php" /bin/bash`

Attach container as jenkins: `docker exec -it --user jenkins "jenkins-php" /bin/bash`