Katipo
Search  
Site Blog
  About  
  Home
About Portfolio Solutions Client Area Contact Us
: : About Us
Awards
Jobs
Our People
What Is A ... ?
Working From Home
News
Photo Gallery
Katipo Blog


Archive for January, 2007

Installing Collaboa .6 on Debian Etch

Monday, January 29th, 2007

This assumes that you have already installed things outlined here.

$ sudo apt-get install swig
$ sudo apt-get install libsvn-ruby1.8
$ sudo gem install redcloth
$ sudo gem install syntax
$ sudo gem install -y xhtmldiff
$ cd /path/to/where/you/have/your/apps
$ svn co http://svn.collaboa.org/svn/collaboa/trunk/ your_app_name_for_collaboa
$ cd your_app_name_for_collaboa
$ cp config/database.yml.sample config/database.yml

(more…)

Subversion over Apache2 as Just Another App Server on Debian Etch

Sunday, January 28th, 2007

This assumes you have already installed the subversion package by following the directions outlined here.

Install Apache2 and mod_dav_svn

$ sudo apt-get install apache2 libapache2-svn

In my case, I already had something running on port 80 (nginx handling requests to various app servers), so apache2 was set to “NO_START to 1 in /etc/default/apache2″. I’ll get back to that later when we configure /etc/apache2/ports.conf so that our apache2 instance is just another app server behind nginx.

(more…)

Reorganizing a Subversion Repository to Fit the Trunk-Branches-Tags Convention

Sunday, January 28th, 2007

Background

In my case I set up my project’s repository when I was very new to Subversion. Rather than try to figure out the why’s and how’s of using the conventional directory structure of repository-for-project/trunk and repository-for-project/branches I decided to go bare bones. I ended up with my project’s trunk code essentially living in repository-for-project/.

Now that I’m approaching the first release of the project’s code, I have a better understanding of Subversion’s implementation of branching, and I need to move repository to some place publically accessible, I’ve decided to switch to the trunk/branches/tags convention that so many other project’s use.

(more…)


Katipo
Rachel Snowboarding