Sha256: c716408cf99dde72a641ca445b19049084b09e455c5d64551326abc8b71d4825
Contents?: true
Size: 816 Bytes
Versions: 5
Compression:
Stored size: 816 Bytes
Contents
# subtrac Simple and opinionated helper for creating and managing subversion and trac projects. ## Installation on a fresh jeos (ubuntu) slice # install some basic requirements sudo apt-get install openssh-server sudo apt-get install apache2 sqlite sudo apt-get install wget sudo apt-get install ruby1.8-dev ruby1.8 sudo apt-get install rubygems # add github to package list gem sources -a http://gems.github.com # install the subtrac package and dependencies sudo gem install --include-dependencies keithsalisbury-subtrac Note: since gems and ubuntu don't entirely play nicely, its necessary to add the gem path to .bashrc file. For all users, you can add it here: sudo vi /etc/bash.bashrc ... export PATH=$PATH:/var/lib/gems/1.8/bin ## Copyright Copyright (c) 2009 =. See LICENSE for details.
Version data entries
5 entries across 5 versions & 1 rubygems