Skip to main content

Docker Build

Step-by-step Installation Guide

  1. Open git-bash terminal in your Projects directory and follow the steps given below.

  2. Clone the repository using any of the following methods

    git clone git@github.com:Sukanyeah/FrameBase.git
  3. Change to the project directory

    cd FrameBase
    • On Selinux enabled Linux systems, apply necesary security tag for files
    chcon -R system_u:object_r:container_file_t:s0  ./
  4. Start development server using Docker Desktop

    docker compose up -d

Development server will be up and running by now.