Welcome
Installation
With Docker
- Clone the git repoisitory
- In the root directory of the repository, run
docker-compose up - Access the site from
http://localhost:8080and go through the site setup there
Without docker
- Install NGINX, PHP7-FPM, and MySQL
- Clone the git repo within your root www directory
- Replace the default NGINX site config
defaultwith the filedefault.nginxfound within the repo - Restart NGINX
- Create a MySQL user and database for this site
- Visit the site at
http://localhostand follow the site setup there
Credits and documentation
All software used through composer belong to their respective owners.
For documentation on what this project uses most directly visit these links:
Slim Framework - The backbone for this project's code
HTML to Markdown - Used to make it easier for creating and editing pages/posts
CommonMark - Turns these edited pages into HTML