Giter Club home page Giter Club logo

artemis's Introduction

This repo is used to deploy helm artemis application


Usage


Artemis E-commerse Web-Application

Pre Build process be fore you deploy the application please open port 5000 on Security Group and then follow the bellow commands.

yum install python-pip -y
pip install Flask

To check if helm is installed in the system please run below commands:

helm version

If above command responds with an error output, please follow the instructions listed below

1. Read helm compatibility

https://helm.sh/docs/topics/version_skew/

2. Install helm to your repository

wget https://get.helm.sh/helm-v3.7.2-linux-amd64.tar.gz
tar xzvf helm-v3.7.2-linux-amd64.tar.gz
rm -rf helm-v3.7.2-linux-amd64.tar.gz
mv linux-amd64/helm charts/
cd chart

3. Create helm chart for application

./helm create application

4. Install test helm chart

./helm install test application

5. Verify

 * helm list
 * kubectl get all

6. Uninstall helm chart

./helm uninstall test

This repository contains all the requirements of artemis application. And the application is versioned in branches

https://github.com/farrukh90/artemis/tree/master

Following this commands

1. Clone repo

git clone https://github.com/farrukh90/artemis.git

2. Build image following commands

* docker image build -t "artemis repo from GCP"/artemis:2.0.0 .

* docker push "artemis repo from GCP"/artemis:2.0.0 

* git chekout 2.0.0

Output should be like this

Screenshot 2023-04-01 at 3 17 22 PM

main

artemis's People

Contributors

cuneytoghan avatar farrukh90 avatar qudratillo8373 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.