Skip to content

Commit 5ccdc7b

Browse files
committed
Document FIWARE_IDM_PUBLIC_URL and remove references to WireCloud 1.0
1 parent 1037981 commit 5ccdc7b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ The following environment variables are also honored for configuring your WireCl
4949
- `-e FIWARE_IDM_SERVER=...` (defaults to nothing, leave it empty for
5050
authenticating users using the credentials stored on the WireCloud
5151
database.)
52+
- `-e FIWARE_IDM_PUBLIC_URL=...` (defaults to nothing, leave it empty for using
53+
the `FIWARE_IDM_SERVER` configuration for building the url when redirecting
54+
the browser to the IdM portal)
5255
- `-e SOCIAL_AUTH_FIWARE_KEY=...` (defaults to nothing)
5356
- `-e SOCIAL_AUTH_FIWARE_SECRET=...` (defaults to nothing)
5457

@@ -233,7 +236,7 @@ Run `docker stack deploy -c docker-compose.yml wirecloud` (or `docker-compose -f
233236
If you want to customize your WireCloud installation, the best option is to create a new docker image by extending one of the official images and installing new modules. For example, you can follow the following [tutorial](https://wirecloud.readthedocs.io/en/stable/development/platform/themes/) for creating a custom theme and install it on the extended image and use the `DEFAULT_THEME` environment variable to configure it as the default theme.
234237

235238

236-
# Using previous versions (WireCloud v1.1 and below)
239+
# Using previous versions (WireCloud v1.1)
237240

238241
WireCloud v1.1 and below uses two images, the "standalone" images and the "composable" images. The standalone images comes with everything ready to run WireCloud directly by running the image and without having to configure it (no recommended for production). The composable images are designed to work with other services running on other containers (e.g. using `docker-compose` or docker swarm) supporting a more flexible configuration scheme.
239242

@@ -246,7 +249,7 @@ Running the standalone images are really simple:
246249
$ docker run --name some-wirecloud -d -p 80:80 fiware/wirecloud:1.1
247250
```
248251

249-
This example uses the `1.1` version, but it should work also with versions `1.0`. Those images includes `EXPOSE 80` (the http port) so them can be used directly to serve WireCloud. In any case, those images are not meant to be used on production that will require, at least, configuring HTTPS.
252+
This example uses the `1.1` version. Those images includes `EXPOSE 80` (the http port) so them can be used directly to serve WireCloud. In any case, those images are not meant to be used on production that will require, at least, configuring HTTPS.
250253

251254

252255
## Composable

0 commit comments

Comments
 (0)