diff options
author | Charadon <dev@iotib.net> | 2022-10-05 17:13:47 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-10-05 17:13:47 -0400 |
commit | 73733275044257f26d5e6cb01af739835482e737 (patch) | |
tree | 3b6d6dcf33bed20e6f19a882f736d41946273122 /docs/using.txt | |
parent | f60854800d6f8d8ddff9afe35b9c098d7b4dd3ba (diff) | |
download | dscip-73733275044257f26d5e6cb01af739835482e737.tar.gz |
Remove old docs/ folder, as the GNU Info manual has already surpassed it.
Diffstat (limited to 'docs/using.txt')
-rw-r--r-- | docs/using.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/using.txt b/docs/using.txt deleted file mode 100644 index 29dbbf3..0000000 --- a/docs/using.txt +++ /dev/null @@ -1,19 +0,0 @@ -Using DSCIP -================================================================================ -Using DSCIP is extremely simple, there's two ways you can run it. -A. Running it as a cronjob that runs periodically. -B. Running it as a daemon that runs continually. - -Funcionally, these two methods work about the same, but depending on your -platform, one may be easier to set up than the other. I personally recommend -setting it up as a cronjob over a daemon. You can do this on most unix systems -by running `crontab -e -u build_user` and adding: -* * * * * /home/build_user/program/dscip - -As for how to make it run as a daemon, that depends on the platform you are -running it on, so refer to your OS's documentation for that. - -Be sure to change the variables in config.sh to suit your projects needs. - -Quirks: -When running it on windows, you should use MSYS2. |