Tema para o WordPress (PHP); Portfolio feito no ano de 2018.
Theme for WordPress (PHP); Portfolio made in the year 2018.
⚠️ Necessita de um navegador web e do Docker instalado no host para funcionar.
⚠️ Requires a web browser and Docker installed on the host to work.
docker compose up -d
Após iniciar os containers, use o navegador para acessar o endereço http://localhost:8080/
.
After starting the containers, use the browser to access the address http://localhost:8080/
.
docker compose down -v
Dê ao script build static
, permissão para execução.
Give the build static
script execute permission.
chmod +x ./build_static.sh
Execute o script. Ele deve subir o compose
, baixar a versão estática da página e derrubar os containers.
Run the script. It should run compose
, download the static version of the page and tear down the containers.
sh ./build_static.sh
A página poderá ser acessada em ./static/index.html
.
The page can be accessed from ./static/index.html
.