https://github.com/ssherwood/initomatic
Initialize all the things
https://github.com/ssherwood/initomatic
automation cicd continuous-deployment continuous-integration devops git
Last synced: 17 days ago
JSON representation
Initialize all the things
- Host: GitHub
- URL: https://github.com/ssherwood/initomatic
- Owner: ssherwood
- License: apache-2.0
- Created: 2018-05-23T02:07:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T15:24:41.000Z (over 6 years ago)
- Last Synced: 2025-03-28T11:21:21.559Z (about 1 month ago)
- Topics: automation, cicd, continuous-deployment, continuous-integration, devops, git
- Language: Kotlin
- Homepage: http://initomatic.com
- Size: 240 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Init-o-matic
Initial PoC of Init-o-matic (ih-nit-OH-mat-ik).
Where the improbable becomes probable. Sometimes, maybe.
## Overview
## Project Setup
To get started, clone this repo and in the project root folder execute the gradle wrapper with
default parameters: `./gradlew`. This will perform a default lifecyle `clean build` for you.Once built, there are two startup scripts that you can use:
* `./runDev.sh` - run in Development mode
* `./runDep.sh` - run in Deployment modeAdditionally, you should be able to import the project easily into your favorite IDE (this claim
has only been tested with IntelliJ). The default run configuration should work out of the box and
default to Development mode.## Architecture
### Plugin Modes
It is important to understand the different runtime modes:
`-Dpf4j.mode=development`
Development mode is intended for most local development use cases. Specifically, the plugin
framework pf4j looks for plugins present in the base ./plugins path. This mode expects that each
subfolder contains an un-packaged plugin (essentially the gradle subproject). Additionally, a
single classloader is used to facilitate debugging. This mode makes it much easier to change code
in a plugin and have it available without requiring a full rebuild.`-Dpf4j.mode=deployment`
Deployment mode is used when the application is deployed to a target environment. In this mode
pf4j looks for a specific folder where available plugins are bundled as .zip packages (the default
folder is in the ./plugins/build/plugins). Unlike Development mode, each plugin gets its own
classpath which should avoid library conflicts.Warning: Development mode is activated by default which is not the default behavior of pf4j.
## Contributing
TODO
## TODOs
TODO?
### Plugins
* Metadata
* identity
* blueprint
* infrastructure
* Git
* init
* commit
* push
* clone
* Github
* Gitlab
* Spring Initializr
* Template processor
* Infrastructure
* Cloud Foundry
* Kubernetes
* Open Service Broker (Generic)
* CI/CD
* Concourse CI
* TeamCity
* Issues
* Wiki
* Kanban/Issue