Tecnico

Páginas: 4 (810 palabras) Publicado: 3 de septiembre de 2012
How to set up a SVN server
Binh Pham
Email: binhpham@cs.rutgers.edu

February 17, 2011

1

Binh Q. Pham

SVN server setup

Contents
1 Introduction 2 Setup situation 3 Apache server setup 3.1 Download and install apache without root permission . . . . . . . . . . . . . . . . . . . . . . 3.2 Configure Apache server . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . 3.3 Test your Apache server . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 SVN server set up 4.1 Download and install svn server without root permission . . .. . . . . . . . . . . . . . . . . . 4.2 Configure SVN to work with Apache server . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4.3 Test your SVN server . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . . . . 5 Conclusion 3 3 3 3 3 3 4 4 4 5 5

Page 2 of 5

Binh Q. Pham

SVN server setup

1

Introduction

This document is used to guide you setup a svnserver on your system without any root permission. I decided to write this documentation because I had to use several different sources on the Internet to get my system work. Therefore, I think it wouldbe useful if I can summarize these steps in only one document for other users that want to do the samething as I did.

2

Setup situation
• I am having access to a networked machine with a knowndomain host name. Assuming that I have a username ’penguin’ on machine ice.rutgers.edu. • I am going to setup SVN to work with apache server

3
3.1

Apache server set up
Download and installapache without root permission
• $ lynx http://httpd.apache.org/download.cgi (Get apache source from [5], e.g. httpd-2.2.17.tar.bz2) • $ gzip -d httpd-NN.tar.gz • $ tar xvf httpd-NN.tar • $ cd httpd-NN• $ ./configure --enable-mods-shared=most --with-included-apr --prefix=/home/penguin/apache/ • $ make • $ make install

3.2

Configure Apache server

• $ cd /home/apache/conf/ • $ Open file...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Tecnica
  • Tecnico
  • Tecnicas
  • Tecnicas
  • Tecnico
  • Tecnicas
  • Tecnico
  • Tecnico

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS