Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

export EC2_HOME=/opt/ec2-api-tools-1.3-42584/

export PATH=$PATH:$EC2_HOME//bin/

export JAVA_HOME=/usr/

If c-shell is used do:

Code Block

setenv EC2_HOME /opt/ec2-api-tools-1.3-46266/
setenv PATH $PATH":$EC2_HOME/bin/"

Now I was able to test the following command does sth
ec2-register

...