All Projects → spf13 → Vogon

spf13 / Vogon

Licence: other
A MongoDB PHP based blog

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
Classic ASP
548 projects

Vogon is a very simple blogging platform built with PHP, MongoDB and the Slim Framework.

It is intended to be simple, and fast.

Status

Currently very much in an alpha state.

The basic functionality works well at this point.

You can create users and posts, view posts and view posts by tag.

It's configured to connect to mongodb on localhost (can be configured in lib/db.php).

login is admin : password (configured in the lib/auth.php file).

users are not yet used for log in in but rather as authors for the posts.

Installation

  1. Point the web root at public.
  2. Make sure the webserver can write to the tmp directory.
  3. Edit templates as desired in app/templates/
  4. Change password (and username) in lib/auth.php
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].