Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/justinharringa/ossdreamforce2017

Scripts/automation for Docker Image Updater and Jenkins Argus Notifier plugin demos
https://github.com/justinharringa/ossdreamforce2017

Last synced: 7 days ago
JSON representation

Scripts/automation for Docker Image Updater and Jenkins Argus Notifier plugin demos

Awesome Lists containing this project

README

        

# OSS Dreamforce 2017 - Docker Image Updater / Jenkins Argus Notifier Plugin

Scripts and automation to set up the following:
* [Jenkins](https://jenkins.io/) with the [Argus Notifier plugin](https://plugins.jenkins.io/argus-notifier)
* [Argus](https://github.com/salesforce/Argus)

# Getting Started
To deploy, just run `./deploy_me.sh` from the root of this repo.

# Individual Services

## Jenkins
You can just re-build and deploy Jenkins by running the `jenkins/build_and_deploy.sh` script.

### Automation
The script will set up `/var/lib/jenkins` and will set up a user/group of jenkins with uid/gid of 1000.
Sorry, `/var/lib/jenkins` isn't incredibly dynamic at the moment. :smile:

# Dependencies
You need the following installed on your system:
* Docker
* Docker Compose