Skip to content

Instantly share code, notes, and snippets.

@airton
Last active November 24, 2016 13:42
Show Gist options
  • Save airton/223fed58776e057f392648fa08a713d9 to your computer and use it in GitHub Desktop.
Save airton/223fed58776e057f392648fa08a713d9 to your computer and use it in GitHub Desktop.

Fazer o download do WordPress PT-BR

wp core download --locale=pt_BR

Criar o arquivo wp-config.php

  • wp core config --dbname=NOMEDATABASE --dbuser=root --dbpass= --dbhost=IPSERVER --dbprefix=PREFIX --locale=pt_BR --extra-php <<PHP
  • define( 'WP_DEBUG', false );
  • define( 'WP_DEBUG_LOG', false );
  • PHP

Instalar

wp core install --url=2016.09.atlantic.develop --title=Atlantic Energias Renováveis --admin_user=a2equipe --admin_password=56?]Tkpg --admin_email=config@a2ad.com.br --skip-email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment