Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
[TORQUE-767] Change 2.0.0.cr1 refs to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lance committed Apr 13, 2012
1 parent af7f727 commit 2a683e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en-US/src/main/docbook/production-setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
convention, TorqueBox is placed in <code>/opt/torquebox/current</code>
and is owned by the <code>torquebox</code> user.

<screen>$ wget http://torquebox.org/release/org/torquebox/torquebox-dist/2.0.0.cr1/torquebox-dist-2.0.0.cr1-bin.zip
<screen>$ wget http://torquebox.org/release/org/torquebox/torquebox-dist/2.0.1/torquebox-dist-2.0.1-bin.zip
$ mkdir /opt/torquebox
$ chown torquebox:torquebox /opt/torquebox
$ su torquebox
$ unzip torquebox-dist-2.0.0.cr1-bin.zip -d /opt/torquebox/
$ unzip torquebox-dist-2.0.1-bin.zip -d /opt/torquebox/
$ cd /opt/torquebox
$ ln -s torquebox-dist-2.0.0.cr1 current</screen>
$ ln -s torquebox-dist-2.0.1current</screen>
To ensure that the <code>TORQUEBOX_HOME</code> and other relevant
environment variables are available to system users, add these to
<code>/etc/profile.d/torquebox.sh</code>
Expand Down

0 comments on commit 2a683e2

Please sign in to comment.