justinlilly / pinax forked from pinax/pinax

a Django-based platform for rapidly developing websites

pinax / scripts
name age message
..
file README Thu Apr 23 02:27:06 -0700 2009 Updated a bit the scripts README [Jannis Leidel]
file _installer.py Loading commit data...
file create-venv-script.py Wed Jul 29 09:16:30 -0700 2009 changed some references to wrong release name [jtauber]
file downloader.py Wed Jul 29 09:16:30 -0700 2009 changed some references to wrong release name [jtauber]
file pinax-boot.py Wed Sep 02 16:56:37 -0700 2009 Improved the activate message after completing ... [Brian Rosner]
directory support-files/ Mon Apr 06 02:53:18 -0700 2009 Added setuptools eggs for easier bootstraping w... [Jannis Leidel]
scripts/README
This is a directory for a bunch of script for release and development
bootstrapping.

create-venv-script.py
  Creates a virtualenv bootstrap script pinax-boot.py with the content of
  _installer.py. Add installers/<version>.py to create version specific
  bootstrap scripts pinax-boot-<version>.py

_installer.py
  Contains the installation mechanism for boostrapping the development version.

pinax-boot.py
  Is a full virtualenv.py and includes _installer.py, will install release
  version, full release versions and developer versions.

downloader.py
  Parses the requirements in requirements/external_apps.txt and downloads the
  source distribution of the packages mentioned, if possible. Will return a
  list of other distributions that are only available as source code and
  should be packaged up manually and moved to download/.