Skip to content

Docsel is a utility that allows you to run the services you choose based on the docker-compose file.

Notifications You must be signed in to change notification settings

Lapp-coder/docsel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docsel

Go Release

Docsel is a utility that allows you to run the services you choose based on the docker-compose file.

Example

docsel example

Installation

  1. Clone the repository
$ git clone https://github.com/Lapp-coder/docsel
  1. Go to the directory of the utility
$ cd docsel
  1. Follow the installation steps for your OS
  • MacOS on M1
$ chmod +x build/bin/docsel-darwin_arm64 \
&& make setup-macos_m1
  • MacOS on Intel
$ chmod +x build/bin/docsel-darwin_amd64 \
&& make setup-macos_intel
  • Linux
$ chmod +x build/bin/docsel-linux_amd64 \
&& make setup-linux
  • Windows
$ setup-windows.bat