Skip to content

Custom Docksal command to pull remote Docksal configuration

Notifications You must be signed in to change notification settings

fivejars/remote-docksal-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Requirements

  • Docksal - all-purpose web-development environment based on Docker and Docker Compose. See https://docksal.io/

  • Git - a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. See https://git-scm.com/

Install global custom docksal command

wget -O - https://raw.githubusercontent.com/fivejars/remote-docksal-config/INSTALL-SCRIPT/load-fj-docksal-commands.sh | bash

This script will download global commands to ~/.docksal/commands directory

How to use

Go to project root and run this command:

fin fj/docksal [project name] [branch name:optional]

This command will download appropriate .docksal directory to project root directory.

Please note that .docksal should be in .gitignore.

If you want to get .docksal update, just run this command again, it will pull updates from repository.

Update global custom docksal command

Just run install command again, it will download updates.

Or go to ~/.docksal/commands/fj directory and run git pull.

About

Custom Docksal command to pull remote Docksal configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages