Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.
/ servo Public archive

This is a fork of Lullabot Drupal Boilerplate, but with the addition of an installation profile.

Notifications You must be signed in to change notification settings

Lullabot/servo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Servo

This is a fork of Drupal Boilerplate, but with the addition of an installation profile.

Install Profile Instructions

$ cd docroot
$ drush make servo.make

Then install Drupal, selecting the "Servo" profile. This will give you

  • Responsive toolbar
  • Shiny admin theme
  • CKEditor with a HTML Purifier based filter and Linkit
  • Basic "Page" content type
  • The windup starter theme with automation tools already configured

#Drupal Boilerplate#

Drupal boilerplate is not a module. Instead it just serves as a directory structure for starting a new drupal site. The idea behind Drupal boilerplate came from working on so many different sites which each follow their own development practice, directory structure, deployment guidelines, etc...

Drupal boilerplate tries to simplify starting a new site by having the most common directory structures and files already included and set up.

##Getting started## You can start by downloading this project. Once you download it you will find that every folder contains a readme.md file. This readme.md file has been extensively documented to explain what belongs in that specific directory.

Here's a breakdown for what each directory/file is used for. If you want to know more please read the readme inside the specific directory.

  • docroot
  • Where your drupal root should start.
  • drush
  • Contains project specific drush commands, aliases, and configurations.
  • results
  • This directory is just used to export test results to. A good example of this is when running drush test-run with the --xml option. You can export the xml to this directory for parsing by external tools.
  • scripts
  • A directory for project-specific scripts.
  • test
  • A directory for external tests. This is great for non drupal specific tests such as selenium, qunit, casperjs.
  • .gitignore
  • Contains the a list of the most common excluded files.

Built by Robots™

About

This is a fork of Lullabot Drupal Boilerplate, but with the addition of an installation profile.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published