Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/approached/jenkins-php
https://github.com/approached/jenkins-php
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/approached/jenkins-php
- Owner: approached
- License: mit
- Created: 2016-04-05T12:56:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-03T14:58:26.000Z (over 5 years ago)
- Last Synced: 2023-03-11T07:46:54.699Z (almost 2 years ago)
- Language: Dockerfile
- Size: 48.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 upor 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`