This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Installation failed on ovh vps
#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
Thanks given by:


Messages In This Thread
Installation failed on ovh vps - by ayhmdax - 05-08-2017, 08:54 AM
RE: Installation failed on ovh vps - by ayhmdax - 05-09-2017, 12:39 AM
RE: Installation failed on ovh vps - by Ron-e - 05-09-2017, 03:12 AM
RE: Installation failed on ovh vps - by modi - 06-14-2018, 12:30 PM
RE: Installation failed on ovh vps - by Seeno - 04-13-2020, 11:07 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)