pinax / pinax

a Django-based platform for rapidly developing websites

jtauber (author)
Tue Jun 23 22:38:09 -0700 2009
commit  3b0b795655a130236bde209355e76f001f58fe16
tree    c9f5b7ac30dd31bc282285fe1815b9b85490d264
parent  a1b6d301348981aafda5d514f7bccf839941fd5c parent  3568c30672107e43f168126ecfb22b54ef7906a9
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
file downloader.py
file pinax-boot.py
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/.