updated DIY install instructions

This commit is contained in:
naturallaw77 2024-09-12 14:24:29 -07:00
parent 011bbc1f23
commit 535bbbaa13

View File

@ -130,9 +130,13 @@ then press enter.
7. After you have added all the sub-domins into `/var/lib/njalla/njalla.sh`, press `ctrl + s` then press `ctrl + x` to save and exit `nano`. 7. After you have added all the sub-domins into `/var/lib/njalla/njalla.sh`, press `ctrl + s` then press `ctrl + x` to save and exit `nano`.
8. Close the `Terminal`.
### Setting the Desktop ### Setting the Desktop
1. Open the Terminal app and type in: `dconf load / < /home/free/Downloads/Sovran_SystemsOS-Desktop`. Do NOT log in as root. 1. Open the `Terminal` and type in: `dconf load / < /home/free/Downloads/Sovran_SystemsOS-Desktop`. Do NOT log in as root.
2. Close the `Terminal`.
### Setting Up Nextcloud and Wordpress ### Setting Up Nextcloud and Wordpress
@ -146,7 +150,7 @@ then press enter.
2. Database username is `ncusr` 2. Database username is `ncusr`
3. Database name is `nextclouddb` 3. Database name is `nextclouddb`
4. Database password is found by doing this: 4. Database password is found by doing this:
1. Open the Terminal app and type in or copy and paste: 1. Open the `Terminal` again and type in or copy and paste:
```bash ```bash
ssh root@localhost ssh root@localhost
@ -162,7 +166,8 @@ then press enter.
and press enter. and press enter.
3. Your database password will be displayed in the Terminal window. 3. Your database password will be displayed in the Terminal window.
4. Type that into the password field 4. Type that into the password field
5. Now, press install and Nextcloud will be installed. It will take a few minutes. Follow the on screen prompts.
5. Now, press install and Nextcloud will be installed. It will take a few minutes. Follow the on screen prompts.
#### Wordpress #### Wordpress
@ -171,34 +176,19 @@ then press enter.
1. Database username is `wpusr` 1. Database username is `wpusr`
2. Database name is `wordpressdb` 2. Database name is `wordpressdb`
3. Database password is found by doing this: 3. Database password is found by doing this:
1. Open the Terminal app and type in or copy and paste: 1. Staying in the `Terminal` and type in or copy and paste:
```bash
ssh root@localhost
```
It will as you for a password which is `gosovransystems` as this is the default temporary password from Sovran Systems.
Now you will be logged in as root.
2. Now open the Terminal app and type:
`cat /var/lib/secrets/wordpressdb` `cat /var/lib/secrets/wordpressdb`
and press enter. and press enter.
3. Your database password will be displayed in the Terminal window. 3. Your database password will be displayed in the Terminal window.
4. Type that into the password field 4. Type that into the password field
4. Now, press install and Wordpress will be installed. It will take a few minutes. Follow the on screen prompts.
4. Now, press install and Wordpress will be installed. It will take a few minutes. Follow the on screen prompts.
### Final Install for Coturn and Nextcloud ### Final Install for Coturn and Nextcloud
1. Open the Terminal app and type in or copy and paste: 1. Staying in the `Terminal` type in or copy and paste:
```bash
ssh root@localhost
```
2. It will as you for a password which is `gosovransystems` as this is the default temporary password from Sovran Systems.
3. Now you will be logged in as root.
4. Now open the Terminal app and type or copy and paste:
```bash ```bash
sed -i '$e cat /var/lib/nextcloudaddition/nextcloudaddition' /var/lib/www/nextcloud/config/config.php sed -i '$e cat /var/lib/nextcloudaddition/nextcloudaddition' /var/lib/www/nextcloud/config/config.php
@ -207,14 +197,13 @@ then press enter.
chmod 700 /var/lib/www -R chmod 700 /var/lib/www -R
``` ```
and press enter.
and press enter. 2. Now type or copy and paste:
1. Now type or copy and paste: ```bash
set DOMAIN $(cat /var/lib/domains/matrix) && cp -n /var/lib/caddy/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/{$DOMAIN}/{$DOMAIN}.crt /var/lib/coturn/{$DOMAIN}.crt.pem && cp -n /var/lib/caddy/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/{$DOMAIN}/{$DOMAIN}.key /var/lib/coturn/{$DOMAIN}.key.pem && chown turnserver:turnserver /var/lib/coturn -R && chmod 770 /var/lib/coturn -R && systemctl restart coturn
```bash ```
set DOMAIN $(cat /var/lib/domains/matrix) && cp -n /var/lib/caddy/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/{$DOMAIN}/{$DOMAIN}.crt /var/lib/coturn/{$DOMAIN}.crt.pem && cp -n /var/lib/caddy/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/{$DOMAIN}/{$DOMAIN}.key /var/lib/coturn/{$DOMAIN}.key.pem && chown turnserver:turnserver /var/lib/coturn -R && chmod 770 /var/lib/coturn -R && systemctl restart coturn
```
and press enter. and press enter.