Skip to content

jpstripes/connect2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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