Author: batiste.bieler
Date: Tue Feb 3 02:05:03 2009
New Revision: 326
Modified:
wiki/InstallDjangoPageCMS.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/InstallDjangoPageCMS.wiki
==============================================================================
--- wiki/InstallDjangoPageCMS.wiki (original)
+++ wiki/InstallDjangoPageCMS.wiki Tue Feb 3 02:05:03 2009
@@ -3,9 +3,20 @@
=Install in legacy project=
+==Install by using easy_install==
+
+On debian linux you can do:
+
+{{{
+sudo easy_install django-mptt
+sudo easy_install tagging
+sudo easy_install html5lib
+sudo easy_install django-page-cms
+}}}
+
==Install by using subversion externals==
-You can use the released version of the Django page CMS by using
subversion externals
+You can also use the released version of the Django page CMS by using
subversion externals
{{{
$ svn pe svn:externals .
@@ -20,6 +31,8 @@
pages
http://django-page-cms.googlecode.com/svn/trunk/pages
}}}
+==Urls and settings==
+
Tagging is optional. If you don't want it please don't set PAGE_TAGGING
setting into your settings. After that simply add wanted apps to your
installed apps :
{{{
@@ -35,8 +48,6 @@
...
)
}}}
-
-==Urls and settings==
Please take a look in the urls.py of the default project and copy desired
urls in your settings. Basically you need to have something like this:
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---