Cool. Thanks, Juris. I've added this as a README file to the forge- publish-script project.
--Orion On Oct 30, 2007, at 3:55 PM, Juris Galang wrote: > Hey Orion, > > For the Ruby script in the forge-publish-script project to work > you'll need to have the following gems installed: > > rubygems > builder > log4r > > Install rubygems first (it's easier to install the rest after that) > - I've attached the setup file for it (you can also download it > from http://rubyforge.org/frs/?group_id=126) > > To install rubygems - download the attachment somewhere and issue > the ff comands: > > tar zxf rubygems-0.9.4.tgz > cd rubygems-0.9.4 > ruby setup.rb > > Now you can call the gem utility to install builder and log4r: > > sudo gem install builder --include-dependencies > sudo gem install log4r --include-dependencies > > To use the forge-publish-script script (assuming you've checked it > out already) do: > > cd forge-publish-script/trunk > ruby terracotta.forge > > The configuration file terracotta.forge is a Ruby script itself. > The content and how it works is self-explaining; > It will try to upload artifacts out to the orgstage server, but > since access to it is limited, it will fail. > > You can run it locally to generate the front page for the forge and > checkout the projects by editing the terracotta.forge file --- look > for the first instance of the following statement: > > pretend :off > > Change it to: > > pretend :on > > Juris > > <rubygems-0.9.4.tgz> _______________________________________________ tc-dev mailing list [email protected] http://lists.terracotta.org/mailman/listinfo/tc-dev
