earthperson / modx-bootstrap
Extra for MODX Revo for starting with Twitter Bootstrap - open source front-end framework
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
This package is not auto-updated.
Last update: 2024-11-13 04:36:23 UTC
README
Extra for starting with Twitter Bootstrap - open source front-end framework. This extra is especially useful for MODX Revo beginners and/or for the blank MODX Revo installation with Twitter Bootstrap framework in the future.
You'll find the Transport Package of this extra on this page or just install it via Package Management.
On the MODX-Bootstrap site you'll find the Screencast and Screenshots. There are screencast on the youtube also.
Contents
Latest Changes
For details read the complete changelog.
Requirements
- Requires Revolution 2.2.x or greater
- Supports mysql
Build
php build.transport.php
You'll find your package in the core/packages
directory of your MODX_BASE_PATH
.
Install via Composer
MODX-Bootstrap is available on Packagist. It can be installed by running:
MODX_CORE_PATH='/path/to/modx/core/';\ composer create-project earthperson/modx-bootstrap MODX-Bootstrap --prefer-dist;\ cd MODX-Bootstrap/_build/;\ sed "3s|/.*/|$MODX_CORE_PATH|" build.config.sample.php > build.config.php;\ php build.transport.php