ballstatecber / datacenter-skeleton
CBER Data Center Website Skeleton
dev-master
2020-11-11 13:48 UTC
Requires
- php: >=7.1
- ballstatecber/datacenter-plugin-cakephp3: dev-master
- cakephp/cakephp: ^3.6
- cakephp/migrations: ~1.0
- cakephp/plugin-installer: ~1.0
- friendsofcake/fixturize: ^1.0
- josegonzalez/dotenv: dev-master
- mobiledetect/mobiledetectlib: 2.*
- twbs/bootstrap: 3.3.7
- xety/cake3-cookieauth: 1.*
Requires (Dev)
- cakephp/bake: ~1.1
- cakephp/cakephp-codesniffer: ^3.0
- cakephp/debug_kit: ~3.2
- dereuromark/cakephp-ide-helper: ^0.12.3
- phpunit/phpunit: ^5.7|^6.0
- psy/psysh: @stable
Suggests
- markstory/asset_compress: An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.
- dev-master
- dev-dependabot/composer/twig/twig-1.43.1
- dev-dependabot/npm_and_yarn/moment-2.29.4
- dev-dependabot/composer/composer/composer-1.10.26
- dev-dependabot/composer/cakephp/cakephp-3.10.2
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-dependabot/npm_and_yarn/lodash.merge-4.6.2
- dev-dependabot/npm_and_yarn/lodash.template-4.5.0
- dev-dependabot/npm_and_yarn/jquery-3.5.0
- dev-development
This package is not auto-updated.
Last update: 2024-11-15 23:12:56 UTC
README
Installation
composer create-project --prefer-dist ballstatecber/datacenter-skeleton [app_name] -s dev
cd [app_name]
npm install
gulp less
Configuration
- Update
app.php
,.env
,.env.production
, and.env.dev
in/config
data_center_subsite_title
google_analytics_id
- Database configuration
- Optional email configuration
- Update
README.md
- Update
package.json
- Change 'App Name' in
gulpfile.js
Setting up integrations
- Create a GitHub repository
- Add repo to Code Climate
- Add Slack integration
- Add GitHub issue integration
- Go to Repo Settings > Git repository and install webhook
- Add repo to Slack's GitHub integration
- Turn on building in Travis
- Add to Data Center Panopticon
- Bonus points: Add Travis and Code Climate badges to
README.md