Giter Club home page Giter Club logo

themusetest's Introduction

TheMuse Challenge ReadMe

Requirements

  • docker
  • docker-compose
  • aws-cli
  • ecs-cli
  • port 80 available locally. If you don't want to use port 80 modify line 6 of the docker-compose file.
  • AWS permissions to create ECS Clusters, EC2 resources (VPCs, subnets, EC2 instances), and an RDS instance

To run the application locally:

  1. Clone or download this repository.
  2. From within the repository root run:

docker-compose up -d

  1. Visit your site running at localhost port 80

To run the application in AWS:

  1. Clone or download this repository.
  2. From within the repository root run:

bash scripts/ecs_deploy.sh $env-name

  1. When the script is done it will provide an IP where the service is running.
  2. Deploying the environment in AWS with the same $env-name used before will replace the existing environment. Using a different $env-name will create an additional environment.
  3. Notes on the $env-name variable: it must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
  4. RDS information is written to a file when the script has completed - rdscredentials.txt

To add additional services:

  1. Add services to the docker-compose.yml file.
  2. Deploy locally or to AWS in the same manner as listed above.

Outstanding items

  • Private subnet - not working correctly, discussed in NOTES file.
  • database access - need to create this in vpc
  • logging - discussed in notes file

themusetest's People

Contributors

rorydunn avatar

Watchers

James Cloos 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.