desmondmorris / surf
An opinionated Drupal workflow
Installs: 73
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 2
Type:drupal-drush
Requires
- php: >=5.3.3
- composer/installers: ~1.0
- drupal/coder: 7.2.2
- vierbergenlars/php-semver: >=2.1.0
Requires (Dev)
- drush/drush: >=6.1.0
- phpunit/phpunit: >=3.7
This package is not auto-updated.
Last update: 2024-11-05 03:11:06 UTC
README
Surf is an experimental package management system for Drupal projects built on top of Drush make.
Quick start
Requirements
- PHP >= 5.3
- Drush >= 5
Installation
Quick Install
curl -s http://surf.drupal.build/install.sh | sudo sh
Features
Bugs and feature requests
Documentation
Surf's documentation, included in this repo in the root directory, is built with Jekyll and publicly hosted on GitHub Pages at http://surf.drupal.build. The docs may also be run locally.
Running documentation locally
- If necessary, install Jekyll (requires v2.1.x).
- Windows users: Read this unofficial guide to get Jekyll up and running without problems.
- Install the Ruby-based syntax highlighter, Rouge, with
gem install rouge
. - From the root
/surf
directory, runjekyll serve
in the command line. - Open http://localhost:9001 in your browser, and voilĂ .
Learn more about using Jekyll by reading its documentation.
Contributing
Versioning
Creators
Desmond Morris
License
Code released under the MIT license. Docs released under Creative Commons.