Created
November 16, 2017 18:51
-
-
Save themakunga/72fec1fbf5b71926a0a74e702afd90ed to your computer and use it in GitHub Desktop.
tuve que hacer este script para complilar esa mierda de magento, usarlo en la raiz del sitio una vez subido sus cambios, si quieren control de versiones tendran que esperar
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
#!/bin/bash | |
bin="php ./bin/magento" | |
${bin} setup:upgrade | |
rm -rf ./var/di | |
${bin} setup:di:compile | |
${bin} cache:clean | |
${bin} cache:flush |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment