Giter VIP home page Giter VIP logo

nodeifywp-environment's Introduction

NodeifyWP Environment

NodeifyWP is a framework that let's you create isomorphic JavaScript applications with WordPress and PHP. The framework relies on the PHP extension V8JS and Google V8 which can be time consuming to install and optimize. This repository contains a Dockerized environment for running NodeifyWP WordPress applications.

Requirements

Setup

The project contains a fully-fledged Docker based environment. Ensure your machine meets the project requirements before following these steps.

  1. Clone the repository. From the root, run the following in the command line:

composer install

This installs WordPress, Twenty Sixteen React, a NodeifyWP theme, and a few debug plugins. 2. From the root of the repository, run the following in the command line:

docker-compose up

This starts up the environment. This may take awhile the first time as you need to download the Docker images. 3. In your browser navigate to http://localhost 4. Run through WordPress install steps. Here is the database information you'll need to use:

  • MySQL Host: mysql
  • Database Name: wordpress
  • Database Username: root
  • Database Password: password
  1. Activate the Twenty Sixteen React theme and NodeifyWP plugin.
  2. From within the Twenty Sixteen React theme, run the following command:

npm install

  1. Ensure pretty permalinks are enabled.

Environment

The project environment contains the following:

  • PHP-FPM 7
  • Nginx
  • Redis
  • MariaDB

By default the project includes Redis for caching but does not instruct WordPress to do anything with it. If you want caching, you'll need the drop-ins, WP Redis and Batcache.

License

This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

nodeifywp-environment's People

Contributors

tlovett1 avatar

Watchers

James Cloos 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.