Skip to content

Develop Wordpress sites on a local computer without installing a database server. Use SQLite.

License

Notifications You must be signed in to change notification settings

lebedevweb/wordpress_sqlite

Repository files navigation

How to use Wordpress SQLite!

What is available.

WordPress 6.6.1, SQLite Database Integration

What will be required for comfortable work.

Recommend PHP 7.4 or greater, sqlite3, SQLiteStudio

Preparation for use.

1. Installing php:

sudo apt update && sudo apt install sqlite3 imagic php php-cgi php-cli php-sqlite3

2. Cloning the project:

git clone https://github.com/lebedevweb/wordpress_sqlite.git

3. Go to the project folder:

cd wordpress_sqlite

4. Starting the development server:

php -S localhost:8090

5. Open in the browser:

http://localhost:8090

6. Admin panel:

http://localhost:8090/wp-admin/

Important If you skip the slash at the end of the path, there may be a path error later.

7. Login details:

Login: admin Password:admin

8. Plugins:

Not all are active by default. Activate it if necessary.


Update on August 11, 2024

Updated:

  1. Wordpress to v6.6.1
  2. Twenty Twenty-Four to v1.2.
  3. SQLite Database Integration to v2.1.13
  4. Translations.

Added:

  1. Initial content data for categories, posts and pages. You can delete the initial content data and use the plugin "FakerPress" to generate content
  2. Plugin "Activity Log" v2.11.0
  3. Plugin "Cyr-To-Lat" v6.1.0
  4. Plugin "FakerPress" v0.6.6
  5. Plugin "Maintenance" v4.12
  6. Plugin "reGenerate Thumbnails Advanced" v2.5.0
  7. Plugin "WebP Express" v0.25.9
  8. Plugin "WordPress Importer" v0.8.2
  9. Plugin "XML Sitemap Generator for Google" v4.1.21
  10. Plugin "RSS for Yandex Turbo" v1.32

Deleted:

  1. All default themes have been deleted, except for the Twenty-Four.

Update on February 1, 2024

Updated:

  1. Wordpress to version 6.4.3
  2. Integration with SQLite database version 2.1.6
  3. Twenty Twenty-One. Updated to v2.1.
  4. Twenty Twenty Three. Updated to v1.3.
  5. Twenty Twenty Two. Updated to v1.6.
  6. Updated Translations.

About

Develop Wordpress sites on a local computer without installing a database server. Use SQLite.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published