Coder Social home page Coder Social logo

devops's Introduction

WordPress DevOps

Teaching myself how to create a bootstrap for loading linux packages required for a WordPress LAMP infrastructure on multiple cloud platforms. Targeting Ubunto 16 Xenial on AWS and Debian 9 Stretch on Google.

Initial design is to have a minimal "bootstrap" script that would download and call the main package loading script. The package loader would also set Apache and PHP configurations.

Google Cloud Compute and SQL

Using the admin console:

  1. Enable Goolge Cloud SQL API (Go to API Manager -> Enable API -> Google Cloud SQL API)
  2. Create the Cloud SQL instance
    • Save the Instance connection name for the compute engine
    • Add the databae name 'wordpress'
  3. Create the Compute Engine
    • Set Identity and API Access -> Access Scope = 'Allow full access to all Cloud APIs'
    • Enable HTTP and HTTPS access under Firewall
    • Copy contents of bootstrap.sh into Startup Script
    • Fill in the OS and PROVIDER variables
    • Under Managment, add the following Metadata fields:
      • key = sqlproxy
      • value= saved from Step 2, (used by Google SQL Cloud proxy later)

Amazon EC2 and RDS

Using the admin console:

  1. do some stuff......

devops's People

Contributors

garretthunter avatar

Watchers

James Cloos avatar  avatar

devops's Issues

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.