From 0bddd2a1efd20016a0454c2f00569125a7e247fe Mon Sep 17 00:00:00 2001 From: Jens True Date: Mon, 19 Jun 2023 08:34:54 +0000 Subject: [PATCH] phpDocumentor --- .gitignore | 4 +++- README.md | 11 ++++++++++- phpdoc.dist.xml | 18 ++++++++++++++++++ 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 phpdoc.dist.xml diff --git a/.gitignore b/.gitignore index 0126786..204291e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ /vendor/ /output/ /temp/ +/.phpdoc/ *.log config.yml -composer.phar \ No newline at end of file +*.phar +*.deb \ No newline at end of file diff --git a/README.md b/README.md index 7e739a1..b0f96a9 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,13 @@ [![Build status](https://build.jcktrue.dk/api/badges/jct/backupscript/status.svg)](https://build.jcktrue.dk/jct/backupscript) -Backup script utilizing Rclone to backup local file systems and send notifications. \ No newline at end of file +Backup script utilizing Rclone to backup local file systems and send notifications. + +# Rclone install +wget https://downloads.rclone.org/rclone-current-linux-amd64.deb +sudo dpkg -i rclone-current-linux-amd64.deb + +# PHP Docs +wget https://phpdoc.org/phpDocumentor.phar +chmod +x phpDocumentor.phar +./phpDocumentor.phar \ No newline at end of file diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml new file mode 100644 index 0000000..991c33e --- /dev/null +++ b/phpdoc.dist.xml @@ -0,0 +1,18 @@ + + + backupscript + + output/docs + + + + + src + + + + \ No newline at end of file