[WebDNA] Cloud Server install notes - Ubuntu 14.04

This WebDNA talk-list message is from

2018


It keeps the original formatting.
numero = 114050
interpreted = N
texte = 1650 --Apple-Mail=_1646AB8A-471F-4B9F-859C-FC12F2BE1DEE Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 USE AT YOUR OWN RISK I will NOT provide any support for this. If anyone is interested, I have below, included my install notes for a = BASIC Ubuntu/WebMin/WebDNA installation, from memory it should take = about 30 minutes. Head over to linode.com one Sunday afternoon and get a $5 instance, you = could play around with it for the afternoon and then trash it - spending = less than the price of a cup of coffee. There is a note about a different WebDNA exe in the notes, this is = something that Chris sent me some time back - sorry but I don=E2=80=99t = know what makes it different, maybe Chris will read this and explain = and/or offer the different exe as a download. https://www.linode.com/pricing You will need to SSH into the linode instance and do the following: ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D FIX FOR apt-get update: If apt-get update gets stuck, you will need to = edit /etc/gai.conf This will allow you to still use IPv6 but sets IPv4 as the precedence so = that apt-get won=E2=80=99t get stuck. ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D sudo nano /etc/gai.conf # change line ~54 to uncomment the following: # precedence ::ffff:0:0/96 100 # Exit & save ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D DO apt-get update ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D apt-get update ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D INSTALL APACHE2 ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D sudo apt-get install apache2 sudo /etc/init.d/apache2 restart ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D CHECK INSTALLATION ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D browse to your server: http://xxx.xxx.xxx.xxx/ You should see the Apache default page. ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ## INSTALL WebDNA Server 8.2 for Ubuntu 14.04 LTS: =20 ## http://www.webdna.us/ ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D wget -qO - http://deb.webdna.us/ubuntu14/webdna.key | sudo apt-key add - echo "deb [arch=3Damd64] http://deb.webdna.us/ubuntu14 trusty non-free" = >>/etc/apt/sources.list apt-get update apt-get install libapache2-mod-webdna=3D8.2 # The following extra packages will be installed: # libmysqlclient18 mysql-common # The following NEW packages will be installed: # libapache2-mod-webdna libmysqlclient18 mysql-common # Now set permissions must be "root"" cd /usr/lib/cgi-bin/ chown -R www-data:www-data WebCatalogEngine chmod -R 755 WebCatalogEngine ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D DO A SYSTEM REBOOT NOW ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D reboot -h now ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D CHECK INSTALLATION ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D browse to your server: http://xxx.xxx.xxx.xxx/ You should see the Apache default page. Now try: (note case sensitivity) http://xxx.xxx.xxx.xxx/WebCatalog You should see the WebDNA welcome page, try to enter a serial number. ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # There may be an issue "Sorry, the WebDNA engine has reached its = connection limit." when entering serial. # If this is the case you need to install different exe. Dropbox > = WebDNA > WebCatalog 8.2 for Ubuntu 14.04 # Replace WebCatalog exe making sure to keep permissions: cd /usr/lib/cgi-bin/ chown -R www-data:www-data WebCatalogEngine chmod -R 755 WebCatalogEngine # reboot and try again ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ## INSTALL WEBMIN ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D sudo nano /etc/apt/sources.list # Now press Ctrl-W then Ctrl-V to navigate to the end of the file, then = add the following lines to the file: deb http://download.webmin.com/download/repository sarge contrib deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge = contrib # When you are finished editing, save the file by pressing Ctrl-X, then = y, RETURN. wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add - sudo apt-get update sudo apt-get install webmin ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D DO A SYSTEM REBOOT NOW ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Kind regards Stuart Tremain Pharoah Lane Software AUSTRALIA webdna@idfk.com.au --Apple-Mail=_1646AB8A-471F-4B9F-859C-FC12F2BE1DEE Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 USE = AT YOUR OWN RISK

I = will NOT provide any support for this.


If = anyone is interested, I have below, included my install notes for a = BASIC Ubuntu/WebMin/WebDNA installation, from memory it should take = about 30 minutes.

