GithubHelp home page GithubHelp logo

if-129.devops_task1_wts's Introduction

IF-129.DevOps_Task1_wts

SoftServe DevOps Demo №1 (what to show)

It's my Terraform project for creating infrastructure on cloud servers of Amazon Web Services.

This is a project of eSchool - is a school management web application based on Spring Boot and developed as graduation project at SoftServe IT Academy.

Software required to run this application:

  1. Java
  2. MySQL Server
  3. Git

Project schem:

Image of schem

Installation process via Terraform:

0. clone this project by git clone:

git clone https://github.com/neolisto/IF-129.DevOps_Task1_wts.git

1. change your work directory to project directory:

cd IF-129.DevOps_Task1_wts/

2. create environment variables with your AWS credentials:

export AWS_ACCESS_KEY_ID=<your_access_key>
export AWS_SECRET_ACCESS_KEY=<your_secret_access_key>
export AWS_DEFAULT_REGION=<your_aws_region>

3. generate ssh key-pair with name aws_key by using ssh-keygen:

ssh-keygen -f aws_key

4. run terraform init and terraform plan/apply:

terraform init
terraform apply

5. set a password and username of database service account which will be used by web-application for MySQL requests:

var.DATASOURCE_PASSWORD
  Enter a value:<user_password>

var.DATASOURCE_USERNAME
  Enter a value:<username>

Enjoy the process!

if-129.devops_task1_wts's People

Contributors

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