Skip to content

jirsbek/wordmove-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordmove Example 🚀

Dependences

Setup

  1. $ ./setup.sh runs all commands in step by step setup
  2. Open http://localhost:8080 for app
  3. Open http://localhost:8000 for phpMyAdmin
  4. Admin login at http://localhost:8080/admin with username admin and password admin

Setup Step by Step

  1. $ cd public_html
  2. $ composer install
  3. $ cp .env.example .env
  4. $ cp wp-config-sample.php wp-config.php
  5. $ cd wp-content/themes/template/src
  6. $ npm run build
  7. $ cd ../../../../..
  8. $ docker-compose up