et_full_system 0.1.23 → 0.1.24
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +5 -5
- data/exe/et_full_system +1 -0
- data/lib/et_full_system/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 21f21cb4915ee0a43f20614c0b06c8cd7e6d8ec3e49acea7d65a6e6a5316e8ae
|
4
|
+
data.tar.gz: 57682d5e08905763a7829b06afee4facb0c28104fdb24c6b4a2d383659370749
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0d7f851db5aaa21498a2f34c290d1ebfd68f5c3184d91590440865bfa44295ae4a9db8e97149f472e259c7992f50b721cc0613c8f9240d350ff6558dd3bccea
|
7
|
+
data.tar.gz: 278cd6e733d66ba24dee586fc20daf2800258e765224efcc91bb0d60478958703997fd31b0bec4194f53d4be3babea7e2db7e8278b7ca878a419018e62582f19
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -16,11 +16,11 @@ systems/api (https://github.com/ministryofjustice/et_api)
|
|
16
16
|
The system works by placing a reverse proxy (traefik https://github.com/containous/traefik) in front of the 5 services
|
17
17
|
so that all services can be accessed using a standard subdomain based url system which looks like this
|
18
18
|
|
19
|
-
et1.et.127.0.0.1.nip.io:3100 For ET1
|
20
|
-
et3.et.127.0.0.1.nip.io:3100 For ET3
|
21
|
-
admin.et.127.0.0.1.nip.io:3100 For Admin
|
22
|
-
et1.et.127.0.0.1.nip.io:3100 For ET1
|
23
|
-
et1.et.127.0.0.1.nip.io:3100 For ET1
|
19
|
+
* et1.et.127.0.0.1.nip.io:3100 For ET1
|
20
|
+
* et3.et.127.0.0.1.nip.io:3100 For ET3
|
21
|
+
* admin.et.127.0.0.1.nip.io:3100 For Admin
|
22
|
+
* et1.et.127.0.0.1.nip.io:3100 For ET1
|
23
|
+
* et1.et.127.0.0.1.nip.io:3100 For ET1
|
24
24
|
|
25
25
|
The services are run all together using 'forego' (like foreman - runs a Procfile) and once the port number for each
|
26
26
|
service is known, traefik is told about it - so it all just works.
|
data/exe/et_full_system
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: et_full_system
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.24
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gary Taylor
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-04-
|
11
|
+
date: 2019-04-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|