Code Monkey home page Code Monkey logo

erpnext_hrms_docker's Introduction

Introduction

This repo contains the compose and container files to generate OCI container images to build frappe HRMS application.

Pre-requisite

  1. Podman Latest version \
  2. Podman compose (required for running system locally)
  3. Bash terminal

How to use

git clone https://github.com/vyogotech/erpnext_hrms_docker
./build_image.sh

Customizations

Image Tag

Update the .env file to change the target image tag and image version or pass the image co-ordinates as build-args

.env file example:

IMAGE_NAME=erpnext_hrms
IMAGE_TAG=latest

Installing Podman on Ubuntu

Method 1 : Follow [official document] (https://podman.io/docs/installation#installing-on-linux)

Alternative Method for installing Podman 4.4.5

mkdir /tmp/podman_packages
cd /tmp/podman_packages

wget https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/unstable/xUbuntu_22.04/amd64/aardvark-dns_1.6.0-0ubuntu22.04+obs34.12_amd64.deb
wget https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/unstable/xUbuntu_22.04/amd64/netavark_1.3.0-0ubuntu22.04+obs22.9_amd64.deb
wget https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/unstable/xUbuntu_22.04/amd64/podman_4:4.5.0-0ubuntu22.04+obs74.14_amd64.deb
wget https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/unstable/xUbuntu_22.04/amd64/podman-gvproxy_4:4.5.0-0ubuntu22.04+obs74.14_amd64.deb
wget https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/unstable/xUbuntu_22.04/amd64/buildah_1.30.0-0ubuntu22.04+obs41.17_amd64.deb

for package in `ls *.deb`;
do
    sudo dpkg -i $package
done

Check if podman installed correctly

podman version

Installing podman-compose

pip3 install podman-compose

Additional Installation

Podman Desktop

Podman desktop is open source equivalent of Docker docker and can be installed from the offical website

erpnext_hrms_docker's People

Contributors

varun-krishnamurthy avatar

Stargazers

Joseph Castillo avatar

Watchers

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