Marc Rechté
unread,Oct 22, 2012, 5:07:09 AM10/22/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to djang...@googlegroups.com
Hello,
Just a small comment on my first exposure to LFS.
The documentation currently gives an install procedure that upset me to the point I was about to abandon its installation. That would have been a mistake !
I am sure that for setup with no previous Django exposure, the current procedure is fine.
On the other hand when one has already the Django framework installed and a little experience with it (at least the tutorial), the current procedure is very confusing.
It does not show the Django integration and add more complexity (what are gunicorn, buildout, and are they useful for testing and discovering LFS ?)
Why not provide some guidelines that would more or less follow:
1) explain the Python dependencies required and how to install them
2) copy the source code to a local directories
3) provide the urls.py, settings.py, manage.py as models
4) then follow the classic manage.py syncdb, lfs_init, runserver (with a bit of explanation for lfs_init)
Actually I ended up in doing this but it took me some digging into the lfs_installer and source code.
If somebody wishes to deploy LFS on a production site he/she will eventually be faced with this type of installation.
I think this would help LFS to become more popular.
Anyway congratulation to the dev team for the promising work.
Thanks for reading