Head over to linode.com one Sunday afternoon and get a $5 instance, = you could play around with it for the afternoon and then trash it - = spending less than the price of a cup of coffee.

There is a note about a different = WebDNA exe in the notes, this is something that Chris sent me some time = back - sorry but I don=E2=80=99t know what makes it different, maybe = Chris will read this and explain and/or offer the different exe as a = download.


You will need to SSH into the linode = instance and do the following:





## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
FIX FOR apt-get update: If apt-get update gets stuck, you = will need to edit /etc/gai.conf
This will allow you = to still use IPv6 but sets IPv4 as the precedence so that apt-get = won=E2=80=99t get stuck.
## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
sudo nano /etc/gai.conf

# change line ~54 to uncomment the = following:
# precedence ::ffff:0:0/96 =  100
# Exit & save

## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
DO apt-get update
## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
apt-get update

## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
INSTALL APACHE2
## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
sudo apt-get install apache2
sudo = /etc/init.d/apache2 restart

## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
CHECK INSTALLATION
## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
browse to your server:

You should see the Apache default = page.

## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
## INSTALL WebDNA Server 8.2 for Ubuntu 14.04 LTS: =  
## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

wget -qO - http://deb.webdna.us/ubuntu14/webdna.key | sudo apt-key = add -
echo "deb [arch=3Damd64] http://deb.webdna.us/ubuntu14 trusty non-free" = >>/etc/apt/sources.list
apt-get = update
apt-get install = libapache2-mod-webdna=3D8.2

# The following extra packages will be installed:
# libmysqlclient18 mysql-common
# The = following NEW packages will be installed:
# = libapache2-mod-webdna libmysqlclient18 mysql-common

# Now set permissions = must be "root""
cd /usr/lib/cgi-bin/
chown -R www-data:www-data WebCatalogEngine
chmod -R 755 WebCatalogEngine

## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
DO A SYSTEM REBOOT NOW
## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
reboot -h now

## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
CHECK INSTALLATION
## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
browse to your server:
http://xxx.xxx.xxx.xxx/

You should see the Apache default = page.

Now try: = (note case sensitivity)
http://xxx.xxx.xxx.xxx/WebCatalog

You should see the WebDNA welcome page, = try to enter a serial number.

## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
# There may be an issue "Sorry, the WebDNA engine has reached = its connection limit." when entering serial.
# If = this is the case you need to install different exe. Dropbox > WebDNA = > WebCatalog 8.2 for Ubuntu 14.04
# Replace = WebCatalog exe making sure to keep permissions:
cd = /usr/lib/cgi-bin/
chown -R www-data:www-data = WebCatalogEngine
chmod -R 755 = WebCatalogEngine
# reboot and try again
## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=




## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
## INSTALL WEBMIN
## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
sudo nano /etc/apt/sources.list

# Now press Ctrl-W then Ctrl-V to = navigate to the end of the file, then add the following lines to the = file:
deb http://download.webmin.com/download/repository sarge = contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository= sarge contrib
# When you are finished editing, = save the file by pressing Ctrl-X, then y, RETURN.
wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key = add -
sudo apt-get update
sudo = apt-get install webmin

## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
DO A SYSTEM REBOOT NOW
## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D











Kind regards

Stuart Tremain
Pharoah Lane = Software
AUSTRALIA






= --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us --Apple-Mail=_1646AB8A-471F-4B9F-859C-FC12F2BE1DEE-- . Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Cloud Server install notes - Ubuntu 14.04 (Paul Willis 2018)
  2. Re: [WebDNA] Cloud Server install notes - Ubuntu 14.04 (Patrick McCormick 2018)
  3. Re: [BULK] Re: [WebDNA] Cloud Server install notes - Ubuntu 14.04 ("WJ Starck, DDS" 2018)
  4. Re: [BULK] Re: [WebDNA] Cloud Server install notes - Ubuntu 14.04 (Brian Harrington 2018)
  5. Re: [BULK] Re: [WebDNA] Cloud Server install notes - Ubuntu 14.04 (Brian Harrington 2018)
  6. [BULK] Re: [WebDNA] Cloud Server install notes - Ubuntu 14.04 ("WJ Starck, DDS" 2018)
  7. Re: [WebDNA] Cloud Server install notes - Ubuntu 14.04 (Kenneth Grome 2018)
  8. [WebDNA] Cloud Server install notes - Ubuntu 14.04 (Stuart Tremain 2018)
