Giter Site home page Giter Site logo

mrwolfe_buildout's Introduction

Mr.Wolfe buildout
=================

If you've never used buildout before, either go to
http://www.buildout.org/ for an introduction, start experimenting
without reading at your own peril, or just throw this stuff away and
install Mr.Wolfe any way you want.

This buildout config should enable you to get Mr.Wolfe up and running
quite easily, provided you know how to use buildout in the first
place. The buildout process creates an empty django app, called
'mrwolfe-deploy', that is used for settings. This enables you to
override the settings in the source. Creating your own settings is
easy: copy the file settings-skel.py.in to, say
'settings-my.py.in'. Override any settings you want. Copy
buildout-skel.cfg to your own buildout config, and change the setting
of 'djangosettings.input' accordingly:

  [djangosettings]
  input = settings-my.py.in

You'll also need to determine what database you want to use, and add
the egg to the dependencies.
Now run buildout, and there you go.  From there on, behavior is like
any Django app, where the generated script './bin/django' is the same
as the general 'manage.py'.
You may want to include other buildout stuff in your config file, like cron.cfg
and logrotate.cfg, to take care of stuff you'll want to be taken care of in a
production environment.

mrwolfe_buildout's People

Watchers

James Cloos avatar Duco Dokter avatar  avatar

Forkers

walkergitonga

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.