added FAQ and database requirement docu #196 (#210)

* added FAQ and database requirement docu - fixes #196
* added FTP installation docu - see #199
* moved migration guide from Kimai v1 to its own docu chapter
This commit is contained in:
Kevin Papst
2018-07-12 22:34:34 +02:00
committed by GitHub
parent e68bef7ea7
commit d8f7a5dfa4
6 changed files with 197 additions and 108 deletions

View File

@@ -5,7 +5,7 @@ This page is dedicated to all developers who want to contribute to Kimai. You ar
# Setting up your environment
All you need is:
- PHP >= 7.1
- PHP >= 7.1.3
- PHP extension: `PDO-SQLite` enabled
Optional requirement:
@@ -14,6 +14,8 @@ Optional requirement:
You could even test PostgreSQL and tell us how it works!
Read how to [install Kimai v2 in your dev environment](installation.md).
## Frontend dependencies
If you want to make changes to CSS / Javascripts, you need: