Re: [WebDNA] Ubuntu 16.04 LTS & WebDNA

This WebDNA talk-list message is from

2017


It keeps the original formatting.
numero = 113500
interpreted = N
texte = 1095 --Apple-Mail=_F2B3C5BA-66B5-4E99-A3D9-28EDAB1D3B13 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Further to this, you will have to set permissions: As root, do a $ cd /usr/lib/cgi-bin/ and then $ chown -R www-data:www-data WebCatalogEngine Kind regards Stuart Tremain Pharoah Lane Software AUSTRALIA webdna@idfk.com.au > On 25 Mar 2017, at 14:33, Stuart Tremain wrote: >=20 > I have just spun up a Linode instance to check installation of WebDNA = Server (8.5.1) on Ubuntu 16.04 LTS. > All seems to be successful. I have not done any extensive tests but I = am happy with the initial installation. >=20 > Here are my notes: >=20 > ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > SSH into your new server > ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > $ ssh root@xxx.xxx.xxx .xxx >=20 > ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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 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 >=20 > If apt-get update gets stuck, you will need to edit /etc/gai.conf: >=20 > cancel the command using =E2=80=98control-c'=20 >=20 > Now edit gai.conf >=20 > $ sudo vim /etc/gai.conf >=20 > change line ~54 to uncomment the following: > precedence ::ffff:0:0/96 100 >=20 > NOTE: that the line ends in 100 not 10 >=20 > vim notes: > x =3D delete (cut) character > write and quit =3D :wq >=20 > This will allow you to still use IPv6 but sets IPv4 as the precedence = so that apt-get won=E2=80=99t get stuck. >=20 > ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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 >=20 > ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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 >=20 > ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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.5.1 for Ubuntu 16.04 LTS: =20 > ## http://www.webdna.us/page.dna?numero=3D1019 = > ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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 bash >=20 > $ wget -qO - http://deb.webdna.us/ubuntu15/webdna.key = | sudo apt-key add - >=20 > $ echo "deb [arch=3Damd64] http://deb.webdna.us/ubuntu15 = vivid non-free" >>/etc/apt/sources.list >=20 > $ apt-get update >=20 > $ apt-get install libapache2-mod-webdna=3D8.5.1 >=20 > ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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 > $ sudo shutdown -h now >=20 > ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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: >=20 > http://xxx.xxx.xxx.xxx/ >=20 > You should see the Apache default page. >=20 > Now try: (note case sensitivity) > http://xxx.xxx.xxx.xxx/WebCatalog >=20 > You should see the WebDNA welcome page. >=20 > ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > ALL DONE :) > ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > Time taken: less than 15 minutes :) >=20 >=20 > Kind regards >=20 > Stuart Tremain > Pharoah Lane Software > AUSTRALIA > webdna@idfk.com.au >=20 >=20 >=20 >=20 >=20 >=20 >> On 24 Mar 2017, at 17:43, christophe.billiottet@webdna.us = wrote: >>=20 >> Yes, it will work. Installer is not designed for it yet, so we = don=E2=80=99t know if there have been any major change between U15 and = U16. If so, then we can help you install for a small fee. >>=20 >> - chris >>=20 >>=20 >>=20 >>=20 >>> On Mar 24, 2017, at 03:49, Stuart Tremain > wrote: >>>=20 >>> Has anyone got this combination operational & stable ? >>>=20 >>>=20 >>> Kind regards >>>=20 >>> Stuart Tremain >>> Pharoah Lane Software >>> AUSTRALIA >>> webdna@idfk.com.au >>=20 >>=20 >>=20 >> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list . = To unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us = Bug Reporting: = support@webdna.us > --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list . To = unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us Bug Reporting: = support@webdna.us --Apple-Mail=_F2B3C5BA-66B5-4E99-A3D9-28EDAB1D3B13 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 Further to this, you will have to set permissions:

As root, do a

$ cd /usr/lib/cgi-bin/

and then

$ chown -R www-data:www-data = WebCatalogEngine



Kind regards

Stuart Tremain
Pharoah Lane = Software
AUSTRALIA






On 25 Mar 2017, at 14:33, Stuart Tremain <webdna@idfk.com.au> = wrote:

I have just = spun up a Linode instance to check installation of WebDNA Server (8.5.1) = on Ubuntu 16.04 LTS.
All seems to be successful. I have = not done any extensive tests but I am happy with the initial = installation.

Here are my notes:

## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
SSH into your new server
## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
$ ssh root@xxx.xxx.xxx.xxx

## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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 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

If apt-get update gets stuck, you will = need to edit /etc/gai.conf:

cancel the command using =E2=80=98control-c' 

Now edit gai.conf

$ sudo vim = /etc/gai.conf

change line ~54 to uncomment the following:
precedence ::ffff:0:0/96  100

NOTE: that the line ends in 100 not = 10

