Skip to content

Commit

Permalink
basic bootstrap theme
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmdk committed Jul 9, 2014
1 parent 5c03848 commit c5f7883
Show file tree
Hide file tree
Showing 216 changed files with 39,826 additions and 3 deletions.
22 changes: 21 additions & 1 deletion README.md
@@ -1 +1,21 @@
# SilverStripe Calendar Demo
# SilverStripe Calendar Demo

## Installation

1. Clone this repo locally
2. `cd` into `public`, and run `composer update`
3. Copy `devfiles/_ss_environment.php` to `_ss_environment.php`, and enter your db creds
4. Point your local server to `public`, and enter the url


## Edit Styles (only calendar styling)

run `/watch.sh` (you need to have Compass installed for this)


## Updating Bootstrap

cd public/themes/bootstrap
bower update


2 changes: 1 addition & 1 deletion devfiles/_ss_environment.php
Expand Up @@ -7,7 +7,7 @@
define('SS_ENVIRONMENT_TYPE', 'live');

define('SS_DEFAULT_ADMIN_USERNAME', 'info@title.dk');
define('SS_DEFAULT_ADMIN_PASSWORD', 'letmein');
define('SS_DEFAULT_ADMIN_PASSWORD', 'password');

//error log - the first line seems to be the proper one
//you might need to create silverstripe.log though, and give it the proper permissions
Expand Down
2 changes: 1 addition & 1 deletion public/mysite/_config/config.yml
Expand Up @@ -8,4 +8,4 @@ After:
# See http://doc.silverstripe.org/framework/en/topics/configuration
# Caution: Indentation through two spaces, not tabs
SSViewer:
theme: 'simple'
theme: 'bootstrap'
Binary file not shown.
Binary file not shown.
47 changes: 47 additions & 0 deletions public/themes/bootstrap/bower_components/bootstrap/.bower.json
@@ -0,0 +1,47 @@
{
"name": "bootstrap",
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"version": "3.2.0",
"keywords": [
"css",
"js",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"homepage": "http://getbootstrap.com",
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js",
"dist/fonts/glyphicons-halflings-regular.eot",
"dist/fonts/glyphicons-halflings-regular.svg",
"dist/fonts/glyphicons-halflings-regular.ttf",
"dist/fonts/glyphicons-halflings-regular.woff"
],
"ignore": [
".*",
"_config.yml",
"CNAME",
"composer.json",
"CONTRIBUTING.md",
"docs",
"js/tests",
"test-infra"
],
"dependencies": {
"jquery": ">= 1.9.0"
},
"_release": "3.2.0",
"_resolution": {
"type": "version",
"tag": "v3.2.0",
"commit": "c068162161154a4b85110ea1e7dd3d7897ce2b72"
},
"_source": "git://github.com/twbs/bootstrap.git",
"_target": "~3.2.0",
"_originalSource": "bootstrap"
}

0 comments on commit c5f7883

Please sign in to comment.