开发者

AWS EC2 Railo image & installation procedure

开发者 https://www.devze.com 2023-02-18 18:17 出处:网络
I got AWS EC2 free tier account & setup necessary tools to access AWS using command line & Eclipse. Is it any pre-configured Railo 3.2 image available for AWS EC2? Any configuration guidelines

I got AWS EC2 free tier account & setup necessary tools to access AWS using command line & Eclipse. Is it any pre-configured Railo 3.2 image available for AWS EC2? Any configuration guidelines for the same.开发者_StackOverflow Is it have any restrictions like Google cloud?


Amazon EC2 AMI: ami-bee81bd7 - http://wiki.getrailo.org/wiki/Railo_Installation#Cloud_Deployments


You can use a bootstrap script. When you are launching an AMI, you have the option to provide "User-data". In that section, paste a script that installs and configures Railo for you: like the one at this github repo: https://github.com/amaroom/railo-ec2

So, you just start launching a new amazon linux instance, in the advanced section under user data paste these two lines below, and your instance will boot up with Railo server installed and ready for your code. It also installs git, so you can add a line that pulls your code from a repo as well.

#include
https://raw.github.com/amaroom/railo-ec2/master/boot_to_railo.sh
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号