Skip to content

Commit 5a6ca80

Browse files
committed
rename directory. removed obselete files. updated readme
1 parent dd3a03c commit 5a6ca80

19 files changed

+3
-229
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

infra_support/proxy/ngnix_ssl_offload/nginx.conf.behind_elb

-66
This file was deleted.

infra_support/proxy/ngnix_ssl_offload/nginx.conf.direct

-81
This file was deleted.

infra_support/readme.md

+3-18
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,16 @@ Configuration files to launc the applicaiton using [Docker Compose](https://docs
77

88
To launch the entire app
99

10-
1. Install [docker machine](https://www.docker.com/docker-machine).
10+
1. Install dokcer locally, e.g. using [docker machine](https://www.docker.com/docker-machine).
1111
2. ``` cd compose ; ./restart ```
1212
3. Point your browser to the URL printed on the screen, e.g. http://192.168.99.100:8080/app
1313

14-
#### dbsetup
15-
Scripts to initialize databases.
1614

1715
#### kubernetes
1816
The application can be launched using single script in Kubernetes cluster.
1917

2018
To launch the entire app in locally installed Kuberntes cluster
2119

22-
1. Install [kubernetes](https://kubernetes.io) locally using [Vagrant setup](http://kubernetes.io/v1.1/docs/getting-started-guides/vagrant.html)
23-
2. ``` cd kubernetes ; ./startall_vagrant ```
20+
1. Install [kubernetes](https://kubernetes.io) locally using [minikube](https://github.com/kubernetes/minikube)
21+
2. ``` cd k8s ; ./startall_minikube ```
2422
3. After launching the application the script will print out the URL to access the application.
25-
26-
Better yet,
27-
1. Use [Google Container Engine](https://cloud.google.com/container-engine/), create the cluster.
28-
2. Get your [Google Cloud SDK](https://cloud.google.com/sdk/?hl=en) and [install kubectl](https://cloud.google.com/container-engine/docs/before-you-begin) and configure your credentails.
29-
3. ``` cd kubernetes ; ./startall_gce ```
30-
4. After launching the application the script will print out the URL to access the application.
31-
32-
#### proxy
33-
configuration files for use with http server as reverse proxy to the ibank application.
34-
35-
#### scripts
36-
Other scripts.
37-

infra_support/scripts/gce_runner_init.sh

-62
This file was deleted.

infra_support/scripts/start_webap

-2
This file was deleted.

0 commit comments

Comments
 (0)