You should perform development in a sandbox you set up for yourself, ideally locally, running off a clone of the site’s Git repository.
--recursive
. You will start on the master
branch; but can optionally switch branches at this point with git checkout -t origin/$BRANCH_NAME
.
git clone --recursive ssh://codeserver.dev.48f27817-1964-4b24-8410-db424610c2b8@codeserver.dev.48f27817-1964-4b24-8410-db424610c2b8.drush.in:2222/~/repository.git settlenet
cd settlenet
. d
orsource d
make
commands together in the order you want to run them. For example, you could run make complete-rebuild tests
.)
make complete-rebuild
ormake start build
dropping make install
at the end which adds sample data, unneeded if pulling a database from other environments (see below)make tests
to run automated tests (optional)terminus auth:login
command to run, but run it starting with lando
, e.g.:
lando terminus auth:login --machine-token=$TOKEN
lando pull -c none -d live -f none
live
config-split realm is deactivated:
lando drush -y config-import