#2176: reorganize and clarify the dependencies of turbogears2, tg.devtools and
quickstarted projects
--------------------------+-------------------------------------------------
Reporter: jorge.vargas | Owner: jorge.vargas
Type: task | Status: new
Priority: highest | Milestone: 2.0b6
Component: TurboGears | Version: trunk
Severity: normal | Resolution:
Keywords: |
--------------------------+-------------------------------------------------
Comment (by jorge.vargas):
Please use the folliwing to test the patch
{{{
virtualenv tgtrunk
cd tgtrunk
source tgtrunk/bin/activate
svn co http://svn.turbogears.org/trunk tg
svn co http://svn.turbogears.org/trunk tg.devtools
cd tg
wget
http://trac.turbogears.org/attachment/ticket/2176/tg2-dependencies.patch
patch -p0 < tg2-dependencies.patch
python setup.py develop
cd ../tg.devtools
wget http://trac.turbogears.org/attachment/ticket/2176/devtools-
dependencies.patch
patch -p0 < devtools-dependencies.patch
python setup.py develop
paster quickstart tgtest1
#say yes to auth
paster quickstart tgtest2
#say no to auth
}}}
--
Ticket URL: <http://trac.turbogears.org/ticket/2176#comment:10>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---