Code Monkey home page Code Monkey logo

kodeline-wp's Introduction

kodeline Wordpress in Docker

Getting Started

First of all, you must create your .env (environment) file. Use the following command to create it. After, edit it with your common editor:

cp tools/docker/env-example tools/docker/.env

You have a set of different commands to manage this container. These are:

bin/console install

This command must be your first step. It will create all the necessary files to work with WordPress in this container.
Once the process ends, you can start your container using:

bin/console start

It starts the container (without daemon), and allows you to access your localhost (and port used on your .env file) to enter your site.
You can stop the running containers using CTRL + C. To ensure all the containers are stopped, you can use:

bin/console stop

And if you want to remove the containers (keeping safe the data from them, off course), the command will be:

bin/console down

Changelog

v1.1.0 - 2018-09-28

  • Changed folder structure
  • Enhanced Gulp Dockerfile
  • Enhanced Web Dockerfile
  • Added .env setup

v1.0.0 - 2018-09-26

  • First version with basic setup, no .env files (TODO)
  • Wordpress version 4.9.8
  • kodeline Theme (from private repository, you can use whatever you want)
  • Basic console commands

kodeline-wp's People

Contributors

jdominguez198 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.