Update documentation

This commit is contained in:
Johan 2022-07-09 22:27:42 +02:00
parent 8124a4d090
commit 1a03f6b647
2 changed files with 12 additions and 0 deletions

10
BashScript.md Normal file
View File

@ -0,0 +1,10 @@
# Bash scripts
### Installera Apache & uCMS prerequisites on Ubuntu
<pre><code>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 ./</code></pre>

View File

@ -5,3 +5,5 @@
## [Git cheat sheet](Git%20cheat%20sheet.md)
## [Node.JS](Node.JS.md)
## [Bash Scripts](BashScript.md)