Giter VIP home page Giter VIP logo

setyo_bloggingsite's Introduction

SETYO_BloggingSite = Set Up Your Own _BlogingSite

With this repo you can Automatically:-

  1. Pull images from DockerHub
  2. Create Docker volumes for permanent use.
  3. Set Up MySQl Database.
  4. Set up WordPress site.

Built with

  • Linux
  • Docker
  • Worpress
  • MYSQl

Requirements/Installation

Make sure you have the latest versions of Docker and Docker Compose installed on your machine.

If Not than run the following commands:-

For Docker installation on linux[Ubuntu Distro/Similar commands for other distro as well]

sudo apt-get update
sudo apt-get remove docker docker-engine docker.io
sudo apt install docker.io

After Docker installation Now install Docker Compose:-

sudo curl -L https://github.com/docker/compose/releases/download/1.21.2/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose

After installation of the above files:-

sudo systemctl start docker
sudo systemctl enable docker

Usage

Open a terminal and cd to the folder in which docker-compose.yml is saved and run:-

docker-compose up

Hola!, Everything is Set now the containers are now built and running. You should be able to access the WordPress installation with the configured IP in the browser address by http://192.168.xx.xx:8081.[Change it accordingly]

Here is an instance of my Blog site which I built using this repo:-

img1 img2

Fore more reference on docker-compose

Start the containers with the up command in daemon mode (by adding -d as an argument) or by using the start command:

docker-compose start

Stopping containers

docker-compose stop

Authors

Manish Kumar Shah

License

MIT

About

This is a simple project built with docker to setup an worpress building environment on any system

setyo_bloggingsite's People

Contributors

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