Hi Arthur, I agree with you 100%: GUI tools are important! The thing is, using virtual machines does not prevent you from using your favourite GUI tools.
Inside the virtual machine the /vagrant folder corresponds to the real folder where the Vagrantfile lives. It's a synced folder. So if you create the application inside /vagrant, you will be able to see and edit the files with gedit or any other tool you like. This was notes by Bryan too, so I added it to the Notes section of https://github.com/iox/vagranthobo. Regards, Ignacio El 05/05/14 21:52, Arthur Baldwin escribió: > Hi Ignacio, > > I finally got your new recipe to work by starting up VirtualBox GUI and > deleting all of the pre-existing virtual boxes created by vagrant, then > doing another git clone command, and editing the vagrantfile as you > described. I successfully created a new hobo app called MPCC but > discovered that when inside the new running virtual machine, there are > no GUI tools whatsoever. This is the main reason why I did not feel > like going this route before. I would rather simply understand what > your recipe does....thoroughly understand it...and then do it on my > LinuxMint machine which does have a GUI that I can use for editing the > hobo generated files. My favorite editor is gedit, which is a GUI > program. I much prefer to use a modified script like the one Quillro > wrote...called InstantHobo.bash where it is clear what was done in > order to get the hobo system working. > > Sincerely, > > Arthur > > On Friday, May 2, 2014 8:55:48 AM UTC-7, Arthur Baldwin wrote: > > Hi there, > > I've been away from Hobo for a while, but was involved in prompting > the creation of InstantHobo.bash by Quillro. > I'm wondering if anyone might be interested in refining and updating > InstantHobo.bash to use the latest versions of > Ruby, Rails, and Hobo? > > Hobo 2.1 > Rails 4.x > Ruby 2.x > > and I also would like the script to prompt for the desired database: > > SQLite > MySQL > PostGreSQL > > PostGreSQL is the one I prefer, but try as I might...I always get > problems with trying to use the 'gem install pg' command. > > I very much need to start designing websites for customers using the > latest versions and PostGreSQL right away. > > Thanks for your assistance. > > Sincerely, > > Arthur Baldwin > > -- > You received this message because you are subscribed to the Google > Groups "Hobo Users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/hobousers. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
