See it online here: http://calendar.demo.title.dk
1.0: 3.1.x
master: 3.2.x
- Clone this repo locally
cdintopublic, and runcomposer update- Copy
devfiles/_ss_environment.phpto_ss_environment.php, and enter your db creds - Point your local server to
public, and enter the url. This should automatically set up SilverStripe and build the database - You're now having a system with all the code, but no demo data. Please follow "Populate test data" below to create some test data
Run the following task to create test data.
CAUTION: this task truncates the Site Tree, and any calendar/event data.
/dev/tasks/PopulateTask/
run /watch.sh (you need to have Compass installed for this)
cd public/themes/bootstrap
bower update