Giter Club home page Giter Club logo

wordpress-deployment-with-grpc-api's Introduction

Wordpress gRPC

The wordpress deployment script container runs a test script which tests wordpress specific deployment methods. It starts two EC2 instances, deploys MySQL and Wordpress and connects those two components. The wordpress installation is reachable at <host>/wordpress/ or <host>/FAPRA-TEST/wordpress/. Important: The generic deployment method applies SaltStateFiles (ssl) on a remote machine. But it can not send customized files to a remote machine. Thus it is not possible to configure installed application (we would have to send a customized config file). So you have to set the database of the wordpress installation manually (via browser).

There is a preconfigured scenario for each test script (docker-compose-wordpress.yml and docker-compose-generic.yml). Run a preconfigured deployment scenario with docker-compose -f <nameOfComposeFile> up. But before you have to provide some AWS information in the corresponding compose file:

  • KEY_ID: Your AWS access key id
  • KEY_SECRET: Your AWS access key secret
  • KEY_PAIR_NAME: Name of the SSH-Key pair you want to use to start the EC2 instance (must exist in AWS management console)
  • SECURITY_GROUP_NAME: Name of the security group you want to use to configure the EC2 instance (must exist in AWS management console)

These information must be valid for the AWS region us-west-1, because the test script creates EC2 instances in this region. The private ssh-key of the specified KEY_PAIR_NAME must be present in the docker container directory (DockerContainerWordpressDeploymentScript or DockerContainerGenericDeploymentScript) before you run the test script and must be named as key.pem.

wordpress-deployment-with-grpc-api's People

Contributors

helmsen avatar

Watchers

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