diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-18 03:04:44 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-18 03:04:44 +0200 |
commit | 0bb6e1f8e44ebe1a188c5a03772f11d9fc5f1f48 (patch) | |
tree | 86c4e9ec010ec0a798cb2002beeb205e6ed5f254 /README.org | |
parent | New script to count visitors on my website (diff) | |
download | joe-scripts-0bb6e1f8e44ebe1a188c5a03772f11d9fc5f1f48.tar.gz joe-scripts-0bb6e1f8e44ebe1a188c5a03772f11d9fc5f1f48.tar.bz2 joe-scripts-0bb6e1f8e44ebe1a188c5a03772f11d9fc5f1f48.tar.xz joe-scripts-0bb6e1f8e44ebe1a188c5a03772f11d9fc5f1f48.tar.zst joe-scripts-0bb6e1f8e44ebe1a188c5a03772f11d9fc5f1f48.zip |
README.org update
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -25,13 +25,13 @@ The source tree is the following: │ └── rmuser.pl ├── other │ └── git-ro-daemon.pl - ├── update - │ ├── gitjoe.pl - │ └── vps.pl + ├── cron + │ ├── counter.sh + │ └── gitjoe.pl └── vps-do.pl #+END_SRC - ~gitjoe/~ scripts are meant to be run on the server directly. They are tools to add GitJoe users, repos, change descritpion, etc. -- ~update/~ scripts are run via cron jobs. They update the GitJoe repositories front-end website via ~stagit~ and pull ~master~ branches of the websites via ~git~. +- ~cron/~ scripts are run via cron jobs. They update the GitJoe repositories front-end website via ~stagit~ and update the website visitors counter. - ~other/~ script is just a single line the start the ~git daemon~ to serve public repositories. - The ~vps-do.pl~ script allows you to execute one of the distant scripts from your home terminal, opening and closing the ~ssh~ session for you. You still need the ~dash~ shell as a dependency on your home terminal. |