Re: [WebDNA] Ubuntu 16.04 LTS & WebDNA

This WebDNA talk-list message is from

2017


It keeps the original formatting.
numero = 113501
interpreted = N
texte = 1096 --Apple-Mail=_2C38F671-C0B3-4FE5-8266-49518B88EDBB Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 You may also need to do=20 $ cd /usr/lib/cgi-bin/ $ chmod -R 755 WebCatalogEngine Kind regards Stuart Tremain Pharoah Lane Software AUSTRALIA webdna@idfk.com.au > On 25 Mar 2017, at 16:06, Stuart Tremain wrote: >=20 > Further to this, you will have to set permissions: >=20 > As root, do a >=20 > $ cd /usr/lib/cgi-bin/ >=20 > and then >=20 > $ chown -R www-data:www-data WebCatalogEngine >=20 >=20 >=20 > Kind regards >=20 > Stuart Tremain > Pharoah Lane Software > AUSTRALIA > webdna@idfk.com.au >=20 >=20 >=20 >=20 >=20 >=20 >> 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 > --------------------------------------------------------- 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=_2C38F671-C0B3-4FE5-8266-49518B88EDBB Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 You may also need to do 

$ cd /usr/lib/cgi-bin/
$ chmod -R 755 WebCatalogEngine



Kind regards

Stuart Tremain
Pharoah Lane = Software
AUSTRALIA






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

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
= --------------------------------------------------------- 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=_2C38F671-C0B3-4FE5-8266-49518B88EDBB-- . 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)
1096 --Apple-Mail=_2C38F671-C0B3-4FE5-8266-49518B88EDBB Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 You may also need to do=20 $ cd /usr/lib/cgi-bin/ $ chmod -R 755 WebCatalogEngine Kind regards Stuart Tremain Pharoah Lane Software AUSTRALIA webdna@idfk.com.au > On 25 Mar 2017, at 16:06, Stuart Tremain wrote: >=20 > Further to this, you will have to set permissions: >=20 > As root, do a >=20 > $ cd /usr/lib/cgi-bin/ >=20 > and then >=20 > $ chown -R www-data:www-data WebCatalogEngine >=20 >=20 >=20 > Kind regards >=20 > Stuart Tremain > Pharoah Lane Software > AUSTRALIA > webdna@idfk.com.au >=20 >=20 >=20 >=20 >=20 >=20 >> 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 > --------------------------------------------------------- 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=_2C38F671-C0B3-4FE5-8266-49518B88EDBB Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 You may also need to do 

$ cd /usr/lib/cgi-bin/
$ chmod -R 755 WebCatalogEngine



Kind regards

Stuart Tremain
Pharoah Lane = Software
AUSTRALIA






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

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
= --------------------------------------------------------- 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=_2C38F671-C0B3-4FE5-8266-49518B88EDBB-- . 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:

Superfilous Characters (1998) Physical Security for WebCatalog Directories (1997) help with autenticate (1998) WCS Newbie question (1997) Security (1998) Separate SSL Server (1997) UPDATE PROBLEM (1997) [SearchString] problem with [search] context (1997) WebCat2b13MacPlugin - [math][date][/math] problem (1997) formatting dates from a field ... (1997) Fedora Core 2 (2005) Web Catalog 2 demo (1997) RE: Signal Raised (1997) Help formatting search results w/ table (1997) Database changes (1998) Frames and WebCat (1997) WebCat for Unix?? (1997) problems with 2 tags shakur (1997) WCS Newbie question (1997) How to include weather (2000)