thepost / the-post
A simple Blog
v1.0.0
2015-06-05 10:16 UTC
Requires
- ezyang/htmlpurifier: 4.6.0
- mustangostang/spyc: 0.5.1
- twig/twig: 1.9.0
This package is not auto-updated.
Last update: 2026-04-26 02:07:07 UTC
README
A simple Blog w/ MVC pattern, Twig
Minimum Requirements
- PHP 5.5.25
- Apache 2
- MySQL 5
- Composer 1.0.0
Installation
- Install the php dependencies with composer install
- Create database and ensure that the database user has full control over the database
- Gather the authentication information
- Download the Release v1.0.0 from GitHub
- Extract the release-v1.zip to your webhost root
- Ensure that the folder "res" has at least a 775 file system permission
- If something fails, just delete the content of the config.json
- Open http://yourdomain.ch/install/ and follow the instructions
Created by @Speedwhy and @manuelmeister