1650 --Apple-Mail=_1646AB8A-471F-4B9F-859C-FC12F2BE1DEE Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 USE AT YOUR OWN RISK I will NOT provide any support for this. If anyone is interested, I have below, included my install notes for a = BASIC Ubuntu/WebMin/WebDNA installation, from memory it should take = about 30 minutes. Head over to linode.com one Sunday afternoon and get a $5 instance, you = could play around with it for the afternoon and then trash it - spending = less than the price of a cup of coffee. There is a note about a different WebDNA exe in the notes, this is = something that Chris sent me some time back - sorry but I don=E2=80=99t = know what makes it different, maybe Chris will read this and explain = and/or offer the different exe as a download. https://www.linode.com/pricing You will need to SSH into the linode instance and do the following: ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D FIX FOR apt-get update: If apt-get update gets stuck, you will need to = edit /etc/gai.conf This will allow you to still use IPv6 but sets IPv4 as the precedence so = that apt-get won=E2=80=99t get stuck. ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D sudo nano /etc/gai.conf # change line ~54 to uncomment the following: # precedence ::ffff:0:0/96 100 # Exit & save ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D DO apt-get update ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D apt-get update ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D INSTALL APACHE2 ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D sudo apt-get install apache2 sudo /etc/init.d/apache2 restart ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D CHECK INSTALLATION ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D browse to your server: http://xxx.xxx.xxx.xxx/ You should see the Apache default page. ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ## INSTALL WebDNA Server 8.2 for Ubuntu 14.04 LTS: =20 ## http://www.webdna.us/ ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D wget -qO - http://deb.webdna.us/ubuntu14/webdna.key | sudo apt-key add - echo "deb [arch=3Damd64] http://deb.webdna.us/ubuntu14 trusty non-free" = >>/etc/apt/sources.list apt-get update apt-get install libapache2-mod-webdna=3D8.2 # The following extra packages will be installed: # libmysqlclient18 mysql-common # The following NEW packages will be installed: # libapache2-mod-webdna libmysqlclient18 mysql-common # Now set permissions must be "root"" cd /usr/lib/cgi-bin/ chown -R www-data:www-data WebCatalogEngine chmod -R 755 WebCatalogEngine ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D DO A SYSTEM REBOOT NOW ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D reboot -h now ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D CHECK INSTALLATION ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D browse to your server: http://xxx.xxx.xxx.xxx/ You should see the Apache default page. Now try: (note case sensitivity) http://xxx.xxx.xxx.xxx/WebCatalog You should see the WebDNA welcome page, try to enter a serial number. ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # There may be an issue "Sorry, the WebDNA engine has reached its = connection limit." when entering serial. # If this is the case you need to install different exe. Dropbox > = WebDNA > WebCatalog 8.2 for Ubuntu 14.04 # Replace WebCatalog exe making sure to keep permissions: cd /usr/lib/cgi-bin/ chown -R www-data:www-data WebCatalogEngine chmod -R 755 WebCatalogEngine # reboot and try again ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ## INSTALL WEBMIN ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D sudo nano /etc/apt/sources.list # Now press Ctrl-W then Ctrl-V to navigate to the end of the file, then = add the following lines to the file: deb http://download.webmin.com/download/repository sarge contrib deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge = contrib # When you are finished editing, save the file by pressing Ctrl-X, then = y, RETURN. wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add - sudo apt-get update sudo apt-get install webmin ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D DO A SYSTEM REBOOT NOW ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Kind regards Stuart Tremain Pharoah Lane Software AUSTRALIA webdna@idfk.com.au --Apple-Mail=_1646AB8A-471F-4B9F-859C-FC12F2BE1DEE Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 USE = AT YOUR OWN RISK

I = will NOT provide any support for this.


If = anyone is interested, I have below, included my install notes for a = BASIC Ubuntu/WebMin/WebDNA installation, from memory it should take = about 30 minutes.

