Redesign prototype merge #18

Merged
MrPetovan merged 50 commits from feature/redesign-prototype into master 2017-05-06 08:10:18 +02:00
Showing only changes of commit 52a19916e2 - Show all commits

View file

@ -2,7 +2,12 @@
## Installing
### 1. Create an autoloader with composer
### 1. Initialize the database
Create a database with a username and a password.
Then import ````dfrndir.sql```` to it.
### 2. Create an autoloader with composer
Make sure you have composer installed globally, or rewrite the command to use a `.phar`.
@ -10,7 +15,7 @@ Make sure you have composer installed globally, or rewrite the command to use a
composer dump-autoload
```
### 2. Set up the cronjobs.
### 3. Set up the cronjobs.
Example cronjob using `www-data` user.