clean install

This commit is contained in:
2024-12-10 15:08:16 +01:00
commit e14eb2d8fd
31193 changed files with 3555714 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# Drush
The farmOS Docker image comes pre-installed with
[Drush](https://www.drush.org), which provides shell commands for working with
a Drupal installation.
## Running Drush in Docker
In order to run the `drush` command, you must use `docker exec` to run the
command inside the farmOS container.
docker exec -it -u www-data farmos_www_1 drush
For example, the following will run the `drush cr` command to rebuild caches:
docker exec -it -u www-data farmos_www_1 drush cr
## Useful commands
Some useful Drush commands are documented here.
### Rebuild caches
drush cr
### Install a module
drush en log