Git Product home page Git Product logo

wordpress-skeleton's Introduction

WordPress Skeleton

Downloading This repository

You can get this to work in two ways, via .git or download it manually

Donwloading via Git

In the webroot run:

git clone https://github.com/janw-oostendorp/WordPress-Skeleton.git .

This will download the base, next we download the WordPress submodule.

git submodule update --init

If needed add your own remote repository

git remote rm origin git remote add origin YOUR_REPOSITORY.URL/

Manual download

Download the zip and unzip it in the webroot. Download Wordpress unzip it in the /wp folder.

How to install

After downloading you can continue to install WordPress

  1. Copy local-config.sample.php and rename it to local-config.php
  2. Add the database constants and the domain
  3. In wp-config.php Edit the $table_prefix
  4. add the *_KEY constants which can be generated here
  5. open your website and continue with the famous 5 minute install.

Benefits

  • WordPress is in it's own folder /wp.
  • Webroot only has two folders /wp and /content
  • Automatic updates are enabled for production, adding more security.
  • Error display and logging are setup. On production errors will be logged, on test the will be shown.

wordpress-skeleton's People

Contributors

markjaquith avatar

Watchers

 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.