create the virtual environment by foot
Low level way to create a
PyLucid
virtual environment.
You can also use the package management:
To clone the git repositories, you need a GitHub account with SSH keys.
Without key auth, you can use read-only clone url:
Or you can use
SVN access:
For easy call django management commands do this:
You can check if management works with:
(You should get the django version number at the output end)
For easy handling of media files, symlink django admin media into
PyLucid media dir:
(You have to add the absolute path to /PyLucid_env/src/pylucid/pylucid_project/media/django into MEDIA_ROOT in your local_settings.py)
You must create a own local_settings.py and add at least you database settings.
e.g.:
A example can you found here: local_settings.py example