Forum archive
All dressed up but nowhere to go? Drupal Amazon Instance
I 'took the plunge' yesterday, and created a turnkey drupal instance on Amazon. I can see the instance running, everything looks ok...but now what?
What is the 'url' for the ubuntu control panel? Drupal admin?
Hate to be the dim bulb in the string...but there you have it
Mark
Yep - this stumpped me also.
Got through the installation up on Amazon ok, had the instance running, and when I select to view the public DNS "example-host-1.amazonaws.com" in my browser I see the default drupal home page. Yeah!
But how to get to phpMyAdmin and webmin pages? Not so obvious to some of us less brilliant folks. But with a little bit of reading I figured out, if you follow the installation documentation provided:
First, within SSH be sure to open the README to obtain the random password (this is NOT the activation key).
Then you can visit the control pages at:
drupal : http://example-host-1.amazonaws.com
phpMyAdmin: https://example-host-1.amazonaws.com:12322/
using root & random_password
Webmin: https://example-host-1.amazonaws.com:12321/
again using root & random_password
Turnkey folk - good product but you might consider adding this bit-o-info to the docs. :-)
Best regards,
Chris