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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da3986668454b7fc15815045d987a9d673de349f70d36e54ff479c8045bfd180
4
- data.tar.gz: 3ad3959a8f1a3e3d82677cad4a0a164e58eb6a6e29931e1f6e2fe33c3ab589a1
3
+ metadata.gz: 21f21cb4915ee0a43f20614c0b06c8cd7e6d8ec3e49acea7d65a6e6a5316e8ae
4
+ data.tar.gz: 57682d5e08905763a7829b06afee4facb0c28104fdb24c6b4a2d383659370749
5
5
  SHA512:
6
- metadata.gz: 0e8d1c984052513bb0f779a95f885cc1cc822fb338accc100fb4893ed5beb7287eed3584109e727b5dd2aa0bac0f9e30bffd7bcf420906c0e84919ed78241482
7
- data.tar.gz: bdb4d8160d744f838af89ff06e8f75accac3a66195a39ca4ed40bb86ab61280dd8917617694f755ba7be2b8c00005b73211fc338fa6f8e88e00e6ca6c36a5c54
6
+ metadata.gz: d0d7f851db5aaa21498a2f34c290d1ebfd68f5c3184d91590440865bfa44295ae4a9db8e97149f472e259c7992f50b721cc0613c8f9240d350ff6558dd3bccea
7
+ data.tar.gz: 278cd6e733d66ba24dee586fc20daf2800258e765224efcc91bb0d60478958703997fd31b0bec4194f53d4be3babea7e2db7e8278b7ca878a419018e62582f19
data/Gemfile.lock CHANGED
@@ -14,7 +14,7 @@ GIT
14
14
  PATH
15
15
  remote: .
16
16
  specs:
17
- et_full_system (0.1.23)
17
+ et_full_system (0.1.24)
18
18
  aws-sdk-s3 (~> 1.9)
19
19
  azure-storage (~> 0.15.0.preview)
20
20
  dotenv (~> 2.7, >= 2.7.2)
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
@@ -3,6 +3,7 @@
3
3
  require "rubygems"
4
4
  require "thor"
5
5
  require "et_full_system/cli"
6
+ require "et_full_system/version"
6
7
  module EtFullSystem
7
8
  class RootCommand < Thor
8
9
  desc "local command(s)", "Performs commands on a local server (non docker)"
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "0.1.23"
2
+ VERSION = "0.1.24"
3
3
  end
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.23
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-27 00:00:00.000000000 Z
11
+ date: 2019-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor