| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a sample vanilla Drupal 7 installation pre-configured for use with Docksal.
Features:
This is a one time setup - skip this if you already have a working Docksal environment.
Follow Docksal environment setup instructions
Clone this repo into your Projects directory
git clone https://github.com/docksal/boilerplate-drupal7.git drupal7 cd drupal7
Initialize the site
This will initialize local settings and install the site via drush
fin init
On Windows add 192.168.64.100 drupal7.docksal to your hosts file
Point your browser to
http://drupal7.docksal
Site provisioning can be automated using fin init, which calls the shell script in .docksal/commands/init.
This script is meant to be modified per project.
Some common tasks that can be handled in the init script:
| Back | FazBrowse Home | New Git URL |