26 lines
310 B
Markdown
26 lines
310 B
Markdown
# StudIdCard
|
|
|
|
PHP application to create and verify a student ID card.
|
|
|
|
## Install:
|
|
|
|
```
|
|
cd /var/www
|
|
git clone https://codeberg.org/DigitalSouveraeneSchule/studidcard.git
|
|
cd studidcard
|
|
```
|
|
|
|
## Create keys
|
|
|
|
```
|
|
php genkey.php
|
|
```
|
|
|
|
## Configure
|
|
|
|
```
|
|
cd config
|
|
cp config.php.sample config.php
|
|
```
|
|
|
|
edit config.php
|