update repository to 6.1.2-ga, SSO example (#914)

* remove old compose, update to 6.1.2-ga

* SSO with vanilla keycloak
This commit is contained in:
Denys Vuika
2019-02-03 09:42:34 +00:00
committed by Cilibiu Bogdan
parent 555946f7be
commit 80dabdd26a
10 changed files with 1889 additions and 174 deletions

View File

@@ -28,15 +28,5 @@ Use the following command to stop all the containers:
npm run stop:docker
```
## Preview Mode
**Tip:** With this mode, you do not need building application from source code or installing dependencies.
To run the latest published container go to the `docker-compose` folder and start docker compose from there:
```sh
cd docker-compose
docker-compose up
```
The application is available at the `http://localhost:3000` address.
You can also develop the application and run in default port (4200),
it is going to use the same docker containers automatically.