Server EN

Ubuntu Server 12.04

 

Ubuntu Server Installation

ubuntu-12.04-server-x86_64.iso   

 

 

Select language (“English”).

Select Country.

 

Select default locale settings.

 

Seleccionar keyboard.

Select keyboard layout 

 

 

Give the server a Name.

 

Create integra user.

Use username integra.

give the user integra a password.

verify the password.

 

Don´t Encrypt home directory.

 

Select Time-Zone.

 

Select  Guided – use entire disk and set up LVK.

 

Accept write changes.

 

Use all space available.

 

Confirm the changes.

If there is a proxy configure it, if not leave blank.

Select No automatic Updates!.

Select OpenSSH server for remote access.

Install GRUB on master boot record

At the beginning use “password” as root password, then is possible to change it from the web interface of Integra Portal.

 

Integra Server Installation

To install Integra Server in any of its versions should do the following:

Login with the OS default user (in this case integra):

 

 

Run the command :  sudo apt-get install git lrzsz

Configure the network:  sudo vi /etc/network/interfaces

Change:

 

auto eth0 iface eth0 inet dhcp

 

 

for

 

auto eth0 iface eth0 inet static      address 192.168.X.X      network 192.168.1.X      netmask 255.255.255.0      broadcast 192.168.1.255      gateway 192.168.1.X      up route add -net 192.168.1.128 netmask 255.255.255.128 gw 192.168.1.2      up route add default gw 192.168.1.200      down route del default gw 192.168.1.200      down route del -net 192.168.1.128 netmask 255.255.255.128 gw 192.168.1.2      dns-nameservers xxx.xxx.xxx.xxx

 

 

Then download the latest version of Integra setup (you must have the repository password to do so)

 

sudo apt-get install git unzip lrzsz curl

 

Download Setup

 

From the Integra FTP:

 

 

 

It is possible to download any version of uContact, the last is the current for every release.

Once downloaded unzip it and Install uContact:

unzip  3.current.zip

cd 3.BUILD

cd Integra-Asterisk

chmod 777 *

sudo ./install

At this point the following information will be requested:

  • Password for root (it will be changed).

  • Installation language es / en / pt (Spanish, English, Portuguese)

  • Installation type PBX / CCS (if Integra CCS or PBX will be installed)

  • IP address of the database server


After these steps, the server will reboot twice to leave everything operating.

 

ACCESO REMOTO

 

Usually for support issues we need remote access to the servers. We use OpenVPN AS for this porpoise.

Steps to Install and Configure

Install  .deb package