Installation failed on ovh vps
#1
Installation failed on ovh vps
لدي مشكلة في تثبيت sentora على المبادئ الطوعية أوبونتو 14.04 خادم  Huh

[Image: file_2017-05-07_235415.png]
Reply
#2
RE: Installation failed on ovh vps
Hello, is there anyone?
Reply
#3
RE: Installation failed on ovh vps
http://docs.sentora.org/?node=22

My Sentora DemoMy GithubAuxio Github
Zentora themeS-Type themeCstyleX theme
flat-color-iconssmall-n-flat-icons

Sentora's development takes way too long, so i'm transitioning to HestiaCP.
Reply
#4
RE: Installation failed on ovh vps
Once logged in SSH console as root, use this command lineSadYou MUST use root! Not sudo!)

bash <(curl -L -Ss http://sentora.org/install)



If you have issues with curl you can try to copy and paste this command (for CentOS):

yum install wget -y && cd /tmp && wget sentora.org/install && bash install



Alternatively you can do it manually:

1) Login to your server as root user:

sudo -i

2) Ensure you are in your home directory:
cd

3) download the installer

wget sentora.org/install

If you get a certificate error from github try one of the two lines below

wget --no-check-certificate sentora.org/install

wget http://sentora.org/install

4) Make the installer executable
chmod +x install

5) Run the installer
sudo ./install

6) Follow the on screen instructions during the installation.
(See also Installation configuration)

7) Return to user level ( or reboot server )
exit
Reply
#5
RE: Installation failed on ovh vps
Thank you, that helped me too!
Reply
#6
RE: Installation failed on ovh vps
Thank you for your help. I'm looking for something like that
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)