KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Vogon
★ 16
Open GitHub ↗
A MongoDB PHP based blog
Download README (.md)
Explore Similar Repositories
jquery.fancyzoom
:
jQuery version of Cabel's FancyZoom
lib_mysqludf_mongodb
:
MySQL UDF for inserting data into MongoDB
cuesport
:
simple Erlang pool of workers
zf2-facebook-module
:
Zend Framework 2 module adding integration with Facebook php-sdk
php-ext-couchbase
:
A PHP extension wrapping libcouchbase (work in progress)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Vogon
?
Download (.md)
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