aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 16:59:16 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 16:59:16 +0200
commit8f102a33bf798f9394f445af79eecee29fddf040 (patch)
tree3682d9c8f2d2ca03e20dcf6795753dca8c9e41f4 /README.org
parentREADME update (diff)
downloadjoe-scripts-8f102a33bf798f9394f445af79eecee29fddf040.tar.gz
joe-scripts-8f102a33bf798f9394f445af79eecee29fddf040.tar.bz2
joe-scripts-8f102a33bf798f9394f445af79eecee29fddf040.tar.xz
joe-scripts-8f102a33bf798f9394f445af79eecee29fddf040.tar.zst
joe-scripts-8f102a33bf798f9394f445af79eecee29fddf040.zip
README update again
Diffstat (limited to '')
-rw-r--r--README.org8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.org b/README.org
index fa97505..6eca9ac 100644
--- a/README.org
+++ b/README.org
@@ -6,6 +6,7 @@ These are a bunch of scripts for my VPS server. They might only run on BSD serve
- *BSD*-type operating system
- ~perl~
- ~dash~ shell
+- ~ssh~
- ~git~
- ~stagit~
@@ -30,6 +31,7 @@ The source tree is the following:
└── serv.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~
+- ~gitjoe/~ scripts are meant to be run on the server directly. They are tools to add GitJoe users, repos, change descritpion, etc.
+- ~distant/~ scripts are meant to be run on your home machine. They simply connect via ~ssh~ to your distant server and run the according script so it even skips the ~ssh~ phase.
+- ~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~.
+- ~other/~ script is just a single line the start the ~git daemon~ to serve public repositories.