@@ -32,8 +32,8 @@ Have a look at the steps as commands
3232 mv /var/www/mapbender /var/www/mapbender_save
3333
3434 # get the code of the new version
35- cp -R /tmp/build_mapbender/mapbender-3.0.4.0 /var/www/
36- mv /var/www/mapbender-3.0.4.0 /var/www/mapbender
35+ cp -R /tmp/build_mapbender/mapbender-starter-v3.2.5 /var/www/
36+ mv /var/www/mapbender-starter-v3.2.5 /var/www/mapbender
3737
3838 # copy your old configuration files to the new version
3939 cp /var/www/mapbender_save/app/config/parameters.yml /var/www/mapbender/app/config/parameters.yml
@@ -53,6 +53,8 @@ Have a look at the steps as commands
5353 cd /var/www/mapbender/
5454 app/console doctrine:schema:update --dump-sql
5555 app/console doctrine:schema:update --force
56+
57+ # Update the symbolic links
5658 app/console assets:install web --symlink --relative
5759
5860 # change the access rights and owner of the files
@@ -94,8 +96,7 @@ Update Example for Windows
9496 # - you may have to also pass the extension you need, at the commandline, for example:
9597 # php -d extension=C:\ms4w\Apache\php\ext\php_pdo_pgsql.dll app/console doctrine:schema:update --dump-sql
9698
97- # Import the applications from mapbender.yml to your database to get to know about the latest developments
98- php.exe app/console doctrine:fixtures:load --fixtures=./mapbender/src/Mapbender/CoreBundle/DataFixtures/ORM/Application/ --append
99+ # Export files to the web-directory
99100 php.exe app/console assets:install web
100101
101102 # Delete your cache and the logdateien at mapbender/app/cache und mapbender/app/logs
0 commit comments