Re: [WebDNA] WebDNA 8.6.4
This WebDNA talk-list message is from 2020
It keeps the original formatting.
numero = 115140
interpreted = N
texte = 2769--Apple-Mail-679B46BE-0D5A-48F0-B114-8C6227E2C145Content-Type: text/plain;charset=utf-8Content-Transfer-Encoding: quoted-printableThere is nothing special or magical about installing on AWS. AWS is simply a= Ubuntu, Centos server on a remote network.=20You will need to have a basic understanding of the command line and you can i=nstall a GUI such as Webmin on top to administer the server.=20You will need an understanding of the way AWS works in so far as the network= infrastructure.=20Ask questions here as you will find some AWS users and DigitalOcean users.=20=I do have some server and fcgi images that I can send to DigitalOcean users.==20RegardsStuart TremainPharoah Lane SoftwareSuite 16, 20 Burlington StreetCrows Nest NSW 2065AUSTRALIA+612 8971 4431> On 5 Jul 2020, at 8:53 am, talk@webdna.us wrote:>=20> =EF=BB=BF> Hi, do we have any support for AWS (amazon) installation? thanks...>=20>> On Thu, Jun 11, 2020 at 1:51 PM
wrote:>> Hello everyone,>>=20>> I would like to inform you all of the very soon release of the new WebDNA= 8.6.4 with the following details, all of them built as per your requests:>>=20>> ----------------->> [REDIRECT] for as 302 and [PERMREDIRECT] for a 301>> ----------------->> [THISURL] fix for Windows=20>> ----------------->> SHA-512 is now implemented>> ----------------->> We have been building a [JSONSTORE2] tag, working for nested arrays : it f=lattens the array and saves it in the database with the full path name for e=ach node.>>=20>> The code allows JSON with colons - or any character - in the node names := everything will be fine except tabs/linefeeds/etc.>>=20>>=20>> example 1, for the following JSON:>>=20>> var mydata =3D =20>> {"list": =20>> [ =20>> {"points.bean.pointsBase": =20>> [ =20>> {"time": 2000, "caption":"caption text", duration: 5000}, =20>> {"time": 6000, "caption":"caption text", duration: 3000} =20>> ] =20>> } =20>> ] =20>> }>>=20>>=20>> Adding double quotes around duration to make the JSON valid, it will be s=aved in the database with the following column names=3Dvalues>>=20>> list:0:points.bean.pointsBase:0:time=3D2000>> list:0:points.bean.pointsBase:0:caption=3Dcaption text>> list:0:points.bean.pointsBase:0:duration=3D5000>> list:0:points.bean.pointsBase:1:time=3D6000>> list:0:points.bean.pointsBase:1:caption=3Dcaption text>> list:0:points.bean.pointsBase:1:duration=3D3000>>=20>>=20>>=20>> example 2, for the following JSON:>>=20>> {>> "test":{"Col:on":"123"}>> }>>=20>> stores in database as:>> test:Col:on>>=20>>=20>> The improved JSON parsing takes care of the bugs on the test suite page. T=he unwanted whitespace are fixed, and the escaped quotes are now handled cor=rectly.>>=20>> ----------------->>=20>> Available versions will be>>=20>> WebDNA FastCGI for Windows>> WebDNA FastCGI for Mac>> WebDNA Server for Mac>> WebDNA FastCGI for Linux>> WebDNA Server for Linux>>=20>> We do not have a Catalina installer yet, we are working on it, but we bel=ieve FCGI works.>>=20>> kind regards to you all,>>=20>> - chris>>=20>>=20>>=20>>=20>>=20>>=20>>=20>>=20>>=20>> --------------------------------------------------------->> 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> --------------------------------------------------------- This message is s=ent to you because you are subscribed to the mailing list talk@webdna.us To u=nsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/p=age.dna?numero=3D55 Bug Reporting: support@webdna.us--Apple-Mail-679B46BE-0D5A-48F0-B114-8C6227E2C145Content-Type: text/html;charset=utf-8Content-Transfer-Encoding: quoted-printableThere is nothing special or magical about i=nstalling on AWS. AWS is simply a Ubuntu, Centos server on a remote network.=
You will need to have a basic understanding of the= command line and you can install a GUI such as Webmin on top to administer t=he server.
You will need an understanding of t=he way AWS works in so far as the network infrastructure.
Ask questions here as you will find some AWS users and DigitalO=cean users.
I do have some server and fcgi im=ages that I can send to DigitalOcean users.
Regards
Stu=art Tremain
Pharoah Lane Software
Suite 16, 20 Burlington StreetCrows Nest N=SW 2065
AUSTRALIA
+612 8971 4431
=
On 5 Jul 2020, at 8:53 am, talk@webdna.us wrote:
=EF=BB=BF=
Hi, do we have any support for AWS (amazon) installation? t=hanks...
Hello everyone,
I would like to inform you all of the very soon release of the new WebDNA 8.=6.4 with the following details, all of them built as per your requests:
-----------------
[REDIRECT] for as 302 and [PERMREDIRECT] for a 301
-----------------
[THISURL] fix for Windows
-----------------
SHA-512 is now implemented
-----------------
We have been building a [JSONSTORE2] tag, working for nested arrays : it fla=ttens the array and saves it in the database with the full path name for eac=h node.
The code allows JSON with colons - or any character - in the node names : ev=erything will be fine except tabs/linefeeds/etc.
example 1, for the following JSON:
var mydata =3D
{"list":
[
{"points.bean.pointsBase":
[
{"time": 2000, "caption":"caption text", duration=: 5000},
{"time": 6000, "caption":"caption text", duration=: 3000}
]
}
]
}
Adding double quotes around duration to make the JSON valid, it will be save=d in the database with the following column names=3Dvalues
list:0:points.bean.pointsBase:0:time=3D2000
list:0:points.bean.pointsBase:0:caption=3Dcaption text
list:0:points.bean.pointsBase:0:duration=3D5000
list:0:points.bean.pointsBase:1:time=3D6000
list:0:points.bean.pointsBase:1:caption=3Dcaption text
list:0:points.bean.pointsBase:1:duration=3D3000
example 2, for the following JSON:
{
"test":{"Col:on":"123"}
}
stores in database as:
test:Col:on
The improved JSON parsing takes care of the bugs on the test suite page. The= unwanted whitespace are fixed, and the escaped quotes are now handled corre=ctly.
-----------------
Available versions will be
WebDNA FastCGI for Windows
WebDNA FastCGI for Mac
WebDNA Server for Mac
WebDNA FastCGI for Linux
WebDNA Server for Linux
We do not have a Catalina installer yet, we are working on it, but we believ=e FCGI works.
kind regards to you all,
- chris
---------------------------------------------------------
This message is sent to you because you are subscribed to
the mailing list talk@we=bdna.us
To unsubscribe, E-mail to: talk-leave@webdna.us
archives: http://www.webdna.us/page.dna?numero=3D55
Bug Reporting: suppor=t@webdna.us
---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list talk@webdna.usTo unsubscribe, E-mail to: talk-leave@webdna.usarchives: http://www.webdna.us/page.dna?numero=3D55Bug Reporting: support@webdna.us
=---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list talk@webdna.usTo unsubscribe, E-mail to: talk-leave@webdna.usarchives: http://www.webdna.us/page.dna?numero=3D55Bug Reporting: support@webdna.us--Apple-Mail-679B46BE-0D5A-48F0-B114-8C6227E2C145--.
Associated Messages, from the most recent to the oldest:
2769--Apple-Mail-679B46BE-0D5A-48F0-B114-8C6227E2C145Content-Type: text/plain;charset=utf-8Content-Transfer-Encoding: quoted-printableThere is nothing special or magical about installing on AWS. AWS is simply a= Ubuntu, Centos server on a remote network.=20You will need to have a basic understanding of the command line and you can i=nstall a GUI such as Webmin on top to administer the server.=20You will need an understanding of the way AWS works in so far as the network= infrastructure.=20Ask questions here as you will find some AWS users and DigitalOcean users.=20=I do have some server and fcgi images that I can send to DigitalOcean users.==20RegardsStuart TremainPharoah Lane SoftwareSuite 16, 20 Burlington StreetCrows Nest NSW 2065AUSTRALIA+612 8971 4431> On 5 Jul 2020, at 8:53 am, talk@webdna.us wrote:>=20> =EF=BB=BF> Hi, do we have any support for AWS (amazon) installation? thanks...>=20>> On Thu, Jun 11, 2020 at 1:51 PM wrote:>> Hello everyone,>>=20>> I would like to inform you all of the very soon release of the new WebDNA= 8.6.4 with the following details, all of them built as per your requests:>>=20>> ----------------->> [redirect] for as 302 and [PERMREDIRECT] for a 301>> ----------------->> [thisurl] fix for Windows=20>> ----------------->> SHA-512 is now implemented>> ----------------->> We have been building a [JSONSTORE2] tag, working for nested arrays : it f=lattens the array and saves it in the database with the full path name for e=ach node.>>=20>> The code allows JSON with colons - or any character - in the node names := everything will be fine except tabs/linefeeds/etc.>>=20>>=20>> example 1, for the following JSON:>>=20>> var mydata =3D =20>> {"list": =20>> [ =20>> {"points.bean.pointsBase": =20>> [ =20>> {"time": 2000, "caption":"caption text", duration: 5000}, =20>> {"time": 6000, "caption":"caption text", duration: 3000} =20>> ] =20>> } =20>> ] =20>> }>>=20>>=20>> Adding double quotes around duration to make the JSON valid, it will be s=aved in the database with the following column names=3Dvalues>>=20>> list:0:points.bean.pointsBase:0:time=3D2000>> list:0:points.bean.pointsBase:0:caption=3Dcaption text>> list:0:points.bean.pointsBase:0:duration=3D5000>> list:0:points.bean.pointsBase:1:time=3D6000>> list:0:points.bean.pointsBase:1:caption=3Dcaption text>> list:0:points.bean.pointsBase:1:duration=3D3000>>=20>>=20>>=20>> example 2, for the following JSON:>>=20>> {>> "test":{"Col:on":"123"}>> }>>=20>> stores in database as:>> test:Col:on>>=20>>=20>> The improved JSON parsing takes care of the bugs on the test suite page. T=he unwanted whitespace are fixed, and the escaped quotes are now handled cor=rectly.>>=20>> ----------------->>=20>> Available versions will be>>=20>> WebDNA FastCGI for Windows>> WebDNA FastCGI for Mac>> WebDNA Server for Mac>> WebDNA FastCGI for Linux>> WebDNA Server for Linux>>=20>> We do not have a Catalina installer yet, we are working on it, but we bel=ieve FCGI works.>>=20>> kind regards to you all,>>=20>> - chris>>=20>>=20>>=20>>=20>>=20>>=20>>=20>>=20>>=20>> --------------------------------------------------------->> 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> --------------------------------------------------------- This message is s=ent to you because you are subscribed to the mailing list talk@webdna.us To u=nsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/p=age.dna?numero=3D55 Bug Reporting: support@webdna.us--Apple-Mail-679B46BE-0D5A-48F0-B114-8C6227E2C145Content-Type: text/html;charset=utf-8Content-Transfer-Encoding: quoted-printableThere is nothing special or magical about i=nstalling on AWS. AWS is simply a Ubuntu, Centos server on a remote network.=
You will need to have a basic understanding of the= command line and you can install a GUI such as Webmin on top to administer t=he server.
You will need an understanding of t=he way AWS works in so far as the network infrastructure.
Ask questions here as you will find some AWS users and DigitalO=cean users.
I do have some server and fcgi im=ages that I can send to DigitalOcean users.
Regards
Stu=art Tremain
Pharoah Lane Software
Suite 16, 20 Burlington StreetCrows Nest N=SW 2065
AUSTRALIA
+612 8971 4431
=
On 5 Jul 2020, at 8:53 am, talk@webdna.us wrote:
=EF=BB=BF=
Hi, do we have any support for AWS (amazon) installation? t=hanks...
Hello everyone,
I would like to inform you all of the very soon release of the new WebDNA 8.=6.4 with the following details, all of them built as per your requests:
-----------------
[redirect] for as 302 and [PERMREDIRECT] for a 301
-----------------
[thisurl] fix for Windows
-----------------
SHA-512 is now implemented
-----------------
We have been building a [JSONSTORE2] tag, working for nested arrays : it fla=ttens the array and saves it in the database with the full path name for eac=h node.
The code allows JSON with colons - or any character - in the node names : ev=erything will be fine except tabs/linefeeds/etc.
example 1, for the following JSON:
var mydata =3D
{"list":
[
{"points.bean.pointsBase":
[
{"time": 2000, "caption":"caption text", duration=: 5000},
{"time": 6000, "caption":"caption text", duration=: 3000}
]
}
]
}
Adding double quotes around duration to make the JSON valid, it will be save=d in the database with the following column names=3Dvalues
list:0:points.bean.pointsBase:0:time=3D2000
list:0:points.bean.pointsBase:0:caption=3Dcaption text
list:0:points.bean.pointsBase:0:duration=3D5000
list:0:points.bean.pointsBase:1:time=3D6000
list:0:points.bean.pointsBase:1:caption=3Dcaption text
list:0:points.bean.pointsBase:1:duration=3D3000
example 2, for the following JSON:
{
"test":{"Col:on":"123"}
}
stores in database as:
test:Col:on
The improved JSON parsing takes care of the bugs on the test suite page. The= unwanted whitespace are fixed, and the escaped quotes are now handled corre=ctly.
-----------------
Available versions will be
WebDNA FastCGI for Windows
WebDNA FastCGI for Mac
WebDNA Server for Mac
WebDNA FastCGI for Linux
WebDNA Server for Linux
We do not have a Catalina installer yet, we are working on it, but we believ=e FCGI works.
kind regards to you all,
- chris
---------------------------------------------------------
This message is sent to you because you are subscribed to
the mailing list talk@we=bdna.us
To unsubscribe, E-mail to: talk-leave@webdna.us
archives: http://www.webdna.us/page.dna?numero=3D55
Bug Reporting: suppor=t@webdna.us
---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list talk@webdna.usTo unsubscribe, E-mail to: talk-leave@webdna.usarchives: http://www.webdna.us/page.dna?numero=3D55Bug Reporting: support@webdna.us
=---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list talk@webdna.usTo unsubscribe, E-mail to: talk-leave@webdna.usarchives: http://www.webdna.us/page.dna?numero=3D55Bug Reporting: support@webdna.us--Apple-Mail-679B46BE-0D5A-48F0-B114-8C6227E2C145--.
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:
Speed Test Results Dell 2650 Xeon 2.4ghz (2002)
Storebuilder Seems to have just died (2003)
What is this error message? (2006)
Secure server question (1997)
Here's an example of an applet in a tpl (1997)
textarea input truncated at 255 chars (1999)
[listfiles] (1998)
Follow-Up to: Removing [showif] makes a big difference in speed (1997)
Fed Ex Rate Charts (2003)
time + (1998)
WCS Newbie question (1997)
Changes to the List (1997)
A little syntax help (1997)
RE: [WebDNA] Problem saving returned value as a variable (2012)
[WebDNA] Friday's.. WIP thread (2009)
Template - Inventory (2000)
(1997)
writing checkboxes to a database (2000)
TCPConnect / Current Temperature (2004)
WebMerchant 1.6 and SHTML (1997)