Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

42 lines (29 loc) · 1.3 KB

tdm

www.recontact.me

  1. Windows Installation.
  2. Linux Installation.
  3. Others sections to be written:
  • About updated your fork:
  • About testing:
  • About what to check before send a pull-request:

Install Windows :

  1. Install Wamp (64bits is better) : http://www.wampserver.com/#download-wrapper
  2. Install GitHub for Windows : https://windows.github.com/
  3. On GitHub for Windows, clic on + to add repository
  4. But choose to Clone your fork into C:\wamp\www\ and call it "tdm"
  5. Then on the navigator, the URL is localhost/Site or localhost/tdm/Site

Install Linux :

  1. sudo apt-get install lamp-server
  2. sudo ln -s /folder/perso/tdm/Site /var/www/
  3. Then on the navigator, the URL is localhost/Site or localhost/tdm/Site

** And you need also
Ubuntu: apt-get install php5-curl
Fedora / Amazon Linux: yum install php-curl
from http://mtdowling.com/blog/2013/05/02/requiring-curl-in-your-php-library/

** and php_pdo_mysql from http://fr.openclassrooms.com/informatique/cours/concevez-votre-site-web-avec-php-et-mysql/lire-des-donnees-2