From 1a03f6b64741a905aface47ee093ba2a0edb45da Mon Sep 17 00:00:00 2001 From: Johan Date: Sat, 9 Jul 2022 22:27:42 +0200 Subject: [PATCH] Update documentation --- BashScript.md | 10 ++++++++++ README.md | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 BashScript.md diff --git a/BashScript.md b/BashScript.md new file mode 100644 index 0000000..173996a --- /dev/null +++ b/BashScript.md @@ -0,0 +1,10 @@ +# Bash scripts + +### Installera Apache & uCMS prerequisites on Ubuntu + +
sudo su -c "bash <(wget -qO- https://git.myspace.nu/MySpace/Docs/raw/branch/master/BashScripts/install-apache.sh)"
+cd /var/www/cms/www
+git clone https://git.myspace.nu/MySpace/uCMS-3.git .
+chmod -R ugo+rwx ./
+ + diff --git a/README.md b/README.md index df72bc4..315bb56 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,5 @@ ## [Git cheat sheet](Git%20cheat%20sheet.md) ## [Node.JS](Node.JS.md) + +## [Bash Scripts](BashScript.md)