Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rotrer/media-ad-ptf
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian committed Sep 12, 2014
2 parents 5f88bb4 + da39128 commit 2611e8e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Media Ads, sistema de advertising basado en API Google Double Click for Publishe


* Clonar repositorio
* Configurar credenciales MySql en `app/Config/database.php`
* Configurar credenciales MySql en `app/Config/database.php`, utilizar archivo `montana.sql`ubicado en `sql/`
* Se recomienda cambiar los string de seguridad ubicados en `app/Config/core.php`, líneas 215 y 219, [acá un generador](http://www.sethcardoza.com/tools/random_password_generator)
* Una vez configurado lo anterior entrar al dominio definido http://tudominio.com/, donde pedira crear la cuenta de administrador.

Expand All @@ -33,7 +33,12 @@ Configuraci

Configuración de credenciales en Montana(obtenidas en Google Developers)

_Mantener comillas a las varibles._


* Editar archivo `auth_dfp.ini` ubicado en `app/webroot/`
* Agregar valor a la variable `applicationName`, el valor a agregar es el ID de Proyecto entregado anteriormente
* Agregar valor a la variable `client_id`
* Agregar valor a la variable `client_secret`
* Agregar valor a la variable `client_secret`

Voilà, es todo.

0 comments on commit 2611e8e

Please sign in to comment.