Skip to content

[Install] Installation

toulousain79 edited this page Jan 14, 2019 · 24 revisions

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 3 GB of free space, 4 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.

wget --no-check-certificate -N https://raw.githubusercontent.com/toulousain79/MySB/v5.4/install/MySB_Install.bsh

AND

bash MySB_Install.bsh

By default, the installation will run in the system language (English OR French). If you want to force a language, run the script as follows (from MySB v3.0).

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