bbangert / Minger

Minger is a small crappy blog app that uses MongoDB. Not safe for public consumption.

Clone this repository (size: 86.1 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/bbangert/minger/
View at rev
Minger /
filename size last modified message
docs  
minger  
scripts  
.hgignore 126 B 8 months ago Initial directory tree
MANIFEST.in 113 B 8 months ago Initial directory tree
README 786 B 8 months ago Add basic readme
development.ini 1.4 KB 8 months ago Adding more xmlrpc methods
ez_setup.py 9.5 KB 8 months ago Initial directory tree
setup.cfg 549 B 8 months ago Initial directory tree
setup.py 1.1 KB 8 months ago Adding more xmlrpc methods
test.ini 505 B 8 months ago Initial directory tree

README

Minger
======

A small light-weight blog engine that runs on MongoDB.

Installing
----------

# Get the source, run "python setup.py develop" in the minger project
    Note: You will need the latest development version of WebHelpers
# Install MongoDB
# Create a user for the db you wish to use in the mongo shell, ie:
    > use mingerdb
    > db.addUser('USERNAME', 'PASSWORD')
# Set the db name, username, and password in the INI file being used
  (development.ini, etc.)
# Run the setup command to initialize the db with the basic settings, which
  you will be prompted to enter::
  
    bash% paster setup-app INIFILE
# You are now ready to insert documents, or dump a Typo based blog using the
  scripts/dump_typo script, or creating your own based off it to migrate your
  content