Nachdem wir beim vorigen Mal Trac installiert haben, geht es nun darum, Trac in den IIS zu installieren.
Links:
Weitere info
Inhalt der isapi_redirect.properties
extension_uri=/ajp/isapi_redirect.dll
log_file=C:\trac\connector\isapi_redirect.log
log_level=info
worker_file=C:\trac\connector\workers.properties
worker_mount_file=C:\trac\connector\uriworkermap.properties
Inhalt der workers.properties
worker.list=trac
worker.trac.type=ajp13
worker.trac.host=localhost
worker.trac.port=8009
worker.trac.socket_keepalive=0
Inhalt der uriworkermap.properties
/trac/*=trac
Aufruf des Trac-Dämons für die IIS Integration
tracd -p 8009 -e c:\trac\projects --basic-auth "*",c:\Repositories\htpasswd, –unquote --protocol ajp --base-path trac/
Im zweiten Teil der Serie beginne ich mit der Einrichtung von Trac als Issue Tracking und Projekt Management Tool.
Links:
Weitere Information
Trac mit Authentifizierung
tracd -p 8000 -e c:\trac\projects --basic-auth "*",c:\Repositories\htpasswd,
(Achtung, das letzte Komma wird benötigt)
Vorschau
Die nächsten beiden Folgen behandeln die folgenden Themen:
- Integration von Trac in den IIS inkl. SSL Verschlüsselung
- Einrichten von Trac als Service
- Bessere integration von Trac & Subversion mit post-commit-hooks und dem TracExplorer
Parallel zur Persistenz-Testen-Reihe starte ich hiermit eine zweite Screencast Serie, in der es darum geht, einen Entwicklungsserver einzurichten. Zur Zielgruppe gehören individuelle Entwickler und kleine Teams.
Im ersten Teil installieren wir das Versionskontrollsystem Subversion. Viel Spaß!
Sorry folks, this one is German only!
Ich habe mal meine ersten Schritte in Sachen Screencasts gewagt und präsentiere hiermit meine erste Folge :-)
Die Serie behandelt das Testen der Anwendungspersistenz, d.h. OR-Mappings, Queries usw. am Beispiel von NHibernate. Dieser erste Teil dient als Einleitung und gleichzeitig als Test um sicherzustellen, dass technisch alles korrekt funktioniert. Viel Spaß beim Anschauen. Feedback ist natürlich willkommen!
P.S.: das gelegentliche Zwitschern im Hintergrund sind keine Kompressionsartefakte sondern zwei Wellensittiche…
Just a reminder for myself or for anyone who’s interested, here are some useful tips and tricks to use in and with Windows Explorer that not probably everybody knows about.
Keyboard shortcuts
- Move back in history: ALT-LEFT
- Move forward in history: ALT-RIGHT
- Move one folder up: ALT-UP (seems to work on Vista only)
- Expand current folder: NUMPAD + or RIGHT
- Collapse current folder: NUMPAD – or LEFT
- Recursively expand all subfolders of the current folder (yeah, don’t try that on C:\): NUMPAD *
- Recursively collapse all subfolders of the current folder (a bit tricky): first NUMPAD – or LEFT, then F5
- Goto address bar: ALT-D (US systems), ALT-E (German systems – Windows Help says it’s ALT-S, but it won’t work on Vista, at least for me)
- Toggle fullscreen: F11
- Auto-completion in address bar: TAB (you can navigate fairly quickly by using ALT-D, TAB and BACKSLASH)
Other stuff
- Fire up Explorer rooted at a specific path: explorer /root,directory where directory is the desired root directory, e.g. on my system explorer /root,e:\Tools yields
- By the way, this makes for a useful external tool in VisualStudio:
- Open Explorer with a specific directory or file selected: explorer /select,Item – e.g. explorer /select,e:\Tools
- Starting Explorer in a specific directory: explorer directory
- Not directly related to the Explorer but a pretty cool tool nonetheless is VisualSubst. It lets you mount any directory as a new drive, just like the good old subst.exe but with a nice UI:
If you have more tips and tricks related to the Windows Explorer, feel free to share them, I’ll add them here.
References: