Skip to content

Latest commit

 

History

History

live-demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Live demo

Usage

  • Clone this repository. git clone https://github.com/strarsis/twentyseventeen-onepage
  • Go into this directory. cd twentyseventeen-onepage/live-demo
  • Docker + Docker Compose have to be installed.
  • Start containers using docker-compose up -d, this will start a MariaDB database container and a WordPress container with this theme mounted as folder into the themes directory of container.
  • Run ./setup.sh, passing host + port of development machine to it - to which you will point your browser on later, e.g. ./setup.sh mybox 8080.
  • When setup script has finished, load the site in your browser using the host + port previously specified, e.g. http://mybox:8080.