Dear Quiliro, I'm hoping that we can make the install script a bit fancier. I'd like to make it so that we can prompt the user of the script to select the preferred database (SQLite, MySQL, or PostGreSQL) and automatically make the necessary installation changes for them. I would also like to separate the installation script into "stages" so that it is cleaner and more easily understood. Also, we need to either store the password in a temporary variable within the script, defer its entry until after the script is finished, or find some other way to make the password entry cleaner and less apt to interfere with the script processing. For example, is there a way to temporarily make the password blank during the install script processing and then change it once the script is finished?
Arthur ________________________________ From: Quiliro Ordóñez <[email protected]> To: [email protected] Sent: Thursday, August 11, 2011 9:30 AM Subject: Re: [Hobo Users] InstantHobo Install Script El 11/08/11 01:58, Arthur Baldwin escribió: Dear Quiliro, > > >I'm attaching 3 files to this message, don't know if they will get to you. If >not, then tell me your other eMail address. > > >I executed the following command: > > ./InstantHobo.bash < Input.txt > HoboInstall.log > >and I'm attaching those 3 files to this eMail. > >You will notice that there are many warnings and a few error messages. Many of them probably are not serious, but you might know better than I do about that. > > Great log file! I didn't know you could do that. Everything is OK. No errors. I don't see any. Please check that the MySQL root password is correct on the console with: mysql -u root -p If it gives you a "mysql>" prompt, you are OK. You can exit with the "exit" command. You can also enter MySQL with a web interface with: sudo aptitude install phpmyadmin And then openning up a web browser at http://localhost/phpmyadmin But the command line interface is quicker! ;-) -- Quiliro Ordóñez 09 821 8696 02 340 1517 "No se puede sacrificar la libertad por ningún bien, por ninguna promesa de pan o de paz o de justicia, porque ese pan tendría amargura de veneno, esa paz sería de muerte, y esa justicia no sería justicia humana ni tendría sentido." Alfredo Pérez G. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
