Docker is installed
- create directory
~/magento2-docker - add docker-compose.yml to
~/magento2-dockerwith the following content
version: '3'
services:
| ZIP,LAT,LNG | |
| 00601,18.180555, -66.749961 | |
| 00602,18.361945, -67.175597 | |
| 00603,18.455183, -67.119887 | |
| 00606,18.158345, -66.932911 | |
| 00610,18.295366, -67.125135 | |
| 00612,18.402253, -66.711397 | |
| 00616,18.420412, -66.671979 | |
| 00617,18.445147, -66.559696 | |
| 00622,17.991245, -67.153993 |
| #!/usr/bin/env bash | |
| # Generates gource video (h.264) out of multiple repositories. | |
| # Pass the repositories in command line arguments. | |
| # Example: | |
| # <this.sh> /path/to/repo1 /path/to/repo2 | |
| RESOLUTION="1600x1080" | |
| outfile="gource.mp4" | |
| i=0 |
| <?php | |
| /* This script generates a mapping of factory methods/parameters to the resulting class | |
| * names in such a way that PhpStorm 6.0.1 can use for autocompletion and chaining. | |
| * | |
| * Example: | |
| * cd [magento root] | |
| * php ~/makePhpstormMap.php > .phpstorm.meta.php | |
| * | |
| */ |