Skip to content

Commit 7202d99

Browse files
committed
docs readme: actualizo instrucciones
1 parent d775f8b commit 7202d99

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

readme.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,20 @@ Luego, descarga el ultimo backup de la base de datos desde aquí: [https://driv
1515
make setup
1616
```
1717

18-
## Local Migration
18+
## Migration
1919
```
2020
make blog-migration
2121
```
2222

23-
Luego, descarga la configuración php para wp desde aquí: [https://drive.google.com/file/d/0B2_cebtl-r3NaG1GVjlKSkhWaTQ/view?usp=sharing](https://drive.google.com/file/d/0B2_cebtl-r3NaG1GVjlKSkhWaTQ/view?usp=sharing) y tambien descarga el .htaccess desde aquí: [https://drive.google.com/file/d/0B2_cebtl-r3NeUFXNFhhcTdCREU/view?usp=sharing](https://drive.google.com/file/d/0B2_cebtl-r3NeUFXNFhhcTdCREU/view?usp=sharing) y guarda ambos archivos dentro de la carpeta: ./source/blog-frontend/
23+
Luego, descarga los siguientes archivos:
2424

25-
Si el archivo .htaccess baja sin el punto adelante, renombras el archivo a: .htaccess
25+
- [wp-env.php](https://drive.google.com/file/d/0B2_cebtl-r3NaG1GVjlKSkhWaTQ/view?usp=sharing)
26+
- [wp-config.php](https://drive.google.com/file/d/0B2_cebtl-r3NckRWZE1iUVNJSlE/view?usp=sharing)
27+
- [.htaccess](https://drive.google.com/file/d/0B2_cebtl-r3NeUFXNFhhcTdCREU/view?usp=sharing)
2628

27-
Y si te pide que sobreescribas, dale nomas.
29+
y finalmente sobreescribe estos archivos dentro de la carpeta: **./source/blog-frontend/**
30+
31+
Cuando el archivo **.htaccess** baja desde drive se guarda sin el punto adelante(htaccess), entonces solo lo tienes que renombrar a: **.htaccess**
2832

2933
## Run
3034
```

0 commit comments

Comments
 (0)