Thread SVN::WEB Beispiel / Starthilfe (6 answers)
Opened by Gast at 2008-02-20 14:21

renee
 2008-02-20 14:31
#106139 #106139
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
perldoc SVN::Web
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
Create a directory for SVN::Web's configuration files, templates, stylesheets, and other data. 
mkdir svnweb
Run svnweb-install in this directory to configure the environment.
cd svnweb
svnweb-install
Edit the file config.yaml that's been created, and add the following two lines:
repos:
test: 'file:///path/to/repo'
file:///path/to/repo should be the URL for an existing Subversion repository.

Either configure your web server (see "WEB SERVERS") to use SVN::Web, or run svnweb-server to start a simple web server for testing.
svnweb-server
Note: svnweb-server requires HTTP::Server::Simple to run, which is not a requirement of SVN::Web. You may have to install HTTP::Server::Simple first.


Die ersten 4 Schritte schon gemacht? Ich kenne das Modul zwar nicht, aber ich nehme an, dass Du bei svnweb-install schon nach Zugangsdaten gefragt wirst...

Großartig programmieren muss man scheinbar nicht.
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread SVN::WEB Beispiel / Starthilfe