Skip to content

Commit

Permalink
readme: change order of database migrations and cache clear
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Vetter committed Dec 6, 2020
1 parent 9e77303 commit 3e4c14e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ cd /kimai/var/plugins/
git clone --depth 1 --branch master https://github.com/dexterity42/SharedProjectTimesheetsBundle.git
```

Go back to the root of your Kimai installation and execute database migrations:
Go back to the root of your Kimai installation and clear the cache:
```
cd /kimai/
bin/console kimai:bundle:shared-project-timesheets:install
bin/console cache:clear
bin/console cache:warmup
```

Then rebuild the cache:
Execute database migrations:
```
bin/console cache:clear
bin/console cache:warmup
cd /kimai/
bin/console kimai:bundle:shared-project-timesheets:install
```

You're done. Open up your browser and navigate to "Shared project timesheets".
Expand Down

0 comments on commit 3e4c14e

Please sign in to comment.