Skip to content
This repository was archived by the owner on Nov 21, 2022. It is now read-only.

Commit 51d27ee

Browse files
author
Archit Sharma
committed
update README additional note
1 parent 224408c commit 51d27ee

File tree

1 file changed

+27
-17
lines changed

1 file changed

+27
-17
lines changed

README.md

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Otherwise check your firewall settings.
3838

3939
### For the ones who've found inner peace:
4040

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.
4242

4343
- Step 1: open `conf/sarjitsu.conf` and edit the params as required. If for example,
4444
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
7474
$ ./setup.sh
7575
```
7676

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
7978

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:
8198
```
8299
Done! Go to http://172.17.0.6:80/ to access your application
83100
```
84101

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.
87103

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):
89105

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)
108+
- Postgres == 9.5 (containerized version: 9.5 (dockerhub latest))
92109

93-
```sh
94-
METRICSTORE_PORT_MAPPING=9600
95-
DATASOURCE_PORT_MAPPING=9601
96-
FRONTEND_PORT_MAPPING=9602
97-
MIDDLEWARE_PORT_MAPPING=9603
98-
BACKEND_PORT_MAPPING=9604
99-
```
100-
This is when all components are containerized.
110+
TBD: an update to sarjitsu soon, for nested docs. Refer to [PR #4694 of grafana](https://github.com/grafana/grafana/pull/4694) for more.
101111

102112
## APP FLOW
103113

0 commit comments

Comments
 (0)