Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

radekstepan/PumpedBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PumpedBlog (January 2010)

A blog that never gets tired

image

A lite blog web app in Fari MVC with public content caching, searches, RSS feeds, sitemap and easy theming. Currently sports a Wordpress theme Hemingway Reloaded.

Getting started

Make sure /tmp is writable and that /db/database.db exists and is writable too. Database access is configured to use pdo_sqlite by default, you can check its existence like so:

<?php
phpinfo();
?>

Visit 127.0.0.1/pumped/blog/login to authenticate usign admin:admin as a username and password.

Troubleshooting

On PHP 5.4+ you will get "call-time pass-by-reference" error.

Fari Framework automatically understands that you are in development mode, if you call the app from 127.0.0.1. Do so to see a stacktrace of where an error has happened instead of seeing a placeholder error message.

About

A blog that never gets tired

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published