A plugin for Moonshine
A plugin for installing and managing WordPress.
Installs everything you need to get a WordPress blog up and running. See below for minimum configuration instructions, look through templates/ to see all of the available options.
To generate values for the secret keys below, click here.
-
script/plugin install git://github.com/railsmachine/moonshine_wordpress.git
-
Configure settings as needed. At the very least for a secure wordpress install, you should set these settings in config/moonshine.yml or config/moonshine/{rails_env}.yml:
:wordpress:
:domain: blog.yourdomain.com
:auth_key: SOME_UNIQUE_VALUE
:secure_auth_key: SOME_UNIQUE_VALUE
:logged_in_key: SOME_UNIQUE_VALUE
:nonce_key: SOME_UNIQUE_VALUE
:db:
:password: sekrit_db_password
:cache: true
-
Include the plugin and recipe(s) in your Moonshine manifest recipe :wordpress
-
After deploying, go to http://blog.yourdomain.com/wp-admin/install.php
Unless otherwise specified, all content copyright © 2014, Rails Machine, LLC