24 lines
274 B
Markdown
24 lines
274 B
Markdown
# StudentCard
|
|
|
|
PHP application to create and verify a student card.
|
|
|
|
## Install:
|
|
|
|
```
|
|
git clone https://git.steinbeis.schule/it-team/studidcard.git
|
|
```
|
|
|
|
## Create keys
|
|
|
|
```
|
|
php genkey.php
|
|
```
|
|
|
|
## Configure
|
|
|
|
```
|
|
cd config
|
|
cp config.php.sample config.php
|
|
```
|
|
|
|
edit config.php
|