aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 17:25:19 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 17:25:19 +0200
commit9746c9b3f29c9017d73891f81e1e3bbce988e421 (patch)
treec030373104902c94da2ddb9b560bb4fbc9758668 /README.org
parentScript renames (diff)
downloadjoe-scripts-9746c9b3f29c9017d73891f81e1e3bbce988e421.tar.gz
joe-scripts-9746c9b3f29c9017d73891f81e1e3bbce988e421.tar.bz2
joe-scripts-9746c9b3f29c9017d73891f81e1e3bbce988e421.tar.xz
joe-scripts-9746c9b3f29c9017d73891f81e1e3bbce988e421.tar.zst
joe-scripts-9746c9b3f29c9017d73891f81e1e3bbce988e421.zip
README update
Diffstat (limited to '')
-rw-r--r--README.org11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.org b/README.org
index 95839bd..8b90c38 100644
--- a/README.org
+++ b/README.org
@@ -25,12 +25,13 @@ The source tree is the following:
│   └── rmuser.pl
├── other
│   └── git-ro-daemon.pl
- └── update
- ├── gitjoe.pl
- └── serv.pl
+ ├── update
+ │   ├── gitjoe.pl
+ │   └── vps.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.
-- ~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.
+# - ~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 on your home terminal, opening and closing the ~ssh~ session for you.