Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koolamusic/deployx
A set of scripts and tools to setup and build CI/CD pipelines
https://github.com/koolamusic/deployx
caprover cd ci
Last synced: about 21 hours ago
JSON representation
A set of scripts and tools to setup and build CI/CD pipelines
- Host: GitHub
- URL: https://github.com/koolamusic/deployx
- Owner: koolamusic
- Created: 2020-06-25T12:53:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-27T14:00:32.000Z (over 4 years ago)
- Last Synced: 2024-02-20T09:34:48.862Z (11 months ago)
- Topics: caprover, cd, ci
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deployx
A set of scripts and tools to setup and build CI/CD pipelines
## Caprover Instructions
- Ensure your firewall allows the following rules `tcp:22,2377,3000,3389,443,4789,7946,80,996 | udp:2377,4789,7946`
### Execute Manually
- Clone this repository using `git clone https://github.com/koolamusic/deployx`
- Change directory using `cd ./deployx`
- Set permissions for the caprover script using `chmod +x ./caprover-ubuntu.sh`
- Watch the script run### Execute immediately
- Using `CURL` type this into your terminal `curl -fsSL https://raw.githubusercontent.com/koolamusic/deployx/master/caprover-ubuntu.sh | bash`
- Using `WGET` type into your terminal `wget -nv -O - https://raw.githubusercontent.com/koolamusic/deployx/master/caprover-ubuntu.sh && chmod +x caprover-ubuntu.sh | sh