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.
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
- CentOS
Tested on:
- CentOS release 6.4 (Final)
nginx
mysql
- client and serverdatabase
yum::epel
simple_iptables
movabletype-opensource
- https://github.com/ysasaki/cookbook-movabletype-opensource.github
The MIT License (MIT)
Copyright (c) 2013 Yoshihiro Sasaki