Skip to content

Commit aaebdaf

Browse files
committed
added information
1 parent 1456f9c commit aaebdaf

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ This project is a complete build environment under linux to build and run privac
2222
- A guide on how to use docker
2323
- A guide how to configure and use privacyIDEA
2424

25+
### tl;dr
26+
Clone repository and start a full privacyIDEA stack:
27+
```
28+
git clone https://github.com/gpappsoft/privacyidea-docker.git
29+
cd privacyidea-docker
30+
make cert fullstack
31+
```
32+
Username / password: admin / admin
33+
34+
2535
> [!Important]
2636
> The image does **not include** a reverse proxy or a database backend. Running the default image as a standalone container uses gunicorn and a sqlite database. Using sqlite is not suitable for a production environment.
2737
>
@@ -31,14 +41,10 @@ This project is a complete build environment under linux to build and run privac
3141
3242
**While decoupling the privacyIDEA image from dependencies like Nginx, Apache or database vendors ect., it is possible to run privacyIDEA with your favorite components.**
3343

34-
### tl;dr
35-
Clone repository and start a full privacyIDEA stack:
36-
```
37-
git clone https://github.com/gpappsoft/privacyidea-docker.git
38-
cd privacyidea-docker
39-
make cert fullstack
40-
```
41-
Username / password: admin / admin
44+
## Easy install (ubuntu)
45+
See the [privacyidea-ansible](https://github.com/gpappsoft/privacyidea-ansible) project.
46+
47+
4248

4349
## Repository
4450

0 commit comments

Comments
 (0)