Author : kbAdmin

Home » Articles posted by kbAdmin (paged 9)

A boolean column can have either of the 3 values: true, false or null (unknown). It is a good idea to ALWAYS define a boolean column as “NOT NULL” thus restricting it to either true or false only. The following query highlights the potential issue with null (unknown) value: mycol != TRUE This statement is ..

Read more

POS-934: Integrating with Tyro Payments 1 message Lauren Allen <[email protected]> Wed, Oct 24, 2018 at 4:48 PM To: “[email protected]” <[email protected]> Cc: Integration Support <[email protected]>, Alexander Lewis <[email protected]> Hello Mark,   Thank you for your interest in integrating with Tyro Payments. Integration with Tyro has been designed to be simple to implement. Below are your log in details ..

Read more

Using AWS Load Balancer “sportlogic-alb1” Target Group  {             “HealthCheckPath”: “/ping”,              “HealthCheckIntervalSeconds”: 30,              “VpcId”: “vpc-42e92127”,              “Protocol”: “HTTP”,              “HealthCheckTimeoutSeconds”: 5,              “TargetType”: ..

Read more

Using AWS Load Balancer “sportlogic-alb1” Target {             “HealthCheckPath”: “/ping”,              “HealthCheckIntervalSeconds”: 30,              “VpcId”: “vpc-42e92127”,              “Protocol”: “HTTP”,              “HealthCheckTimeoutSeconds”: 5,              “TargetType”: “instance”,  ..

Read more

Load Balancer All WebApp URL should point to an AWS Elastic Load Balancer (ELB). Currently we only have one ELB which is in Sydney region. ELB in other regions will be added when we expanded overseas. Sydney Region ELB AWS Public DNS: WebApps-497531c79456f302.elb.ap-southeast-2.amazonaws.com SportLogic CNAME: webapps-sydney.sportlogic.net.au SVN URL for Nginx config: https://fig.sportlogic.net.au:8443/svn/webapps.nginx/sydney-region/conf.d Targets: adelaide 52.62.74.0 CNAME ..

Read more

Identified by Thomas Kim: kids tennis court tennis clubs sydney practice tennis wall kids tennis lessons indoor tennis courts sydney online book community community tennis free tennis courts sydney tennis shoes australia tennis clothing australia kids tennis clothes australia tennis gear australia tennis clothes australia tennis academy perth tennis stores melbourne tennis warehouse australia tennis ..

Read more

We will use a volume attached to an AppServer EC2 instance. To create volume, follow this guide here: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-using-volumes.html Create a mount point called “SportLogic.deployments” in “/usr/local/opt”. >cd /usr/local/opt >sudo mkdir SportLogic.deployments >sudo mount /dev/xvdf /usr/local/opt/SportLogic.deployments >sudo chown ec2-user /usr/local/opt/SportLogic.d..

Read more