A plugin for you to display your productions and their cast and crew.
Setup
- Install docker if you don't already have it.
cp .env.example .env
- In the
.env
file, fill in theDB_DATABASE
,DB_USER
, andDB_PASSWORD
fields. - Add
127.0.0.1 wpsite.test
to your/etc/hosts
file. - Run
scripts/setup_local.sh
- Visit
http://wpsite.test
in your browser and setup wordpress. - Activate the
CurtainCallWP
plugin.
Note
The docker-compose.yml
file also installs phpMyAdmin. You can view the database at:
http://localhost:${PHP_MYADMIN_PORT}
You can build the plugin locally by running the build script. Then you can install the generated zip file in seperate WordPress installation.
$ bash scrtipts/build.sh
# output: curtaincallwp.zip
The script takes and optional version argument attach to the file name.
$ bash scrtipts/build.sh 1.0.0
# output: curtaincallwp-1.0.0.zip