Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lefticus/decent_ci_runner
https://github.com/lefticus/decent_ci_runner
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lefticus/decent_ci_runner
- Owner: lefticus
- Created: 2015-12-31T21:15:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T23:44:01.000Z (almost 7 years ago)
- Last Synced: 2024-11-05T16:56:30.132Z (about 2 months ago)
- Language: Ruby
- Size: 3.21 MB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
After installation of this tool the CI will be set up to run on boot on all 3 platforms.
You will need to edit the appropriate configuration file and reboot the system for the CI to
run as expected.Be sure to read and follow all prompts during the installation process.
Windows
=======Install git-bash: https://git-for-windows.github.io/
***NOTE GIT-BASH MUST BE INSTALLED IN PROGRAM FILES DIRECTORY. THIS MAY REQUIRE YOU TO INSTALL IT AS ADMIN***
Common
======Run either (from a bash shell window)
```
bash <(curl https://raw.githubusercontent.com/lefticus/decent_ci_runner/master/setup_ci.sh) true true
```*or*
```
bash <(wget -O - https://raw.githubusercontent.com/lefticus/decent_ci_runner/master/setup_ci.sh) true true
```Depending on which (wget|curl) is available on your platform.
*Follow all instructions, including some manual installations that need to occur on some platforms and guidelines on GUI options to select.*