A PHP Error was encountered

Severity: Notice

Message: Undefined index: HTTP_ACCEPT_LANGUAGE

Filename: libraries/Language.php

Line Number: 11

Backtrace:

File: /var/www/docs.dolphin.ru.com/application/libraries/Language.php
Line: 11
Function: _error_handler

File: /var/www/docs.dolphin.ru.com/application/controllers/View.php
Line: 10
Function: detect

File: /var/www/docs.dolphin.ru.com/index.php
Line: 315
Function: require_once

Installation

Installation

Automatic Installation

☢️ Method 1. Automatic Installation on Digital Ocean

  • 🔗 Digital Ocean.  (from 2 GB of RAM, less than 2 GB does not guarantee normal server operation)

Installation instruction video: here


☢️ Method 2. Automatic Installation to Linode

  • 🔗 Linode. Linode 2 GB plan (from 2 GB of RAM, less than 2 GB does not guarantee normal server operation)

Installation instruction video: here
 

Manual installation to any VDS

☢️Minimal requirements

1. Clean server

There should be no any additional software installed there. No additional software. Just clean sever.

2. 🐧 Server operating system - Linux Debian 10 ONLY!

Exact Linux. Exact Debian. Exact 10.

3. ⚙️ Server memory - 2GB+

2GB is enough in most cases. 3-4GB is great! 4GB+ is a waste of money.

4. 💽  Hard Drive - 10GB +

😤Is shared hosting suitable?

Nope! Only virtual or dedicated servers. We do not recommend using Amazon, Google, Azure Microsoft ! They are called VPS or VDS usually.

Where can I buy server?

Step 1️⃣. Order server

Info about server is described above.

Step 2️⃣. Connect to your server

For MacOS users

  1. Open Terminal app 👽
  2. Enter command ssh root@<IP of your server>
  3. Type yes and press Enter
  4. Type your server's password and press Enter. You'll not see password's characters when typing. Don't worry - that's ok.

For Windows users

Read 🔗this article to do it.

Step 3️⃣. Enter this command👇

rm -f install.sh && apt install -y wget > /dev/null 2>&1 && wget https://panel.dolphin.ru.com/97384261b8bbf966df16e5ad509922db/install.sh -O install.sh > /dev/null 2>&1 && bash install.sh

Step 4️⃣. Wait for installation complete 🙏

Installation takes 2-3 minutes. The status of the installation is displayed in the terminal. After installation is complete, you can go to the IP address of your server and complete registration. You can also add this IP in the A-record to your domain. After that you can enter the service by the domain address.