https://github.com/jonathanlight/bedrock_wordpress
bedrock_wordpress
https://github.com/jonathanlight/bedrock_wordpress
Last synced: about 1 year ago
JSON representation
bedrock_wordpress
- Host: GitHub
- URL: https://github.com/jonathanlight/bedrock_wordpress
- Owner: Jonathanlight
- Created: 2025-03-26T15:40:21.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-03-26T16:25:41.000Z (about 1 year ago)
- Last Synced: 2025-03-26T17:33:39.821Z (about 1 year ago)
- Language: PHP
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bedrock_wordpress
### Requirements
---
- PHP 8.3
- Wordpress
- Apache 2.4
- MySQL 5.7
- Composer 2
### Usage
---
### Installation
---
```
git clone git@github.com:Jonathanlight/bedrock_wordpress.git
$ cd bedrock_wordpress
$ https://roots.io/bedrock/docs/installation/
$ composer create-project roots/bedrock your-project-folder-name
# or start docker containers
$ make docker-run
# install dependencies
$ make docker-exec apache bash
$ composer install
server running on http://localhost:8000
```
### Installation SSl
---
```
cd docker/etc/apache/ssl/
openssl req -x509 -out server.crt -keyout server.key \
-newkey rsa:2048 -nodes -sha256 \
-subj '/CN=localhost' -extensions EXT -config <( \
printf "[dn]\nCN=localhost\n[req]\ndistinguished_name = dn\n[EXT]\nsubjectAltName=DNS:localhost\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth")
```
### Configuration
---
### Pipeline
---
```yaml
make phpstan
make php-cs-fixer
```
### Authors
---
- Jonathan