generator-docker-foundationpress-child

0.1.1 • Public • Published

Docker foundationpress child generator

Install first files to get started on a wordpress project, running with docker. (FoundationPress theme & a child theme)

Requirements

This generator is made for ubuntu/debian systems

You will need on your machine

How does it works

Once the files are generated, just run the following commands:

$ chmod +x run.sh
$ ./run.sh
$ make npm-install

This script will add host entries according to your answers to the generator.

  • 'dev.projectname.fr' will point to the wordpress site
  • 'dev.logs.projectname.fr' will point to an adminer interface
  • 'dev.adminer.projectname.fr' will point to a kibana interface, so you can have your logs in a nice way.

mysql files will be stored in /var/docker/mysql/projectname on your machine
elk data is located in /var/docker/elk/projectname on your machine

TODO

Check how to log with nice colors Generate a makefile question check kibana imports

Readme

Keywords

Package Sidebar

Install

npm i generator-docker-foundationpress-child

Weekly Downloads

0

Version

0.1.1

License

none

Last publish

Collaborators

  • brah0um