Takayuki Miyauchi

Results 54 comments of Takayuki Miyauchi

You can add gems with the `site.yml` too. https://github.com/vccw-team/vccw/blob/master/provision/default.yml#L109-L111 But it can't specify the version of gems.

Yes! I am having an interesting about xip.io. But I don't have enough time to try it. Can you send pull-request?

You can see the logs in `/var/log/apaches` in the guest machine.

You have to run `vagrant provision` after update `site.yml`. And also, you have to restart guest machine by `vagrant reload`, if you update hostname or ip for guest machine. Thanks....

Ah, I will update VCCW that will not overwrite the `.gitignore`. Thanks! https://github.com/vccw-team/vccw/blob/master/provision/playbooks/wordpress.yml#L92-L99

Sorry, we don't have enough time to develop it. Thanks!

Sounds good. 😄

Does it work for Windows user?

> Maybe it could be an option in the conf file ? Thanks, I will try when I have a moment.

I created an example repository. https://github.com/vccw-team/repository-example-of-wp I always commit our project like it. I made just two customizations for example. * [Exports a database as `wordpress.sql` with `wp db export`.](https://github.com/vccw-team/repository-example-of-wp/blob/master/wordpress.sql)...