In part three of Roll your own Subversion server, we will download and install Warehouse on our server. We will also initialize the app by creating the necessary MySQL databases and users and we will configure the Thin/Nginx servers to begin serving the app. At the end of this guide all the groundwork will be done and we will then move to configure svnserve and Warehouse to our liking.
Archive for September, 2009
Roll your own Subversion server, SVN Setup
In part two of Roll your own Subversion Server, we will setup our Subversion repository and enable the svnserve daemon to begin interacting with our code. This will be the home of all your repositories to treat it well!
Roll your own Subversion server, Server Setup
In part one of Roll your own Subversion Server, we will deploy a Cloud VPS from scratch with the necessary components to power Subversion and Warehouse. We will install the web stack to power Warehouse which consists of Ruby on Rails, a Thin web server cluster to run the app, a Nginx web server to serve static files and proxy requests to Thin, and a MySQL database backend. Additionally we will install Webmin to configure and monitor our server as well as optimize and secure the VPS.
Tags: guide, rackspace cloud, setup, vps
Roll your own Subversion server
Roll your own Subversion server will focus on getting a Subversion server setup powered by svnserve and Warehouse on a small 256 MB cloud VPS. But the lessons go beyond that. You will learn how to deploy a cloud VPS server, install a full Ruby on Rails stack, and will also configure and optimize your server to keep it from overloading. In the end, you will have a private Subversion server for under $15 a month and will be able to kick-start a VPS setup from scratch without a hitch.



© 2009