Show More
@@ -23,8 +23,8 b' Prerequisites' | |||
|
23 | 23 | |
|
24 | 24 | .. code-block:: bash |
|
25 | 25 | |
|
26 |
$ sudo sh -c 'echo "deb http://opensource.wandisco.com/ubuntu `lsb_release -cs` svn1 |
|
|
27 | $ sudo wget -q http://opensource.wandisco.com/wandisco-debian.gpg -O- | sudo apt-key add - | |
|
26 | $ sudo sh -c 'echo "deb http://opensource.wandisco.com/ubuntu `lsb_release -cs` svn110" >> /etc/apt/sources.list.d/subversion110.list' | |
|
27 | $ sudo wget -q http://opensource.wandisco.com/wandisco-debian-new.gpg -O- | sudo apt-key add - | |
|
28 | 28 | $ sudo apt-get update |
|
29 | 29 | |
|
30 | 30 | Here is an example how to add the Wandisco repositories for Centos/Redhat. Using |
@@ -46,7 +46,7 b' Example installation of required compone' | |||
|
46 | 46 | .. code-block:: bash |
|
47 | 47 | |
|
48 | 48 | $ sudo apt-get install apache2 |
|
49 |
$ sudo apt-get install libapache2- |
|
|
49 | $ sudo apt-get install libapache2-svn | |
|
50 | 50 | |
|
51 | 51 | Once installed you need to enable ``dav_svn`` on Ubuntu: |
|
52 | 52 |
General Comments 0
You need to be logged in to leave comments.
Login now