Commented line registering the MYSQL storage builder,

since it reguires to setup MYSQL environment variable and so on.
So by default, we use sqlite, easier to run out of the box.
This commit is contained in:
2015-04-30 19:38:17 +02:00
parent e17011de97
commit 99b2fa9fdb

View File

@@ -157,7 +157,7 @@ feature -- CMS setup
setup_storage (a_setup: CMS_SETUP) setup_storage (a_setup: CMS_SETUP)
-- Setup storage by declaring storage builder. -- Setup storage by declaring storage builder.
do do
a_setup.storage_drivers.force (create {CMS_STORAGE_MYSQL_BUILDER}.make, "mysql") -- a_setup.storage_drivers.force (create {CMS_STORAGE_MYSQL_BUILDER}.make, "mysql")
a_setup.storage_drivers.force (create {CMS_STORAGE_SQLITE_BUILDER}.make, "sqlite") a_setup.storage_drivers.force (create {CMS_STORAGE_SQLITE_BUILDER}.make, "sqlite")
end end