forked from hechoendrupal/drupal-console-book
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simple find + replace on /DrupalConsole to /drupal-console (hechoendr…
- Loading branch information
1 parent
29ca351
commit 044f9d0
Showing
89 changed files
with
122 additions
and
122 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# Getting the project | ||
|
||
## Fork | ||
Fork your own copy of the [Console](https://github.com/hechoendrupal/DrupalConsole/fork) repository to your account | ||
Fork your own copy of the [Console](https://github.com/hechoendrupal/drupal-console/fork) repository to your account | ||
|
||
## Clone | ||
Get a copy of your recently cloned version of console in your machine. | ||
``` | ||
$ git clone [email protected]:[your-git-user-here]/DrupalConsole.git | ||
$ git clone [email protected]:[your-git-user-here]/drupal-console.git | ||
``` | ||
|
||
## Install dependencies | ||
Now that you have cloned the project, you need to download dependencies via Composer. | ||
|
||
``` | ||
$ cd /path/to/DrupalConsole | ||
$ cd /path/to/drupal-console | ||
$ composer install | ||
``` |
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# Getting the project | ||
|
||
## Fork | ||
Fork your own copy of the [Console](https://github.com/hechoendrupal/DrupalConsole/fork) repository to your account | ||
Fork your own copy of the [Console](https://github.com/hechoendrupal/drupal-console/fork) repository to your account | ||
|
||
## Clone | ||
Get a copy of your recently cloned version of console in your machine. | ||
``` | ||
$ git clone [email protected]:[your-github-user-here]/DrupalConsole.git | ||
$ git clone [email protected]:[your-github-user-here]/drupal-console.git | ||
``` | ||
|
||
## Install dependencies | ||
Now that you have cloned the project, you need to download dependencies via Composer. | ||
|
||
``` | ||
$ cd /path/to/DrupalConsole | ||
$ cd /path/to/drupal-console | ||
$ composer install | ||
``` |
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# ¿Cómo descargar el proyecto? | ||
|
||
## Fork | ||
Cree un fork del repositorio del proyecto [Drupal Console](https://github.com/hechoendrupal/DrupalConsole/fork) en su cuenta. | ||
Cree un fork del repositorio del proyecto [Drupal Console](https://github.com/hechoendrupal/drupal-console/fork) en su cuenta. | ||
|
||
## Clonar | ||
Obtenga una copia en su máquina de la versión del repositorio que acaba de clonar. | ||
``` | ||
$ git clone [email protected]:[su-nombre-de-usuario-en-github]/DrupalConsole.git | ||
$ git clone [email protected]:[su-nombre-de-usuario-en-github]/drupal-console.git | ||
``` | ||
|
||
## Instalar dependencias | ||
Ahora que ha clonado el proyecto, necesita descargar las dependencias via Composer. | ||
|
||
``` | ||
$ cd /path/to/DrupalConsole | ||
$ cd /path/to/drupal-console | ||
$ composer install | ||
``` |
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# Getting the project | ||
|
||
## Fork | ||
Fork your own copy of the [Console](https://github.com/hechoendrupal/DrupalConsole/fork) repository to your account | ||
Fork your own copy of the [Console](https://github.com/hechoendrupal/drupal-console/fork) repository to your account | ||
|
||
## Clone | ||
Get a copy of your recently cloned version of console in your machine. | ||
``` | ||
$ git clone [email protected]:[your-git-user-here]/DrupalConsole.git | ||
$ git clone [email protected]:[your-git-user-here]/drupal-console.git | ||
``` | ||
|
||
## Install dependencies | ||
Now that you have cloned the project, you need to download dependencies via Composer. | ||
|
||
``` | ||
$ cd /path/to/DrupalConsole | ||
$ cd /path/to/drupal-console | ||
$ composer install | ||
``` |
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
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
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
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
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
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
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
Oops, something went wrong.