Skip to content

kietnguyen-oro/mt6_dev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movable Type Dev Box

Install

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.

Backup

mysqldump -umt -p mt_db > mt_db.sql
(cd /var/www && tar zcf www.tar.gz *)

Restore

mysql -umt -p mt_db < mt_db.sql
(cd /var/www && tar zxf www.tar.gz)

Troubleshoot

Restart Apache server

# kill all httpd process
sudo pidof httpd | xargs sudo kill -9

sudo rm /run/httpd/httpd.pid

apachectl start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published