tainacan-theme/README.md

20 lines
871 B
Markdown
Raw Normal View History

2018-01-19 16:58:46 +00:00
# tainacan-theme
Default Tainacan Theme, to be used with tainacan plugin
2018-08-30 16:43:55 +00:00
# Instalação no WordPress
- Copiar o arquivo `build-config-sample.cfg` para `build-config.cfg`
- Ajustar o `PATH` da variável `destination` para o caminho desejado correspondente
- Instalar o SASS
2018-11-22 21:25:47 +00:00
- sudo apt install ruby-full rubygems autogen autoconf libtool make
- sudo gem install sass
- Instalar o Composer
2018-11-22 21:25:47 +00:00
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
- HASH="$(wget -q -O - https://composer.github.io/installer.sig)"
- php -r "if (hash_file('SHA384', 'composer-setup.php') === '$HASH') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
- sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer
- Execute o build
2018-11-23 20:06:19 +00:00
- ./build.sh
#Teste Commit