Skip to content
Snippets Groups Projects
Commit 78596188 authored by Sebastian Castro's avatar Sebastian Castro
Browse files

Adds migration docs

parent fd181cb2
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,16 @@ app:elements:generate 200
Now initialize your project with following route
http://localhost/GoGoCarto/web/app_dev.php/project/initialize
Updating your install
---------------------
Each time you update GoGoCarto code, please run the following commands (first one is most important)
```
php bin/console db:migrate
gulp build
php bin/console cache:clear
```
Production
----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment