Course booking module for the SilverStripe project.
Requires a silverstripe-installer
base project (branch 2.4) in which it should be installed as a normal module.
Requires the following modules from silverstripe:
silverstripe-installer
(branch 2.4), use as base project
sapphire
(branch 2.4)
cms
(branch 2.4)
pdfrendition
Requires the following modules from creamarketing:
creamarketing
dataobject_manager
dialog_dataobject_manager
First create a silverstripe project (for example via silverstripe-installer
).
Configure a database as normal in mysite/_config.php
and configure at least one allowed locale for Translatable
(via Translatable::set_allowed_locales()
).
Then install the necessary modules (preferably by cloning the corresponding git repositories) and do a /dev/build
.
Copyright (C) 2011 Oy Creamarketing Ab
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.