If you don't have Docker Desktop and Docksal set up, complete this step.
This is a one time setup.
Follow Docksal install instructions
- Clone this repo into your Projects directory.
- Change directory to the cloned folder.
- Make your own version of the
docksal-local.env
file from the example and add yourSECRET_TERMINUS_TOKEN
to the file.- You don't need to do this if you set your token globally in Docksal
- Initialize the site with
fin init
- Once the site has been initialized you'll get a url to go to in your browser to start dev'ing.
Modules are installed using composer. The process for installing a module would be the following:
fin composer require [organization]/[package]
The standard composer command is used but with the Docksal specific command
fin
prepended to the beginning.