Require dependencies
composer install
Prepare database entities
bin/console doctrine:database:create
bin/console doctrine:schema:update --force --complete
bin/console doctrine:fixtures:load --no-interaction
Dump your sitemap
The bundle does not require it, but you should definitively dump the sitemaps instead of generating it at every request.
bin/console presta:sitemaps:dump
Run built-in server
Follow symfony web server documentation to start your app.
Now you can visit http://127.0.0.1/.
Urls of sitemaps :