Hello Francisco vagrant should have sudo access so you can do
vagrant ssh sudo su - and that will leave you as root then you can chance root password and add/remore/change any other user detail as for phpAdmin, that is a php app, so I assume you can install webserver+php and then just drop phpadmin on the www document root and use it. If at any point in time in the future you will like to automate that, or create your very own base box, have a look at packer (packer.io) Thanks! Alvaro. On Sat, Aug 1, 2015 at 3:18 AM, Francisco Santos <[email protected]> wrote: > Greetings, I've downloaded a vagrant box, following the documentation to set > up for a single project. > I've moved the code to the proper place, everything cool. But I have a > couple of question > NOTE: I plan to export this VM and use it as a "moving server" - so it's set > up in a private network > > Does root have a password? I can't login through any other way other than > being in the same machine and using "vagrant ssh". How should I configure > admin accounts? > How can I get phpAdmin configured and running - so I can migrate my previous > DB and data (from the development environment) > > Thanks for your time. > Cheers! > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in violation > of those guidelines may result in your removal from this mailing list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > IRC: #vagrant on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vagrant-up/03128823-7b91-473d-9a30-66d40bf00fe1%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0eyfVs4Lct1sADXoCxwqbdrQgrjTv4K%2BKzY-nnrmcAz%2BYw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
