https://github.com/jonathanlight/exagonal_blog
exagonal_blog
https://github.com/jonathanlight/exagonal_blog
Last synced: 12 months ago
JSON representation
exagonal_blog
- Host: GitHub
- URL: https://github.com/jonathanlight/exagonal_blog
- Owner: Jonathanlight
- License: apache-2.0
- Created: 2025-03-24T16:29:44.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-03-25T00:54:23.000Z (over 1 year ago)
- Last Synced: 2025-04-05T13:17:42.449Z (about 1 year ago)
- Language: PHP
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# exagonal_blog
### Requirements
---
- PHP 8.3
- Symfony 7.2
- Apache 2.4
- MySQL 5.7
- Composer 2
### Usage
---
### Installation
---
```
git clone git@github.com:Jonathanlight/exagonal_blog.git
$ cd exagonal_blog
# or start docker containers
$ make docker-run
# install dependencies
$ make docker-exec apache bash
$ composer install
# create migrations
$ make docker-exec apache bin/console doctrine:migrations:migrate
# load fixtures
$ make docker-exec apache bin/console doctrine:fixtures:load
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