Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2020-07-06 22:35:48 +0300
committerGitHub <noreply@github.com>2020-07-06 22:35:48 +0300
commit4fb19efd3d62c5091d842079f0177afc44948f8e (patch)
tree576febdce54c403ba40da07c51fbd0bd45c45540 /static/instruction.sh
parente541667eca0a5b634d7d70bd9c2bc78462449d1d (diff)
[very much WIP] Official VM (#1302)
Signed-off-by: enoch85 <github@hanssonit.se>
Diffstat (limited to 'static/instruction.sh')
-rw-r--r--static/instruction.sh41
1 files changed, 0 insertions, 41 deletions
diff --git a/static/instruction.sh b/static/instruction.sh
deleted file mode 100644
index 384268c2..00000000
--- a/static/instruction.sh
+++ /dev/null
@@ -1,41 +0,0 @@
-#!/bin/bash
-
-# T&M Hansson IT AB © - 2020, https://www.hanssonit.se/
-
-VMLOGS=/var/log/nextcloud
-BIGreen='\e[1;92m' # Green
-IGreen='\e[0;92m' # Green
-Color_Off='\e[0m' # Text Reset
-
-clear
-cat << INST1
-+-----------------------------------------------------------------------+
-| Welcome to the first setup of your own Nextcloud Server! :) |
-| |
-INST1
-echo -e "|" "${IGreen}To run the startup script type the sudoer password, then hit [ENTER].${Color_Off} |"
-echo -e "|" "${IGreen}The default sudoer password is: ${BIGreen}nextcloud${IGreen}${Color_Off} |"
-cat << INST2
-| |
-| You can find the complete install instructions here: |
-| Nextcloud VM = https://bit.ly/2S8eGfS |
-| Nextcloud Home/SME Server = https://bit.ly/2k2TNaM |
-| |
-| To be 100% sure that all the keystrokes work correctly (like @), |
-| please use an SSH terminal like Putty. You can download it here: |
-| https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html |
-| If you are running Windows 10 1809 or later, you can simply use SSH |
-| from the command prompt. |
-| Connect like this: ssh ncadmin@local.IP.of.this.server |
-| |
-| You can schedule the Nextcloud update process using a cron job. |
-| This is done using a script built into this server that automatically |
-| updates Nextcloud, sets secure permissions, and logs the successful |
-| update to $VMLOGS/update.log |
-| Just choose to configure it when asked to do so later in this script. |
-| |
-| ###################### T&M Hansson IT - $(date +"%Y") ###################### |
-+-----------------------------------------------------------------------+
-INST2
-
-exit 0