Skip to content

[Install] Installation

toulousain79 edited this page Nov 18, 2020 · 24 revisions

Installation

Preamble

  • You must be logged as root to run this installation.
  • At the end of the installation, the server will restart automatically and you will receive an e-mail summarizing.
  • The installation may take 30 to 60 minutes depending on the services to install and server configuration.
  • The installation runs completely silently (screen). However, all of the installation logs will be available in the portal for the main user.
  • Each time a user is added, it will also receive a confirmation email with a temporary password.
  • I do not advise you to take a server with a server with an Atom processor. It works, but the installation may take much longer, taking up to 3 hours ... And the operation of Plex could become complicated.
  • You must have a minimum of 4 Gb but 8 Gb is recommended.

Partitioning

The MySB installation directory (ex: /opt/MySB) requires a minimum of 10 GB of free space, 20 GB recommended.

SMTP authentification

If you want to use GMAIL provider, maybe should you read this for authorize connexion to your account by your server JUST BEFORE installation.

https://www.google.com/accounts/DisplayUnlockCaptcha

How to install

Just copy and paste those commands on your terminal.

cd /tmp/; wget --no-check-certificate -N https://raw.githubusercontent.com/toulousain79/MySB/v7.3/install/MySB_Install.bsh

AND

bash MySB_Install.bsh <fr|en>

In english:

bash MySB_Install.bsh en

OR

In french:

bash MySB_Install.bsh fr

NOTE: If you lose connection during installation, restart the SSH session and run the following command:

screen -x MySB_bsh

NOTE: Beware, during installation, the SSH port will be changed. If a port session 22 does not work, try with the new port that you have selected.

Screenshots

Clone this wiki locally