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:
@@ -157,7 +157,7 @@ feature -- CMS setup
|
||||
setup_storage (a_setup: CMS_SETUP)
|
||||
-- Setup storage by declaring storage builder.
|
||||
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")
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user