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)