Improve docu
This commit is contained in:
parent
48a5360d0d
commit
260b844d87
1 changed files with 10 additions and 4 deletions
14
README.md
14
README.md
|
@ -4,15 +4,21 @@ PHP application to create and verify a student card.
|
||||||
|
|
||||||
## Install:
|
## Install:
|
||||||
|
|
||||||
git clone https://git.codeberg.org/digitalsouveraeneschule/studentcard.git
|
```
|
||||||
|
git clone https://git.steinbeis.schule/it-team/studidcard.git
|
||||||
|
```
|
||||||
|
|
||||||
## Create keys
|
## Create keys
|
||||||
|
|
||||||
php genkey.php
|
```
|
||||||
|
php genkey.php
|
||||||
|
```
|
||||||
|
|
||||||
## Configure
|
## Configure
|
||||||
|
|
||||||
cd config
|
```
|
||||||
cp config.php.sample config.php
|
cd config
|
||||||
|
cp config.php.sample config.php
|
||||||
|
```
|
||||||
|
|
||||||
edit config.php
|
edit config.php
|
||||||
|
|
Loading…
Add table
Reference in a new issue