On 9/1/2014 2:06 PM, [email protected] wrote: > hi > > i read the forums and googled for a guide to install qmailtoaster on > centos 6.5 64 bit version but was unable to get any clear documentation. > > are there any automated or manual steps for installation of > qmailtoaster on centos 6.5 64 bit version. > > i was looking at the github link : https://github.com/QMailToaster/ > but was finding it quite confusing > > can somebody help please > > thanks, > > rajesh > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > Rajesh,
Here are the instructions: 1) Install a minimal CentOS 6 OS 2) Grab qt-bootstrap-1 and run the script. (It will reboot the system) 3) Grab qt-bootstrap-2 and run the script. 4) Run qt-install script. QMT should be set up and ready to go. Below is the full procedure: .) install CentOS minimal # curl https://raw.githubusercontent.com/QMailToaster/qmailtoaster-util/master/qt-bootstrap-1 >qt-bootstrap-1 # sh qt-bootstrap-1 (system will reboot) # curl https://raw.githubusercontent.com/QMailToaster/qmailtoaster-util/master/qt-bootstrap-2 >qt-bootstrap-2 # sh qt-bootstrap-2 # qt-install Eric --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
