How to install Railo on an instance of Amazon Linux?

I installed a new instance of Amazon Linux, what are the following steps to install Railo on it?

+5
source share
2 answers

When you log in for the first time, you will receive a Message of the Day message asking you to update additional tools. To install updates, simply enter the command line

sudo yum update

Before you can install Railo, install Apache to handle all web traffic, i.e. 80.

sudo yum install httpd httpd-devel

Then, make sure the service is loaded when the instance starts.

sudo chkconfig --level 2345 httpd on

. , 80 . , http AWS.

Railo Railo .

sudo mkdir /temp

CD .

cd /temp

Ralio .

sudo wget http://www.getrailo.org/down.cfm?item=/railo/remote/download/4.0.0.013/tomcat/linux/railo-4.0.0.013-BETA2-linux-x64-installer.run

URL .

, , ...

sudo chmod 777 railo-4.0.0.013-BETA2-linux-x64-installer.run

sudo ./ railo-4.0.0.013-BETA2-linux-x64-installer.run

Railo 8888.

+4

... , , , MYSQL EC2, . EBS.

, EC2 .;)

+1

All Articles