Skip to content

viktordw/wp-sqlite-installer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portable wordpress playground

With sqlite instead of mysql server and using php local server, without needing apache or other separate web server.

Install Naked Wordpress with SQLite database configured

./install.sh

Run

./run.sh

Runs a local php server and prints out the address with port. Default is 8011

Set up wordpress installation, plugins, theme, settings, options CLI

With installing and using wpcli:

./configure-wp.sh

Installs wordpress with default port and creates and admin user (with password: admin)

Clean up

./cleanup.sh

Basically reerts everything (deletes wp, db, and leave the core scripts).

References

SQLite integration (db.sql) is from https://github.com/aaemnnosttv/wp-sqlite-db
Portable Wordpress with SQLite instead of MySQL https://dev.to/mfyz/portable-wordpress-with-sqlite-instead-of-mysql-4lj1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.9%
  • Shell 1.1%