thepost/the-post

A simple Blog

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 0

Open Issues: 0

Language:JavaScript

v1.0.0 2015-06-05 10:16 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:01:18 UTC


README

A simple Blog w/ MVC pattern, Twig

Minimum Requirements

  • PHP 5.5.25
  • Apache 2
  • MySQL 5
  • Composer 1.0.0

Installation

  1. Install the php dependencies with composer install
  2. Create database and ensure that the database user has full control over the database
  • Gather the authentication information
  1. Download the Release v1.0.0 from GitHub
  2. 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
  1. Open http://yourdomain.ch/install/ and follow the instructions

Created by @Speedwhy and @manuelmeister