You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+27-17Lines changed: 27 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Otherwise check your firewall settings.
38
38
39
39
### For the ones who've found inner peace:
40
40
41
-
Installing by customizing the modularized components, per say, having their own IPs.
41
+
Installing by customizing the modularized components, per say, having their own IPs.
42
42
43
43
- Step 1: open `conf/sarjitsu.conf` and edit the params as required. If for example,
44
44
you don't want to spawn containers for postgres, grafana or elasticsearch,
@@ -74,30 +74,40 @@ Installing by customizing the modularized components, per say, having their own
74
74
$ ./setup.sh
75
75
```
76
76
77
-
Building this first time would take some time, as docker images are pulled from dockerhub,
78
-
customized and built, packages are installed and so on..
77
+
TBD: Add service discovery
79
78
80
-
At the end, though, it should output a message like:
79
+
### Additional Note
80
+
81
+
Below mentioned ports will be used for port mapping from container to host, and could be configured in `conf/sarjitsu.conf`. Default bindings are:
82
+
83
+
```sh
84
+
METRICSTORE_PORT_MAPPING=9600
85
+
DATASOURCE_PORT_MAPPING=9601
86
+
FRONTEND_PORT_MAPPING=9602
87
+
MIDDLEWARE_PORT_MAPPING=9603
88
+
BACKEND_PORT_MAPPING=9604
89
+
```
90
+
91
+
..This is when all components are containerized.
92
+
93
+
----
94
+
95
+
Building this first time would take some time, as docker images are pulled from dockerhub, customized & built; packages are installed and so on..
96
+
97
+
At the end though, it should output a message like:
81
98
```
82
99
Done! Go to http://172.17.0.6:80/ to access your application
83
100
```
84
101
85
-
If it fails in between, you might wanna take a look at your configurations / environment.
86
-
If you think it's a bug, you're welcome to open an issue here on github.
102
+
If it fails in between, you might wanna take a look at your configurations / environment. If you think it's a bug, you're welcome to open an issue here on github.
87
103
88
-
### Additional Note
104
+
Also be sure that if you have custom HOST(s) configured, they should match the following versions (for sarjitsu compatibility reasons):
89
105
90
-
- Below mentioned ports will be used for port mapping from container to host, and
91
-
could be configured in `conf/sarjitsu.conf`. Default bindings are:
106
+
- Elasticsearch < 2.0 and > 1.5 (containerized version: 1.7.3)
107
+
- Grafana > 2.5 and <= 3.0 (containerized version: 3.0.1-1)
0 commit comments