vim = notes:
x =3D delete (cut) character
write and quit =3D  :wq

This will allow you to = still use IPv6 but sets IPv4 as the precedence so that apt-get won=E2=80=99= t 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
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
## INSTALL WebDNA Server 8.5.1 for Ubuntu 16.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=
$ sudo bash

$ wget -qO - http://deb.webdna.us/ubuntu15/webdna.key | sudo apt-key = add -

$ echo "deb [arch=3Damd64] http://deb.webdna.us/ubuntu15 vivid non-free" = >>/etc/apt/sources.list

$ apt-get = update

$ apt-get install = libapache2-mod-webdna=3D8.5.1

## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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
$ sudo shutdown -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.

## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
ALL DONE :)
## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Time taken: less than = 15 minutes :)


Kind = regards

Stuart = Tremain
Pharoah Lane Software
AUSTRALIA






On 24 Mar 2017, at 17:43, christophe.billiottet@webdna.us wrote:

Yes, it will = work. Installer is not designed for it yet, so we don=E2=80=99t know if = there have been any major change between U15 and U16. If so, then we can = help you install for a small fee.

- chris




On Mar = 24, 2017, at 03:49, Stuart Tremain <webdna@idfk.com.au> = wrote:

Has anyone got = this combination operational & stable ?


Kind regards

Stuart Tremain
Pharoah Lane Software
AUSTRALIA




--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us

--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us
= --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us --Apple-Mail=_F2B3C5BA-66B5-4E99-A3D9-28EDAB1D3B13-- . Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Ubuntu 16.04 LTS & WebDNA (Stuart Tremain 2017)
  2. Re: [WebDNA] Ubuntu 16.04 LTS & WebDNA (Stuart Tremain 2017)
  3. Re: [WebDNA] Ubuntu 16.04 LTS & WebDNA (Stuart Tremain 2017)
  4. Re: [WebDNA] Ubuntu 16.04 LTS & WebDNA (christophe.billiottet@webdna.us 2017)
  5. Re: [BULK] Re: [WebDNA] Ubuntu 16.04 LTS & WebDNA (Brian Boegershausen 2017)
  6. Re: [BULK] Re: [WebDNA] Ubuntu 16.04 LTS & WebDNA (Stuart Tremain 2017)
  7. Re: [BULK] Re: [WebDNA] Ubuntu 16.04 LTS & WebDNA ("WJ Starck, DDS" 2017)
  8. Re: [BULK] Re: [WebDNA] Ubuntu 16.04 LTS & WebDNA (Stuart Tremain 2017)
  9. [BULK] Re: [WebDNA] Ubuntu 16.04 LTS & WebDNA ("WJ Starck, DDS" 2017)
  10. [WebDNA] Ubuntu 16.04 LTS & WebDNA (Stuart Tremain 2017)
1095 --Apple-Mail=_F2B3C5BA-66B5-4E99-A3D9-28EDAB1D3B13 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Further to this, you will have to set permissions: As root, do a $ cd /usr/lib/cgi-bin/ and then $ chown -R www-data:www-data WebCatalogEngine Kind regards Stuart Tremain Pharoah Lane Software AUSTRALIA webdna@idfk.com.au > On 25 Mar 2017, at 14:33, Stuart Tremain wrote: >=20 > I have just spun up a Linode instance to check installation of WebDNA = Server (8.5.1) on Ubuntu 16.04 LTS. > All seems to be successful. I have not done any extensive tests but I = am happy with the initial installation. >=20 > Here are my notes: >=20 > ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > SSH into your new server > ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > $ ssh root@xxx.xxx.xxx .xxx >=20 > ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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 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 >=20 > If apt-get update gets stuck, you will need to edit /etc/gai.conf: >=20 > cancel the command using =E2=80=98control-c'=20 >=20 > Now edit gai.conf >=20 > $ sudo vim /etc/gai.conf >=20 > change line ~54 to uncomment the following: > precedence ::ffff:0:0/96 100 >=20 > NOTE: that the line ends in 100 not 10 >=20 > vim notes: > x =3D delete (cut) character > write and quit =3D :wq >=20 > This will allow you to still use IPv6 but sets IPv4 as the precedence = so that apt-get won=E2=80=99t get stuck. >=20 > ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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 >=20 > ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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 >=20 > ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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.5.1 for Ubuntu 16.04 LTS: =20 > ## http://www.webdna.us/page.dna?numero=3D1019 = > ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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 bash >=20 > $ wget -qO - http://deb.webdna.us/ubuntu15/webdna.key = | sudo apt-key add - >=20 > $ echo "deb [arch=3Damd64] http://deb.webdna.us/ubuntu15 = vivid non-free" >>/etc/apt/sources.list >=20 > $ apt-get update >=20 > $ apt-get install libapache2-mod-webdna=3D8.5.1 >=20 > ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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 > $ sudo shutdown -h now >=20 > ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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: >=20 > http://xxx.xxx.xxx.xxx/ >=20 > You should see the Apache default page. >=20 > Now try: (note case sensitivity) > http://xxx.xxx.xxx.xxx/WebCatalog >=20 > You should see the WebDNA welcome page. >=20 > ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > ALL DONE :) > ## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > Time taken: less than 15 minutes :) >=20 >=20 > Kind regards >=20 > Stuart Tremain > Pharoah Lane Software > AUSTRALIA > webdna@idfk.com.au >=20 >=20 >=20 >=20 >=20 >=20 >> On 24 Mar 2017, at 17:43, christophe.billiottet@webdna.us = wrote: >>=20 >> Yes, it will work. Installer is not designed for it yet, so we = don=E2=80=99t know if there have been any major change between U15 and = U16. If so, then we can help you install for a small fee. >>=20 >> - chris >>=20 >>=20 >>=20 >>=20 >>> On Mar 24, 2017, at 03:49, Stuart Tremain > wrote: >>>=20 >>> Has anyone got this combination operational & stable ? >>>=20 >>>=20 >>> Kind regards >>>=20 >>> Stuart Tremain >>> Pharoah Lane Software >>> AUSTRALIA >>> webdna@idfk.com.au >>=20 >>=20 >>=20 >> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list . = To unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us = Bug Reporting: = support@webdna.us > --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list . To = unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us Bug Reporting: = support@webdna.us --Apple-Mail=_F2B3C5BA-66B5-4E99-A3D9-28EDAB1D3B13 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 Further to this, you will have to set permissions:

As root, do a

$ cd /usr/lib/cgi-bin/

and then

$ chown -R www-data:www-data = WebCatalogEngine



Kind regards

Stuart Tremain
Pharoah Lane = Software
AUSTRALIA






On 25 Mar 2017, at 14:33, Stuart Tremain <webdna@idfk.com.au> = wrote:

I have just = spun up a Linode instance to check installation of WebDNA Server (8.5.1) = on Ubuntu 16.04 LTS.
All seems to be successful. I have = not done any extensive tests but I am happy with the initial = installation.

Here are my notes:

## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
SSH into your new server
## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
$ ssh root@xxx.xxx.xxx.xxx

## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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 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

If apt-get update gets stuck, you will = need to edit /etc/gai.conf:

cancel the command using =E2=80=98control-c' 

Now edit gai.conf

$ sudo vim = /etc/gai.conf

change line ~54 to uncomment the following:
precedence ::ffff:0:0/96  100

NOTE: that the line ends in 100 not = 10

vim = notes:
x =3D delete (cut) character
write and quit =3D  :wq

This will allow you to = still use IPv6 but sets IPv4 as the precedence so that apt-get won=E2=80=99= t 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
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
## INSTALL WebDNA Server 8.5.1 for Ubuntu 16.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=
$ sudo bash

$ wget -qO - http://deb.webdna.us/ubuntu15/webdna.key | sudo apt-key = add -

$ echo "deb [arch=3Damd64] http://deb.webdna.us/ubuntu15 vivid non-free" = >>/etc/apt/sources.list

$ apt-get = update

$ apt-get install = libapache2-mod-webdna=3D8.5.1

## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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
$ sudo shutdown -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.

## =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
ALL DONE :)
## = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Time taken: less than = 15 minutes :)


Kind = regards

Stuart = Tremain
Pharoah Lane Software
AUSTRALIA






On 24 Mar 2017, at 17:43, christophe.billiottet@webdna.us wrote:

Yes, it will = work. Installer is not designed for it yet, so we don=E2=80=99t know if = there have been any major change between U15 and U16. If so, then we can = help you install for a small fee.

- chris




On Mar = 24, 2017, at 03:49, Stuart Tremain <webdna@idfk.com.au> = wrote:

Has anyone got = this combination operational & stable ?


Kind regards

Stuart Tremain
Pharoah Lane Software
AUSTRALIA




--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us

--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us
= --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us --Apple-Mail=_F2B3C5BA-66B5-4E99-A3D9-28EDAB1D3B13-- . 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:

WebMerchant 3.0 for Mac shipping now (1998) Separate SSL Server (1997) WebCatalog.acgi quitting with error Type 2 (1998) [WebDNA] MySQL float problems with WebDNA (2010) Undeliverable Mail (1997) Error: Too many nested [xxx] contexts (1997) Attention SM: Trigger Bug? (2000) Help: sorting in found set. (2001) Cookie Crumble (1998) WebCat2b13MacPlugin - [math][date][/math] problem (1997) test (2004) WebCat2final1 crashes (1997) One more time (1997) More on the email templates (1997) Simple Database close connection (2001) [WebDNA] TLS 1.2 and [tcpconnect] (2018) Price value change (2000) docs for WebCatalog2 (1997) 2.1b3 --> way slow (1997) Adding up weights (1998)