continuous-delivery
Stack with Jenkins and minimal set of tools to perform continuous delivery.
Pure Nim
score 15/100 · last commit 2017-02-07 · 4 stars
· tests present
· no docs generated
Summary
| Latest Version |
Unknown |
| License |
Unknown |
| CI Status |
Failing
|
| Stars |
4 |
| Forks |
1 |
| Open Issues |
0 |
| Last Commit |
2017-02-07 |
| Downloads |
0 |
| Last Indexed |
2026-07-24 13:03 |
Installation
nimble install continuous-delivery
choosenim install continuous-delivery
git clone https://gitlab.com/palmapps/continuous-delivery
OS Compatibility
| Platform |
Linux |
macOS |
Windows |
FreeBSD |
OpenBSD |
NetBSD |
Android |
iOS |
WASM |
Embedded |
| continuous-delivery |
✓
|
✓
|
✓
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
README
continuous-delivery
Create directory on host:
- /opt/data/nexus
- /opt/data/jenkins
- /opt/data/gitlab/gitlab
- /opt/data/gitlab/postgresql
- /opt/data/gitlab/redis
Make writable:
- chmod a+w /opt/data/nexus
- chmod a+w /opt/data/jenkins
- chmod a+w -R /opt/data/gitlab
Add to preference of Docker so can be shared
- Nexus can be reached at: localhost:8081 user: admin/admin123
- Jenkins can be readched at: localhost:8080 user:admin/admin123
- GitLab can be reached at: localhost:8082 user:root/admin123