Head over to linode.com one Sunday afternoon and get a $5 instance, = you could play around with it for the afternoon and then trash it - = spending less than the price of a cup of coffee.

There is a note about a different = WebDNA exe in the notes, this is something that Chris sent me some time = back - sorry but I don=E2=80=99t know what makes it different, maybe = Chris will read this and explain and/or offer the different exe as a = download.

https://www.linode.com/pricing

You will need to SSH into the linode = instance and do the following:





## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
FIX FOR apt-get update: If apt-get update gets stuck, you = will need to edit /etc/gai.conf
This will allow you = to still use IPv6 but sets IPv4 as the precedence so that apt-get = won=E2=80=99t get stuck.
## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
sudo nano /etc/gai.conf

# change line ~54 to uncomment the = following:
# precedence ::ffff:0:0/96 =  100
# Exit & save

## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
DO apt-get update
## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
apt-get update

## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
INSTALL APACHE2
## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
sudo apt-get install apache2
sudo = /etc/init.d/apache2 restart

## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
CHECK INSTALLATION
## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
browse to your server:
http://xxx.xxx.xxx.xxx/

You should see the Apache default = page.

## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
## INSTALL WebDNA Server 8.2 for Ubuntu 14.04 LTS: =  
## http://www.webdna.us/
## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

wget -qO - http://deb.webdna.us/ubuntu14/webdna.key | sudo apt-key = add -
echo "deb [arch=3Damd64] http://deb.webdna.us/ubuntu14 trusty non-free" = >>/etc/apt/sources.list
apt-get = update
apt-get install = libapache2-mod-webdna=3D8.2

# The following extra packages will be installed:
# libmysqlclient18 mysql-common
# The = following NEW packages will be installed:
# = libapache2-mod-webdna libmysqlclient18 mysql-common

# Now set permissions = must be "root""
cd /usr/lib/cgi-bin/
chown -R www-data:www-data WebCatalogEngine
chmod -R 755 WebCatalogEngine

## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
DO A SYSTEM REBOOT NOW
## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
reboot -h now

## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
CHECK INSTALLATION
## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
browse to your server:

You should see the Apache default = page.

Now try: = (note case sensitivity)

You should see the WebDNA welcome page, = try to enter a serial number.

## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
# There may be an issue "Sorry, the WebDNA engine has reached = its connection limit." when entering serial.
# If = this is the case you need to install different exe. Dropbox > WebDNA = > WebCatalog 8.2 for Ubuntu 14.04
# Replace = WebCatalog exe making sure to keep permissions:
cd = /usr/lib/cgi-bin/
chown -R www-data:www-data = WebCatalogEngine
chmod -R 755 = WebCatalogEngine
# reboot and try again
## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=




## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
## INSTALL WEBMIN
## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
sudo nano /etc/apt/sources.list

# Now press Ctrl-W then Ctrl-V to = navigate to the end of the file, then add the following lines to the = file:
# When you are finished editing, = save the file by pressing Ctrl-X, then y, RETURN.
wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key = add -
sudo apt-get update
sudo = apt-get install webmin

## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
DO A SYSTEM REBOOT NOW
## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D











Kind regards

Stuart Tremain
Pharoah Lane = Software
AUSTRALIA






= --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us --Apple-Mail=_1646AB8A-471F-4B9F-859C-FC12F2BE1DEE-- . Stuart Tremain

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Setting up shop (1997) Fedex integration (2004) triggers on Linux? (2000) All questions are welcome on this list (1997) WebCommerce: Folder organization ? (1997) Pre-parse hell (2008) PCS Frames (1997) Credit Card Gateways (2005) Test, sorry (2004) same product in cart (1997) Include a big block of text (1997) Multiple Users.db Possible? (1997) Fwd: Problems with Webcatalog Plug-in (1997) RE: redirect with more than 256 characters (1999) WebCat2final1 crashes (1997) WAP (2000) WebCatalog Q & A pages (1997) WebMerchant and Mac Auth Hub Help Please (1999) WebCat2final1 crashes (1997) SMSI FTP - calander system (2002)