Skip to content

Drupal pre-configured for use with Drude (for testing purposes)

Notifications You must be signed in to change notification settings

DevinciHQ/drude-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Drude Testing

This is a sample vanila Drupal 7 installation preconfigured for use with Drude.
Sample Behat tests also included.

Instructions (Mac)

  1. Create directory structure (e.g. in your home directory)

    mkdir -p Projects/drude-testing
    cd drude-testing
    
  2. Install dsh (Drude Shell)

    sudo curl -L https://raw.githubusercontent.com/blinkreaction/drude/develop/bin/dsh  -o /usr/local/bin/dsh
    sudo chmod +x /usr/local/bin/dsh
    
  3. Install Drude and prerequisites (latest dev version)

    DRUDE_BRANCH=develop B2D_BRANCH=develop dsh install
    
  4. In the end you will be prompted to relaunch you shell and run:

    dsh up
    
  5. Install Drupal

    dsh drush si -y
    
  6. Point your browser to

    http://hello-world.drude
    

About

Drupal pre-configured for use with Drude (for testing purposes)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published