datadryad / vagrant-dryad

Vagrant and Ansible config for building a (v1) Dryad VM
0 stars 4 forks source link

Fixes for setting up an AWS instance #66

Closed ryscher closed 6 years ago

ryscher commented 6 years ago

The tomcat6 command was waiting for user input. This update sends a newline to it, so it can continue without user intervention.

ryscher commented 6 years ago

There is no need for vvvv, but with no verbose setting, the install can just hang with no indication of what is happening, so I think one v is reasonable.

daisieh commented 6 years ago

Is this ready for testing?

ryscher commented 6 years ago

I need to update the process/instructions for connecting to the RDS postgres, then it will be ready.

daisieh commented 6 years ago

This works for me: I was able to successfully launch a virtual machine at AWS, using a local database instance. I redeployed Dryad on the server and was able to access the website at :9999.

Merging.