bobf is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

bobf / phgallery

A pretty basic photo gallery webapp

Clone this repository (size: 73.3 KB): HTTPS / SSH
hg clone https://bitbucket.org/bobf/phgallery
hg clone ssh://hg@bitbucket.org/bobf/phgallery

phgallery overview

Recent commits See more »

Author Revision Comments Message Labels Date
bobf 98dea3b48fca initial commit, looks like this was never under vcs
This file is for you to describe the phgallery application. Typically
you would include information such as the information below:

Installation and Setup
======================

Install ``phgallery`` using easy_install::

    easy_install phgallery

Make a config file as follows::

    paster make-config phgallery config.ini

Tweak the config file as appropriate and then setup the application::

    paster setup-app config.ini

Then you are ready to go.