/cookbook-movabletype-opensource-standalone

Setup Movable Type Open Source using Vagrant and Chef Solo

Primary LanguageRubyMIT LicenseMIT

Movable Type Open Source Cookbook

Installs Movable Type Open Source

  • Reverse Proxy and Server static contents - Nginx
  • Database - MySQL
  • PSGI Server - Starman

This cookbook is based on デザイナー必見!VPSで高速なMovable Type用サーバをゼロから構築する方法(How to setup Movable Type on VPS for Designers).
Thanks to @onagatani and SKYARC CO.,Ltd.

How To Use

Create a virtual machine and setup Movable Type Open Source

> git clone https://github.com/ysasaki/cookbook-movabletype-opensource-standalone mtos
> cd mtos
> vagrant up --provision
> echo '33.33.33.10 mt.example.com >> /etc/hosts
> open http://mt.example.com/cgi-bin/mt/mt.cgi

SSH Login

> vagrant ssh

or

> vagrant ssh-config | sed 's/default/HOSTNAME/' >> ~/.ssh/config
> ssh HOSTNAME

Requirements

Platform

  • CentOS

Tested on:

  • CentOS release 6.4 (Final)

Packages

Attributes

See roles/mtos-standalone.rb License and Authors

The MIT License (MIT)

Copyright (c) 2013 Yoshihiro Sasaki