/ewd-3-installers

Installation scripts for EWD 3

Primary LanguageShell

ewd-3-installers: Pre-built automated installers for creating working EWD 3 systems

This repository contains installers for creating ready-to-run EWD 3 systems. They are ideal for anyone new to EWD 3 and Cache or GT.M who wants to quickly discover how it works etc. They are also a great way to quickly get a working system up and running that you can then adapt and customise.

The installers are for use with Linux systems, virtual machines or Amazon EC2 instances.

Use them as a starting point and guide for creating customised systems and/or for installing EWD 3 on systems that already include Node.js, Cache or GT.M

Rob Tweed rtweed@mgateway.com
10 May 2016, M/Gateway Developments Ltd http://www.mgateway.com

Twitter: @rtweed

Google Group for discussions, support, advice etc: http://groups.google.co.uk/group/enterprise-web-developer-community

Using the Installers

Installing ewd-xpress with the GT.M Database

On a Ubuntu system:

 cd ~
 sudo apt-get -y install git
 git clone https://github.com/robtweed/ewd-3-installers
 source ewd-3-installers/ewd-xpress/install_gtm.sh

Installing ewd-xpress with the GlobalsDB Database

On a Ubuntu system:

 cd ~
 sudo apt-get -y install git
 git clone https://github.com/robtweed/ewd-3-installers
 source ewd-3-installers/ewd-xpress/install_globalsdb.sh

Installing ewd-xpress with the Cache Database

The install script at https://github.com/robtweed/ewd-3-installers/ewd-xpress/install_globalsdb.sh is not intended to be run as a script, but more as a template set of instructions that you should use as a baseline and adapt, as appropriate, for your particular system.

License

Copyright (c) 2016 M/Gateway Developments Ltd,
Reigate, Surrey UK.
All rights reserved.

http://www.mgateway.com
Email: rtweed@mgateway.com

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0                           

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and
limitations under the License.