Skip to content

Commit 801f046

Browse files
authored
Update README.md
Minor changes and fixing typos
1 parent 26aa441 commit 801f046

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ This project is a complete build environment under linux to build and run privac
3535
3636
**While decoupling the privacyIDEA image from dependencies like Nginx, Apache or database vendors ect., it is possible to run privacyIDEA with your favorite components.**
3737

38-
If you prefer another approach or would like to test another solution, take a look at the [Khalibre / privacyidea-docker](https://github.com/kheeklab/privacyidea-docker) project. This project might be a more suitable solution for your needs.
39-
40-
4138
### tl;dr
4239
Clone repository and start a full privacyIDEA stack:
4340
```
@@ -70,8 +67,6 @@ Sample images from this project can be found here:
7067
> [!Note]
7168
> ```latest``` tagged image is maybe a pre- or development-release. Please use always a release number (like ```3.10.1```)
7269
73-
74-
7570
## Quickstart
7671

7772
### Prerequisites and requirements
@@ -85,9 +80,14 @@ Sample images from this project can be found here:
8580

8681
```
8782
docker pull docker.io/gpappsoft/privacyidea-docker:latest
88-
-p 8080:8080 \
89-
gpappsoft/privacyidea-docker:latest
90-
83+
docker run -d --name privacyidea-docker\
84+
-e PI_ADMIN=admin\
85+
-e PI_ADMIN_PASS=admin\
86+
-e PI_PEPPER=changeMe\
87+
-e PI_SECRET=changeMe\
88+
-v pidata:/privacyidea/etc/persistent:rw,Z\
89+
-p 8080:8080\
90+
gpappsoft/privacyidea-docker:latest
9191
```
9292
Web-UI: http://localhost:8080
9393

@@ -247,7 +247,7 @@ This example will start a stack including **privacyIDEA**, **reverse_proxy** and
247247
make cert stack
248248
```
249249

250-
This example will start a full stack including **privacyIDEA**, **reverse_proxy**, **mariadb**, **ldap** and **radius** including sample data with users,realms and policies for rolemodel. Project tag is *prod*
250+
This example will start a full stack including **privacyIDEA**, **reverse_proxy**, **mariadb**, **ldap** and **radius** including sample data with users,realms. Project tag is *prod*
251251

252252
```
253253
make cert fullstack
@@ -404,13 +404,13 @@ docker exec -it pi-db-1 mariadb-dump -u pi -psuperSecret pi
404404

405405
## Roadmap
406406

407-
#### Customization and scripts
407+
#### Customization
408408

409409
Will follow soon
410410

411411
#### Radius
412412

413-
See my other project [docker-freeradius](https://github.com/gpappsoft/privacyidea-freeradius)
413+
See [docker-freeradius](https://github.com/gpappsoft/privacyidea-freeradius)
414414

415415

416416
# Disclaimer

0 commit comments

Comments
 (0)