On Thursday, May 12, 2016 at 9:31:58 AM UTC-7, [email protected] wrote: > > Hello, > > Is it possible to remotely create a project with trac? > > So I have a trac server and I want to be able to create a project without > having to login to run trac-initproject, maybe through some REST API... > > Thank you, > > Kind regards, > Francisco Ribeiro >
You could try: https://trac-hacks.org/wiki/TracShellScript However, I think you'd probably be better off just running the commands over ssh or some other protocol that gives you command line access. I haven't seen a web-protocol implementation that allows creating an environment. - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
