diefenbach / django-lfs (http://getlfs.com/)
A lightning fast shop for Django.
$ hg clone http://bitbucket.org/diefenbach/django-lfs/
summary How to install LFS on Linux or Unix
Disclaimer
This document is for Unix and Linux operating systems. For other operating systems please search for your OS in the current wiki pages. If there is not yet one for your OS we would love you to write one.
This product is pre-alpha and under heavy development and there will be essential changes in the next couple of weeks.
That said it would be great if you would install and test LFS. Any feedback is highly appreciated. Don't hesitate to contact us via <a href=="http://www.getlfs.com/contact">our contact form</a> if you run into troubles installing LFS.
Installation via buildout
Optionally, create a virtual python environment:
- $ virtualenv --no-site-packages lfs_python
- $ source lfs_python/bin/activate
The following steps will install a complete LFS with all bells and whistles:
- $ hg clone http://bitbucket.org/diefenbach/lfs-buildout-quickstart/
- $ cd lfs-buildout-quickstart
- $ python bootstrap.py
- $ bin/buildout -v
- $ bin/django runserver
- open http://localhost:8000 within your browser
- open http://localhost:8000/manage within your browser
Optionally, run the unittests:
- $ bin/django test core
This revision is from 2009-10-18 07:26
