Skip to content

Instantly share code, notes, and snippets.

@kodetop
Last active August 19, 2019 04:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kodetop/88f78018994ecf55af5386b6dc0bb131 to your computer and use it in GitHub Desktop.
Save kodetop/88f78018994ecf55af5386b6dc0bb131 to your computer and use it in GitHub Desktop.
WordPress: Ejemplo de documentación

WordPress Project

Resumen con una descripción del proyecto.

Requerimientos

Configuración

Descargar los archivos de WordPress: wp core download

Crear archivo de configuración: wp config create --prompt

Accesos

Servicio Dominio Usuario Clave
Web http://localhost/
Admin http://localhost/wp-admin/ username password
MySQL localhost dbuser dbpass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment