Docker Build
Step-by-step Installation Guide
-
Open
git-bashterminal 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.gitgit clone https://github.com/Sukanyeah/FrameBase.gitgh 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 Desktopdocker compose up -d
Development server will be up and running by now.