Prerequisite:
- MT-.zip file
- Change
mt_source_path
to approriate filepath - vagrant-vbguest
Go to http://192.168.33.17/cgi-bin/mt/mt.cgi to test.
mysqldump -umt -p mt_db > mt_db.sql
(cd /var/www && tar zcf www.tar.gz *)
mysql -umt -p mt_db < mt_db.sql
(cd /var/www && tar zxf www.tar.gz)
# kill all httpd process
sudo pidof httpd | xargs sudo kill -9
sudo rm /run/httpd/httpd.pid
apachectl start