✏️
Wp Twig | Wordpress Starter Theme
  • Introduction
  • Getting Started
  • Post
  • Template structure
  • Pages
  • Template structure
  • Custom Field
  • Theme Option
  • Blocks
  • Page Speed Optimization
  • Deployment
    • Deployment With EC2
  • Changelog
Powered by GitBook
On this page

Was this helpful?

Getting Started

PreviousIntroductionNextTemplate structure

Last updated 3 years ago

Was this helpful?

Install

  • Clone git clone https://github.com/WordPress-Studio/wp-twig-public.git

  • Install docker if not installed https://www.docker.com/products/docker-desktop

  • Run Docker compose docker-compose up --build

  • Enter in docker image docker exec -it wp-twig-public_wp-dev_1 /bin/bash

  • Install Latest WordPress cd /var/www/html && wp core download --allow-root

  • Now you can access http://localhost

  • Install WordPress. You can find DB details in docker-compose.yml file

Db Details:

Wp Config variables

Value

MYSQL_USER

testuser

MYSQL_PASSWORD

testpassword

MYSQL_DATABASE

testdb

Db HOST

db