Code Monkey home page Code Monkey logo

drupal-docker's Introduction

Docker Base Drupal 10 Container Setup with Kubernetes Support

Support

How to setup

  • Build the setup using following command make build
  • Execute the Drupal container docker exec -it drupal-fpm sh
  • Inside the Drupal container run composer command to install Drupal make build-drupal
  • Visit the localhost your local vhost domain example http://www.your_domain
  • Done now you should be able to ready to use your Drupal Local Setup.
  • Refer: https://www.drupal.org/docs/user_guide/en/install-run.html

Post Installation

  • Fix Site UUID:
    • How to fix the config sync site uuid => Export the current site uuid ./vendor/bin/drush config-get "system.site" uuid
    • Replace the exported uuid with the value in app/config/sync/system.site.yml uuid
  • Fix the Shortcut link and Default:
    • Go to => Home > Administration > Configuration > User interface > Shortcuts (admin/config/user-interface/shortcut), than in "List links" of "Default"
    • Delete every shortcut.
    • Rebuild Drupal Cache.

Kubernetes MiniKube

  • Build Minikube Helm Files:
    • make build-minikube
  • Deploy code to minkube containers:
    • make deploy-minikube
  • Run Minikube Tunnel and expose Nginx container port:
    • make build-tunnel
    • make run-minikube
  • Add domain to local host i.e. /etc/host file

Post Deployment to minikube

  • We can use following command to just update drupal & nginx containers files:
    • make update-minikube

drupal-docker's People

Contributors

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