[Trac] Re: traclegosscript - how to start ?

2009-05-21 Thread Jeff Hammel

Hard to debug remotely.  This *should* have worked (assuming the perl is doing 
what I think its doing).  Maybe edit the template and ensure it is being loaded 
properly?

Jeff

On Thu, May 21, 2009 at 06:42:36AM -0700, rupert thurner wrote:
 
 i tried to install traclegos by:
 
 cd /tmp
 easy_install http://trac-hacks.org/svn/traclegosscript/anyrelease/
 svn co http://trac-hacks.org/svn/traclegosscript/anyrelease/
 cd anyrelease/example/oss
 python setup.py install
 cd ../..
 perl -p -i -e s/0.0.0.0/159.1.13.70/ development.ini
 paster serve development.ini
 
 and, it listens at port 8081, and, dispays the heading Available
 Projects, but no create .. link is there.
 
 what is missing above?
 
 
  

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: traclegosscript - how to start ?

2009-05-21 Thread Ethan Jucovy
FWIW I just followed (almost) Rupert's steps and it worked fine for me, the
create project link shows up as advertised.

My only deviation from Rupert's was to install it all into a virtualenv
under /tmp, and I left the [server:main] host as 0.0.0.0 --

{{{
 cd /tmp
virtualenv.py traclegos
cd traclegos; source ./bin/activate
 easy_install http://trac-hacks.org/svn/traclegosscript/anyrelease/
 svn co http://trac-hacks.org/svn/traclegosscript/anyrelease/
 cd anyrelease/example/oss
 python setup.py install
 cd ../..
 paster serve development.ini
}}}

Ethan

On Thu, May 21, 2009 at 9:54 AM, Jeff Hammel jham...@openplans.org wrote:


 Hard to debug remotely.  This *should* have worked (assuming the perl is
 doing what I think its doing).  Maybe edit the template and ensure it is
 being loaded properly?

 Jeff

 On Thu, May 21, 2009 at 06:42:36AM -0700, rupert thurner wrote:
 
  i tried to install traclegos by:
 
  cd /tmp
  easy_install http://trac-hacks.org/svn/traclegosscript/anyrelease/
  svn co http://trac-hacks.org/svn/traclegosscript/anyrelease/
  cd anyrelease/example/oss
  python setup.py install
  cd ../..
  perl -p -i -e s/0.0.0.0/159.1.13.70/ development.ini
  paster serve development.ini
 
  and, it listens at port 8081, and, dispays the heading Available
  Projects, but no create .. link is there.
 
  what is missing above?
 
 
  

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---