manual/Installation in taskjuggler-0.0.8 vs manual/Installation in taskjuggler-0.0.9
- old
+ new
@@ -52,12 +52,12 @@
[http://rubygems.org/gems/taskjuggler RubyGems.org] site.
==== The manual way ====
If the easy way doesn't work for you, you need to download and install
-the packages manually. Get TaskJuggler III from the
-[http://www.taskjuggler.org/download.php Download Page].
+the packages manually. Download TaskJuggler III gem file from the
+[http://rubygems.org/gems/taskjuggler RubyGems.org] site.
A gem package is an operating system and architecture independent
archive file for Ruby programs. You can install it on any system that
has Ruby and RubyGems installed. Normally, you should be logged-in
as root or administrator to run the following installation command.
@@ -135,12 +135,19 @@
# Set this to your source code directory
ENV['TASKJUGGLER_DATA_PATH'] = "#{ENV['HOME']}/src/taskjuggler3"
$:.unshift "#{ENV['TASKJUGGLER_DATA_PATH']}/lib/"
- require "taskjuggler3"
+ require File.basename(__FILE__)
Don't forget to mark it as executable.
chmod 750 ${HOME}/bin/tj3
+Other programs like ''''tj3client'''', ''''tj3man'''' or ''''tj3d'''' can simply be
+added as symbolic links to tj3.
+
+ cd ${HOME}/bin
+ ln -s tj3 tj3man
+ ln -s tj3 tj3client
+ ln -s tj3 tj3d