I'm setting up a demo for a client.
I created a "Beginner" account for them. What they want is a customized TRAC system, Possibly integrated with Django, or maybe a fully custom Django app. I dunno yet, part of the reason for this demo is figure out the "best" solution.
So, I created a virtual environment "django16" - I think Django will be needed for something!
And I'm working through these two documents to generate my setup procedure - I would post it but Trac Wiki markup looks like hell in Markdown, and I'm too lazy to translate.
-
http://trac.edgewall.org/wiki/TracInstall#MandatoryDependencies
-
http://trac.edgewall.org/wiki/TracInstallPlatforms
Although I don't actually know what O/S Python Anywhere uses, so I'm trying to stick with the generic procedure.
I can see trouble looming when I want to setup a Subversion Server. That is, I don't know if PA will let me - or if there is a pre-configured one I can use? Or if GIT will work??
Right now, I'm stuck on authentication. The TRAC install guide use of htpasswd is based on the assumption you can access the Apache config files for the server. And I think I read someplace PA isn't using Apache anyway.....
What to do? Have to have some security, even if hard-coded in my wsgi file.