Commit all the ddev commands and home additions that are now there

This commit is contained in:
Benjamin Melançon 2019-08-08 17:35:33 -04:00
parent 9c3cdda643
commit c262f7becd
14 changed files with 180 additions and 0 deletions

View file

@ -0,0 +1,12 @@
#!/bin/bash
## Description: Tail the main solr log
## Usage: solrtail
## Example: ddev solrtail
# This example runs inside the solr container.
# Note that this requires that /mnt/ddev_config be mounted
# into the solr container and of course that you have a container
# named solr.
tail -f /opt/solr/server/logs/solr.log