app/movabletype

From JumpBox Documentation Wiki

< app
Jump to: navigation, search


JumpBox for MovableType

Human Name MovableType
Short Name movabletype
Latest JumpBox Version 1.1.16
Latest Application Version 5.02
Default Memory 256
TCP Ports 80 3000
UDP Ports
Disks root data
Database Type MySQL
JumpBox Webpage http://www.jumpbox.com/app/movabletype
Release Notes http://static.jumpbox.com/README/README-movabletype.txt

Notes

Upgrading from versions of the JumpBox for Movabletype versions prior to 1.1.13

Because of changes made in MovableType, there are some special considerations relating to upgrades from prior versions of this JumpBox when using the back and restore mechanism. Blogs are now organized into "Websites," and during the upgrade process, a Website object should be created and all existing blogs added to it. Unfortunately, this process does not quite work on some cases, and manual tweaking is required after the upgrade is completed.

  • After the upgrade process has completed, go to the System Overview page. Click the "Websites" menu and the "Manage" item.
  • Delete the Website with "0" in the "Blogs" column.
  • Click on the name of the remaining website.
  • In the "Settings" menu, click the "General" link.
  • Edit the "Website URL" and change it to "http://IP_ADDRESS_OR_HOSTNAME/"
  • Save the change and republish the site.

Changing where the root URL points

By default, the JumpBox redirects web browsers that request the root url (http://mysite.com/) to /my_first_website/my_blog. This is done so that the JumpBox for MovableType is usable out of the box, but is probably suboptimal for continued use of MovableType. On versions of the JumpBox for MovableType 1.1.13 and up, a special file can be edited to change where the root URL points. The file is located at /jumpbox/etc/apache2/jumpbox-mt-bog and may be edited with the text editor of your choice, although you will need to use sudo. By default, the file contains the following text:

RewriteCond /jumpbox/var/widget-on !-f
RewriteCond /var/data/mt-blogs/my_first_website/my_blog -d
RewriteRule ^(/?|/index.(html|php|htm))$ /my_first_website/my_blog [R,L]
RewriteCond /jumpbox/var/widget-on !-f
RewriteRule ^(/?|/index.(html|php|htm))$ /my_blog [R,L]

This code can either be commented out by placing # symbols at the start of each line, or it may be deleted. The following should then be added to the file:

RewriteRule ^(/?|/index.(html|php|htm))$ /MY_URL [R,L]

Where MY_URL is the the intended target of the redirect.

Frequently Asked Questions

Frequently asked questions related to Movabletype:

Releases

Filename JumpBox Version Application Version Size (MB) Day Released MD5SUM
movabletype-1.1.16.zip 1.1.16 5.02 208 08/17/2010 20d85d0fe0fccdb501f00aa1f88f9449
movabletype-1.1.15.zip 1.1.15 5.02 208 05/18/2010 53cbc2409e1a31dfb65abc26de274079
movabletype-1.1.14.zip 1.1.14 5.01 208 04/30/2010 da24d4e6bff07459295adaefa38da3d9
movabletype-1.1.13.zip 1.1.13 5.01 208 01/19/2010 732f1b595fa3744e2f338a0ae6688967
movabletype-1.1.12.zip 1.1.12 4.32 208 10/09/2009 f1c653edc96e1b739ba620d8e5f74635
movabletype-1.1.11.zip 1.1.11 4.31 207 09/05/2009 0fc22b82b5d827548e82f4475a6fc939
movabletype-1.1.10.zip 1.1.10 4.3 207 08/11/2009 21910c4ad8ee1de17ccae6bbd1fa11aa
movabletype-1.1.9.zip 1.1.9 4.26 207 06/14/2009 81ffa4eef16c08153021f4afcacdd1b9
movabletype-1.1.8.zip 1.1.8 4.25 206 03/20/2009 ca13f5d4fe5fa7c1b7382f2eb037bda0
movabletype-1.1.7.zip 1.1.7 4.24 206 03/03/2009 eae7da128b4bf71a06582da1b8dab38a
movabletype-1.1.6.zip 1.1.6 4.23 203 12/11/2008 449bb5f03f93b18ab8c64d1def3e9b67
movabletype-1.1.5.zip 1.1.5 4.21 194 09/26/2008 1f659b4909fb1fd92f5da458328218db
movabletype-1.1.4.zip 1.1.4 4.21 194 09/16/2008 e90f4ca7f8501793e0fa9272a8433ee5
movabletype-1.1.3.zip 1.1.3 4.21 194 08/24/2008 84c72e5b6dc535069dce008444f71da3
movabletype-1.1.1.zip 1.1.1 4.12 191 08/07/2008 f895d1d36fda41ac7ac7ebc951c01269
movabletype-1.1.0.zip 1.1.0 4.1 191 06/11/2008 4b87f4de8563596bd1fad22d1a15ccb4
movabletype-0.9.3.zip 0.9.3 4.1 196 05/30/2008 9b5c07685c5f65c7f166026ef8d37d31
movabletype-0.9.2.zip 0.9.2 4.1 191 05/08/2008 b3b0e2d168a8b4cedbc9da4992869e11
movabletype-0.9.1.zip 0.9.1 4.1 182 04/08/2008 7865f15169d558616eaf6531a0d9c2d4
movabletype-0.9.zip 0.9 4.1 188 04/07/2008 528c97547c493f54142e690034691af8
Views
Personal tools