Skip to content

railsmachine/moonshine_wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moonshine_Wordpress

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.

Instructions

  • 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

Unless otherwise specified, all content copyright © 2014, Rails Machine, LLC

About

Configures a WordPress blog to run alongside your Rails app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •