Backdrop 4 Good website.
git clone git@github.com:Backdrop4Good/backdrop4good.org.git
cd backdrop4good.org
settings.php
to the web
directory. The file that points to the
config (which is outside of the web
directory).
wget https://github.com/backdrop/backdrop/raw/1.x/settings.php
$config_directories['active'] = '../config/active';
$config_directories['staging'] = '../config/staging';
lando start
.lando.yml
file (the
project root). Then you can import the DB with:
lando db-import <file.sql>
The bfg
theme is using sass
and gulp
to manage css.
To compile and watch the sass
files:
lando gulp
Drush is available from within the web
directory.
cd web
lando drush cc all
lando drush dl {module_name}
lando drush bcex
drush bcim