Skip to content

svandragt/txpshed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TXP Docker

A TextPattern Docker setup.

Setup

  • Install the latest version of TextPattern in the src/ directory so that src/css.php exists.
  • Add your own database credentials to a .env file:
MYSQL_USER=app
MYSQL_PASSWORD=app-password
MYSQL_DATABASE=app

# Not required for install
MYSQL_ROOT_PASSWORD=root-password