https://github.com/mlibrary/drupal-starter
https://github.com/mlibrary/drupal-starter
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mlibrary/drupal-starter
- Owner: mlibrary
- Created: 2023-02-02T21:39:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T15:34:32.000Z (over 3 years ago)
- Last Synced: 2025-03-17T12:22:30.312Z (over 1 year ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drupal-starter
## Steps
1. Run the initialization script
```
./init.sh
```
2. Turn on the site
```
docker-compose up -d`
```
3. Initialize the site in the browser. Go to http://localhost:3333
4. Run the post install script. This will install drush and will dump the
database to `./starter.sql`. This will have the uuid. You can load this in
your production site.
```
./post_install.sh
```
## Notes
The `/themes` folder maps to `/var/www/html/themes/custom` in the drupal container.
The `/modules` folder maps to `/var/www/html/modules/custom` in the drupal container.