Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)