PyLucid-boot

PyLucid-boot are some scripts for creating a PyLucid virtual environment


License
Other
Install
pip install PyLucid-boot==0.1.0.20101005.1559

Documentation

description

We merged PyLucid-boot into origin master: github.com/jedie/PyLucid

PyLucid is a Open Source web content management system written in Python using the Django Framework.

This boot files are for easy create a pylucid virtual environment.

usage

to create a PyLucid virtual environment you need only one file, e.g:

~$ wget https://raw.github.com/jedie/PyLucid/master/bootstrap/pylucid-boot.py
~$ python pylucid-boot.py ~/PyLucid_env

You get this menu:

Please select how the pylucid own projects should be checkout:
(1) Python packages from PyPi (no SVN or git needed, not supported, yet!)
(2) source via SVN only (checkout git repository via github svn gateway)
(3) source via git and clone with readonly **preferred**
(4) clone with git push access (Only for PyLucid collaborators)
(5) abort

links