Skip to content

Commit

Permalink
Update installation.md - add note and extra command for database upda…
Browse files Browse the repository at this point in the history
…te in installation.md
  • Loading branch information
senghe committed Jun 16, 2024
1 parent 1ea6ed9 commit 8a6bb73
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,14 @@ you will probably need to change the extension of the imported file in

5. Finish the installation by updating the database schema and installing assets:

```
```bash
$ bin/console cache:clear

# If you used migrations in your project...
$ bin/console doctrine:migrations:migrate
# ... or if you use doctrine schema tool.
$ bin/cosole doctrine:schema:update --dump-sql # and --force switch when you're ready :)

$ bin/console assets:install --symlink
$ bin/console sylius:theme:assets:install --symlink
```
Expand Down

0 comments on commit 8a6bb73

Please sign in to comment.