Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.
coyote240 edited this page Nov 24, 2012 · 4 revisions

Welcome to the bivouac wiki!

Getting Started

When getting started with the bivouac framework, the first thing you're going to want to do is choose your web server. bivouac is actively developed on the Apache httpd, but may run on IIS and theoretically NGINX. Once you've decided which web server to use, follow one of the setup guides below.

Application Entry Point

Once you've configured your web server, you'll need to setup a module as a WSGI entry point.

Controllers

Views

Models

Users & Sessions

bivouac provides authentication and sessions against a MongoDB database.

Clone this wiki locally