Skip to content

Blog module with React as FE, Wordpress as CMS + REST API

Notifications You must be signed in to change notification settings

LucisCity/lc-blog-cms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lucis Blog

Development

cd docker
cp .env.tenplate .env

# Then set your .env content
vim .env

# prepare db
./modify-db-with-env.sh

# change frontity/.env and frontity.setting.js
vim ...
vim ...

# Apply .env
source .env

# Bring stack up
docker-compose down
docker-compose up --build

db config

WP will notice a wrong message "db connection error" if you don't set the wp_options.site_url and home_url Plz connect mysql client and modify it manually (at this time)

Deployment

Same as development

About

Blog module with React as FE, Wordpress as CMS + REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 71.5%
  • JavaScript 17.7%
  • CSS 10.1%
  • SCSS 0.6%
  • HTML 0.1%
  • XSLT 0.0%