Skip to content

Wingelo/lyon_0916_folleagence

Repository files navigation

La folle agence

A Symfony 2.8 project created on October 12, 2016, 10:44 am.
The config of database and email is in the file parameters.yml, the path of this file is app/config.

###Mysql

if your mysql version is 5.7, and you may have problem of compatibily with Doctrine. For resolve it, you have to add a line in mysqld.cnf file.
The access path to find the file is : etc/mysqld/mysql.conf.d/mysqld.cnf
You have to add at the end of file : sql-mode=""

###Change password

  • Go to the file directory app/config
  • Open the file parameters.yml with a text editor
    parameters:
               ...
               admin_password: your crypted password
               ...
      
  • Delete content of line password
  • Type this command in the console :
    php app/console security:encode-password
  • Type your new password
  • Copy the password encoded
  • Paste it in the line password

##Captcha Google

  • Go to google recaptcha
  • Follow the instructions
  • Take public key and private key
  • Go to the file directory app/config
  • Open the file parameters.yml with a text editor
parameters:
             ...
             captcha_secret_private1: your key private
             captcha_secret_public1: your key public
             ...
  • For the second key you must make a new recaptcha
parameters:
             ...
             captcha_secret_private2: your key private
             captcha_secret_public2: your key public
             ...

###Images older site Move the file wp_content in web directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published