Skip to content

Commit

Permalink
Up to 4.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelrpl committed Feb 26, 2019
1 parent dceb1f7 commit 00f89a5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TERRAMA2_PROJECT_NAME=terrama2
TERRAMA2_DOCKER_REGISTRY=terrama2
TERRAMA2_TAG=4.0.8
TERRAMA2_TAG=4.0.9
TERRAMA2_CONFIG_DIR=./conf
TERRAMA2_DATA_DIR=data_vol
TERRAMA2_WEBAPP_ADDRESS=127.0.0.1:36000
Expand Down
8 changes: 4 additions & 4 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ After that, just run script **build-image.sh** to build:
## Publishing the Generated TerraMA² Images

```bash
docker push terrama2/terrama2:4.0.3
docker push terrama2/terrama2:4.0.9
```

```bash
docker push terrama2/terrama2-webapp:4.0.3
docker push terrama2/terrama2-webapp:4.0.9
```

```bash
docker push terrama2/terrama2-webmonitor:4.0.3
docker push terrama2/terrama2-webmonitor:4.0.9
```


Expand All @@ -52,4 +52,4 @@ If you want to query the registry, type the following URL in your browser:
After all commands, try:
```bash
docker image prune
```
```
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,10 @@ Open NotePad with Adminiistrator and then modifify the file `C:\Windows\System32

### Services

By default, the TerraMA² services are not started automatically inside container. In this way, we must configure these parameters in [`Web Application`](http://127.0.0.1:36000) to associate with respective container.
We must configure service parameters in [`Web Application`](http://127.0.0.1:36000) to associate with respective container.
On service hosts, unmark the option `Local Service` and then set the respective container name to the service at `Host Address`. For example, in the service `Local Collector`, use address `terrama2_collector_1`. For `Local Analysis`, use `terrama2_analysis_1` and so on.

When registering `Local View`, make sure that you have configured the directive provided on section `Run TerraMA² localhost` and specify the `Maps Server URL` with `terrama2_geoserver`.


## Tips
Expand All @@ -189,4 +192,4 @@ Launching TerraMA² through docker-composer will name the containers with the su

```bash
docker exec -it terrama2_webapp_1 bash
```
```

0 comments on commit 00f89a5

Please sign in to comment.