-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56b2d26
commit 5fccdda
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,33 @@ | ||
# mage2docker | ||
|
||
Mage2Docker - Plugin for Oh-My-Zsh | ||
|
||
## Description | ||
|
||
Plugin for Oh-My-Zsh bash that makes it easy to work with Docker and Magento 2. It allow to do simply and faster common commands like clean cache, setup upgrade, compile di and much more in Magento 2 on container. | ||
|
||
## Demo | ||
|
||
![alt tag](https://raw.githubusercontent.com/lukaszolszewski/mage2docker/master/static/mage2docker.gif) | ||
|
||
## Requirements | ||
|
||
- Docker | ||
- Oh-My-Zsh [www](https://github.com/robbyrussell/oh-my-zsh) | ||
|
||
## Instalation | ||
|
||
- Clone a repository to **~/.oh-my-zsh/custom/plugins** | ||
- In the file **~/.zshrc**, add an entry **plugins=(mage2docker)** | ||
|
||
## License | ||
``` | ||
/* | ||
* ---------------------------------------------------------------------------- | ||
* "THE BEER-WARE LICENSE" (Revision 42): | ||
* <[email protected]> wrote this file. As long as you retain this notice you | ||
* can do whatever you want with this stuff. If we meet some day, and you think | ||
* this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp | ||
* ---------------------------------------------------------------------------- | ||
*/ | ||
``` |