This is Vue.js theme made for Aoyama Gakuin Orchestra
I really respect settings below
- wp-docker created by Viral Patel
- Aetherium created by Hiroshi Urabe
- vuejs-wordpress-theme-starter created by EvanAgee
Also, in this environment upload_max_filesize in php.ini is configured by upload.ini for uploading files or folders which exceed default upload_max_filesize.
$ git clone https://github.com/posaune0423/ago-wp-theme.git
$ cd ago-wp-theme
$ docker compose up -d --build
then automatically apache web server start on http://localhost:8000
$ cp -pr .env.sample .env
$ docker compose exec wordpress bash -c "cd wp-content/themes/ago-theme && yarn build:dev"
# Or just in your host OS
$ yarn build:dev
https://developer.wordpress.org/rest-api/reference/
please try this out
- Browse to http://yoursitename.wpengine.com/wp-json/wp/v2/posts
- get 404
- Go to admin, settings, permalinks, choose "Post Name"
- Click "Save Changes"
- Browse to http://yoursitename.wpengine.com/wp-json/wp/v2/posts
- success. page displays JSON response
https://developer.wordpress.org/rest-api/reference/pages/#definition-example-request
I addded the container for SMTP server in docker-compose.yml so we can use it. First, you have to install Plugin named WP Mail SMTP and in the settings, please fill in the information below
Key | Value |
---|---|
SMTP Host | smtp |
Encryption | None |
SSL | TLS |
SMTP Port | 1025 |
Auto TLS | ON |
Authentication | OFF |