- Run bash setup.sh from project root.
- This creates and downloads a wp installation in project root directory. Only used by phpstorm as reference.
- Run
docker-compose build
, thendocker-compose up
- Navigate to http://localhost:8000 and install
- db = wordpress
- user = wordpress
- pass = wordpress
- host = db
- Import site using All-In-One
- Setup path mappings in phpstorm
- ./wordpress -> /var/www/html/
- ./hrrn_petfinder -> /var/www/html/wp-content/plugins/hrrn_petfinder