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.

Scaleway install - HOWTO
#1
Scaleway install - HOWTO
Working as of 2014-04-14.  May break in the future, but if you have success, please post updates.


Ongoing update of getting sentora to work at scaleway.com:

Assumptions:
  • you've started up a ubuntu 14.04 LTS at scaleway.
  • you've entered your ssh keys
  • you're logged in via ssh

The following symbol means bash prompt.

Quote:$>




Backup your sources.list
Quote:$> cp /etc/apt/sources.list /etc/apt/sources.list.original


Create new sources.list

Quote:$> echo "deb http://ports.ubuntu.com/ubuntu-ports trusty main restricted universe multiverse" > /etc/apt/sources.list

$> echo "deb http://ports.ubuntu.com/ubuntu-ports trusty-security main restricted universe multiverse" >>/etc/apt/sources.list
$> echo "deb http://ports.ubuntu.com/ubuntu-ports trusty-updates main restricted universe multiverse" >>/etc/apt/sources.list
$> apt-get update && apt-get dist-upgrade -y


Install prerequisites:

Quote:$> apt-get install sudo vim make zip unzip debconf-utils at build-essential bash-completion wget dnsutils



Download the installer script

Quote:wget https://raw.githubusercontent.com/sentor...install.sh


Edit the sentora_installer, which you downloaded.
Remove the lines that modify the sources.list file, and the subsequent downloads. [these were breaking for me]

Quote:# ***************************************

# Installation really starts here

#--- Set custom logging methods so we create a log file in th
logfile=$(date +%Y-%m-%d_%H.%M.%S_sentora_install.log)
touch "$logfile"
exec > >(tee "$logfile")
exec 2>&1
[keep lines above]
...

[delete everything in the middle.]
...

[keep the lines below]
#--- Download Sentora archive from GitHub
echo -e "\n-- Downloading Sentora, Please wait, this may take
# Get latest sentora

Now, run the installer:
Quote:$> bash sentora_install.sh

Run through the prompts.
Go to your subdomain you specified.
Login with zadmin, and the password generated.

Done.
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
apt-get install mod_ssl ERROR CMs222 9 25 ,790 11-11-2022, 09:14 PM
Last Post: zustudios
Install guide wget over http? edavidf 5 9 ,410 12-15-2020, 07:07 PM
Last Post: jibranahmed
SSL install breaks apache service EGOSKY123 1 3 ,921 10-28-2020, 12:12 AM
Last Post: iraqiboy90

Forum Jump:


Users browsing this thread: 1 Guest(s)