Update Bash script docs
This commit is contained in:
parent
7618b71cb4
commit
9818973e60
@ -1,12 +0,0 @@
|
|||||||
# 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>
|
|
||||||
|
|
||||||
### Installera Active Directory Domain Controller on Ubuntu
|
|
||||||
|
|
||||||
<pre><code>sudo su -c "bash <(wget -qO- https://git.myspace.nu/MySpace/Docs/raw/branch/master/BashScripts/install-ubuntu-dc.sh)"</code></pre>
|
|
@ -6,6 +6,12 @@
|
|||||||
sudo su -c "bash <(wget -qO- https://git.myspace.nu/MySpace/Docs/raw/branch/master/BashScripts/install-apache.sh)"
|
sudo su -c "bash <(wget -qO- https://git.myspace.nu/MySpace/Docs/raw/branch/master/BashScripts/install-apache.sh)"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Optionally install uCMS
|
||||||
|
|
||||||
|
<pre><code>cd /var/www/cms/www
|
||||||
|
git clone https://git.myspace.nu/MySpace/uCMS-3.git .
|
||||||
|
chmod -R ugo+rwx ./</code></pre>
|
||||||
|
|
||||||
## Install MySQL
|
## Install MySQL
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -27,7 +33,7 @@ sudo su -c "bash <(wget -qO- https://git.myspace.nu/MySpace/Docs/raw/branch/mast
|
|||||||
## Install Samba Active Directory Domain Controller
|
## Install Samba Active Directory Domain Controller
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo su -c "bash <(wget -qO- https://git.myspace.nu/MySpace/Docs/raw/branch/master/BashScripts/install-dc.sh)"
|
sudo su -c "bash <(wget -qO- https://git.myspace.nu/MySpace/Docs/raw/branch/master/BashScripts/install-ubuntu-dc.sh)"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Install VM Tweaks
|
## Install VM Tweaks
|
||||||
|
@ -11,6 +11,8 @@ rmmod floppy > /dev/null 2>&1 && (
|
|||||||
echo "blacklist floppy" | tee /etc/modprobe.d/blacklist-floppy.conf
|
echo "blacklist floppy" | tee /etc/modprobe.d/blacklist-floppy.conf
|
||||||
dpkg-reconfigure initramfs-tools
|
dpkg-reconfigure initramfs-tools
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Disable Cloud-init
|
||||||
if [ ! -f "/etc/cloud/cloud-init.disabled" ]; then
|
if [ ! -f "/etc/cloud/cloud-init.disabled" ]; then
|
||||||
echo "Disabling cloud-init"
|
echo "Disabling cloud-init"
|
||||||
touch /etc/cloud/cloud-init.disabled
|
touch /etc/cloud/cloud-init.disabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user