diff options
author | Charadon <dev@iotib.net> | 2022-08-06 12:40:39 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-08-06 12:40:39 -0400 |
commit | d51dae8c6f49da1519fc52cc1d72b53a61d5c8f7 (patch) | |
tree | bc92dcf2615a2dfc6b984fd42e6c599f591ada66 /README | |
parent | 8297af548994e43681b85e00b1bdb061959d9dd9 (diff) | |
download | dscip-d51dae8c6f49da1519fc52cc1d72b53a61d5c8f7.tar.gz |
Updated docs and README
Diffstat (limited to 'README')
-rw-r--r-- | README | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/README b/README index e0e48f9..ae0980f 100644 --- a/README +++ b/README @@ -3,29 +3,9 @@ RELEASED. YOU HAVE BEEN WARNED! dscip: Dead Simple Continuous Integration POSIX ================================================================================ -Description: This is a script/daemon that scans a git repo for changes, and runs commands automatically. It's meant to be a dead simple alternative to services like Gitlab-ci and Jenkins. This script was also made to be as POSIX compliant as possible, so it should run on basically every platform with a POSIX shell. -================================================================================ -How To Use: - 1. Create a directory somewhere like /var/dscip/project_name. - 2. Copy all the files from dscip into that new directory. - 3. Open dscip in your text editor of choice and modify the variables to your - liking. - 4. Edit pre.sh, build.sh, and post.sh to fit your needs. - 5. Create a user for building. Like `dscip_user` or `project_name` - (Depends how separated you want to privileges to be.) - 6. Run chown -R <user> /var/dscip - So the new user owns it all. - Cron: - Add: * * * * * <user> /var/dscip/project_name/dscip - to your crontab. - Daemon: - Set DSCIP_DAEMON to true, and create an init script for it, and enable - it. -================================================================================ -To Do: - - Better daemon-mode capabilities. - - Better how-to instructions... + +Refer to the docs folder for how to use DSCIP. |