Giter Club home page Giter Club logo

suitecrm-docker's Introduction

WordPress Docker

WordPress Docker makes developing for WordPress easy and predictable. It sets up everything for you, so that you can dive straight into developing your plugins and themes without any hassle.

There in a more in-depth blog post is available called Develop WordPress plugins and themes using Docker.

Getting Started

  1. Clone this repostory: git clone --recursive https://github.com/joch/wordpress-docker.git
  2. Copy the provided config file to the WordPress directory: cp wp-config.php wordpress/
  3. Run docker-compose up to start the containers.
  4. Browse to http://[docker ip]:8000/ and you are ready to go! (find the ip using boot2docker ip)

Tmuxp workspace

A predefined workspace is provided to easily get going.

  1. Install tmuxp (sudo pip install tmuxp on a Mac)
  2. Run tmuxp load tmuxp.yml (provided that you have tmux installed)
  3. A tmux session will be started with a vim window located in the plugins directory. The containers are started automatically in the second window.

If you're new to Docker

If you are running boot2docker, you can easily find your Docker IP by running boot2docker ip.

The easiest way to install boot2docker and fig is to use Homebrew and follow these steps:

  1. Install VirtualBox.
  2. Install the software: brew install boot2docker fig.
  3. Create a virtual machine: boot2docker init.
  4. Finally start the virtual machine: boot2docker up.

Acknowledgements

The setup is based on the excellent article Getting started with Fig and WordPress.

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.