Giter VIP home page Giter VIP logo

wp-base's Introduction

WordPress Base Install for Copter Labs Projects

All the themes and plugins used by default in a Copter Labs WordPress project.

Usage

You may have noticed that this doesn't actually include the WordPress core. We did that on purpose. WordPress is already on GitHub, so you should be getting it from there.

Installation

First, get into your web root. If you're using Media Temple as we so ofter do, you might want to empty the folder to start.

Step 1. Clone the Latest Version of WordPress

git clone git://github.com/WordPress/WordPress.git

Step 2. Move WordPress Into the Web Root Folder

mv WordPress/* .
rm -rf WordPress/

Step 3. Initialize Git and Load the WP Base

git init
git remote add origin [email protected]:copterlabs/wp-base.git
git pull origin master

Step 4. Initialize Submodules and Update Them

git submodule init
git submodule update

Step 5. Create Your Child Theme and Create Your Stylesheet

mkdir wp-content/themes/childtheme
touch wp-content/themes/childtheme/style.css

NOTE: You need to add the comment block to set this as a child theme. You can grab it from our Gist here or from the WordPress Codex.

Step 6. Dance.

Like this:

Dancing kid

Or this:

Dancing Takei

Credits

This guide was written by Jason Lengstorf

wp-base's People

Stargazers

ᴀʀᴄʜɪᴇ ᴍᴀᴋᴜᴡᴀ™ avatar

Watchers

Roger Stringer avatar Rob avatar Alex Newman avatar James Cloos avatar ᴀʀᴄʜɪᴇ ᴍᴀᴋᴜᴡᴀ™ avatar Bellenova avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.