Closed msegura closed 7 years ago
Hi @msegura ! We're sorry that our documentation was short of information We added "how to run the app" section in it Please look at the link, which describes running app using AWS Elastic Beanstalk The only thing you missed is to add the environment properties for Elastic Beanstalk. Would you try it again and let us know how it goes?
BTW we have released the version M16, please have a look when you are available!
hey this is awesome ! I will give it a try and let you know how it goes ! thanks a bunch !
it worked thanks a lot !
deploying 1.0.0.M15 on beanstalk seems to fail because with:
log/tomcat8/catalina.2017-08-21.log:Caused by: java.lang.IllegalStateException: wallride.home is empty
Per https://github.com/tagbangers/wallride/issues/69 I suppose a java property wallride.home= is the missing in the beanstalk configuration. http://wallride.org/docs/guide.html#getting-started explains it should be in the s3 bucket.
So I have used something like:
https://s3.us-east-2.amazonaws.com/elasticbeanstalk-us-east-2-../wallride_home
as wallride.home
in the bucket elasticbeanstalk-us-east-2-.. I created wallride_home/config/application.properties with the following content:
The value of spring.datasource.url, spring.datasource.username and spring.datasource.password came from an RDS instance created through beanstalk (as the data tier).
However tomcat keeps failing with
any clue? does http://wallride.org/docs/guide.html#getting-started apply to the master branch and not to the release version?
thanks a lot !