Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1.01 KB

README.md

File metadata and controls

52 lines (29 loc) · 1.01 KB

JP_Stripes Connect 2020

Actions Status

This repository is a developmemt toolkit to manage WordPress theme.

The theme file will be pushed to Shifter, a supercool WordPress static hosting service.

Requirements

Strongly recommended to use Mac, since this repository uses Makefile to alias some commands.

  • Docker and docker-compose

Commands

Boot cluster

make up

Stop cluster

make down

Reset cluster

make reset

Hosts and Passwords

WordPress

http://localhost:8000

Adminer

http://localhost:8080

  • hostname: mysql
  • username: root
  • password: password
  • database: wordpress

Contributors