GO HERE Issabel Cloud Install

undrhil

Member
Joined
Feb 7, 2008
Messages
158
Reaction score
12
Is there any way to install Issabel on CloudAtCost? The tutorial says to download the .iso file and use that for the install, but CloudAtCost doesn't give you the option to use any outside ISO files for creating the server. Once the server is created, is there a way to "revision" it to be Issabel?
 

hecatae

resident hecatae
Joined
Feb 7, 2014
Messages
768
Reaction score
201
currently testing the below,

Code:
#!/bin/bash
# hecatae's untested issabel version of SAM's Elastix 4  on CentOS 7 Installation and Build Script from here https://mangolassi.it/topic/6242/building-elastix-4-via-rpm-repo
# Tested on Digital Ocean, Must be Run as Root

yum -y install epel-release
yum -y install htop glances screen fail2ban wget sysstat net-tools
yum -y update
dd if=/dev/zero of=/swapfile1 bs=1024 count=1048576
chown root:root /swapfile1
chmod 0600 /swapfile1
mkswap /swapfile1
swapon /swapfile1
echo '/swapfile1 none swap sw 0 0' >> /etc/fstab
cd /tmp
wgethttps://sourceforge.net/projects/issabelpbx/files/Issabel%204/issabel4-USB-DVD-x86_64-20170714.iso/download
mv download issabel4.iso
mkdir /mnt/issabel4
mount -o loop /tmp/issabel4.iso /mnt/issabel4/
cat > /etc/yum.repos.d/Issabel.repo <<EOF
[Issabel-cd]
name=Issabel-cd
baseurl=file:///mnt/issabel4/
gpgcheck=0
enabled=1
EOF
cd /mnt/issabel4/Issabel
for i in $(ls); do yum -y install $i; done
for i in $(ls); do yum -y install $i; done
systemctl enable mariadb.service
systemctl enable httpd
systemctl enable firewalld
systemctl start firewalld
firewall-cmd --zone=public --add-port=443/tcp --permanent
firewall-cmd --reload
systemctl start mariadb
/etc/init.d/issabel-firstboot start && reboot

let me know if it works on cloudatcost
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,201
Reaction score
5,221
Script (verified working at least for me) is also available on the Issabel Forum.

Code:
Just run these two commands in a fresh CentOS 7 minimal install:

# on CloudAtCost you may need the next 2 preliminary commands to get DNS working:
echo "nameserver 8.8.8.8" >> /etc/resolv.conf
chattr +i /etc/resolv.conf
# the following gets the latest Issabel 4 build installed:
yum -y install wget
wget -O - http://repo.issabel.org/issabel4-netinstall.sh | bash

Then you can install Incredible PBX for Issabel with GoogleVoice, if desired.
 
Last edited:

undrhil

Member
Joined
Feb 7, 2008
Messages
158
Reaction score
12
I will gladly test both of these (on two different servers, of course) and report back with issues and results!
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,201
Reaction score
5,221
Here's a great deal on 2 sandboxes ($36/year total) if you hurry. That's works out to $1.50/mo. per cloud server.

https://www.woothosting.com/pulse/cart.php?a=add&pid=88

DFWcaLhW0AALpJb.jpg


Code:
SpeedTest hosted by Comcast (Miami, FL) [4.24 km]: 3.298 ms
Testing download speed................................................................................
Download: 385.94 Mbit/s
Testing upload speed................................................................................................
Upload: 163.55 Mbit/s

More details here...
 
Last edited:

Members online

Forum statistics

Threads
25,812
Messages
167,763
Members
19,241
Latest member
bellabos
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top