Docker Build
Step-by-step Installation Guide
-
Open
git-bash
terminal in your Projects directory and follow the steps given below. -
Clone the repository using any of the following methods
- SSH
- HTTPS
- GitHub CLI
git clone git@github.com:Sukanyeah/FrameBase.git
git clone https://github.com/Sukanyeah/FrameBase.git
gh repo clone Sukanyeah/FrameBase
-
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 ./
-
Start development server using
Docker Desktop
docker compose up -d
Development server will be up and running by now.