Hello,
I’m new to Omeka S. I’m trying to setup my file ona local server on a mac. I would like to know the best practice file structure for omeka using docker.
Is this correct?
/Users/Shared/bdhc/
├── backups/
├── docker/
│ └── docker-compose.yml
├── mysql-data/
├── omeka/
│ ├── config/
│ │ └── database.ini
│ ├── files/
│ ├── modules/
│ ├── themes/
│ └── logs/
Thanks