Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piotrpress/wordpress-sandbox
This library is WordPress Docker setup which uses SQLite database and PHP built-in web server.
https://github.com/piotrpress/wordpress-sandbox
docker docker-compose php php-server php-web-server sandbox sqlite sqlite3 web-server wordpress wordpress-sandbox wp
Last synced: about 1 month ago
JSON representation
This library is WordPress Docker setup which uses SQLite database and PHP built-in web server.
- Host: GitHub
- URL: https://github.com/piotrpress/wordpress-sandbox
- Owner: PiotrPress
- License: mit
- Created: 2023-01-08T23:41:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T09:57:31.000Z (over 1 year ago)
- Last Synced: 2024-12-20T13:02:42.567Z (about 2 months ago)
- Topics: docker, docker-compose, php, php-server, php-web-server, sandbox, sqlite, sqlite3, web-server, wordpress, wordpress-sandbox, wp
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# WordPress Sandbox
This library is WordPress [Docker](https://www.docker.com/) setup which uses [SQLite](https://www.sqlite.org/) database and [PHP built-in web server](https://www.php.net/manual/en/features.commandline.webserver.php).
## Usage
### Build
```shell
$ docker compose build --pull --no-cache
```### Run
```shell
$ docker compose up -d
```### View
```shell
http://localhost
```### Shell
```shell
$ docker compose exec wordpress-sandbox /bin/sh
```### Close
```shell
$ docker compose down --remove-orphans
```## License
[MIT](license.txt)