Вопрос

I've been using TorqueBox for several months and was wondering if anyone knew of a public TorqueBax AMI for Amazon web services for the 2.x verson of TorqueBox.

I have searched the Internet several times, but to date have only come across what appears to be a TorqueBox 1.x version.

Это было полезно?

Решение

Deploy one of the free ubuntu images ( or any flavor linux you like)

Unpack torquebox2.2 to /opt

Unpack JDK1.7 under /opt/torquebox-2.2.0

Save the following to your bashrc

export TORQUEBOX_HOME=/opt/torquebox-2.2.0
export JAVA_HOME=/opt/torquebox-2.2.0/jdk1.7.0_10
export JBOSS_HOME=$TORQUEBOX_HOME/jboss
export JRUBY_HOME=$TORQUEBOX_HOME/jruby
export PATH=$JRUBY_HOME/bin:$JAVA_HOME/bin:$PATH

And you are done. Unless you mean an image that has examples of sites deployed using torquebox.

Другие советы

I heard back via email from one of the project's developers and this is something on their list of things to implement. Other user have had the same interest.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top