SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 102 | Next

David J Murphy

"Managing Software Development with Trac and Subversion"


Ubuntu and Debian
Things are much easier under Ubuntu and Debian. To install Subversion simply use
the following instructions.
Client
To install Subversion on your client, use the following command from the console:
$ sudo apt-get install subversion
Answer yes when are asked to confirm the action, and that is it!
Appendix A
[ 87 ]
Server
Installing the server components under Linux is significantly easier than on
Microsoft Windows. Use the following command from the console:
$ sudo apt-get install subversion libapache2-svn
Again answer yes when prompted. This will automatically install Subversion,
Apache, and the Apache Subversion module for us all in one go.
Installing Apache
This appendix covers detailed, step-by-step instructions for installing the Apache
web server on your system, and covers Microsoft Windows and Linux. Apache is
needed only on the Server side, not on the Client.
Specific configuration of Apache for the solution described in this book is covered
in Chapter 3.
Microsoft Windows
For Server installations on Microsoft Windows, Apache should be installed
before installing Subversion. Doing so means that the Subversion installs
will detect the presence of Apache and will automatically configure itself
accordingly.


Pages:
90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114