
### BUILD INSTRUCTIONS ###
### !FOR INTERNAL USE! ###



#### /website_demo/var/config/system.xml ###
# change db configuration to:

  <database>
    <adapter>Mysqli</adapter>
    <params>
      <host>localhost</host>
      <username>pimcore_demo</username>
      <password>secretpassword</password>
      <dbname>pimcore_demo_pimcore</dbname>
      <port>3306</port>
    </params>
  </database>


### /website_demo/dump/pimcore.sql
# search for the following and replace it with an empty string

/*!50013 DEFINER=`root`@`localhost` SQL SECURITY DEFINER */

# remove the dumped data from the table cache_tags (right after the create table statement)
