Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

  • I am haterecoil on github.
  • I am morgancaron (https://keybase.io/morgancaron) on keybase.
  • I have a public key whose fingerprint is FB1D 5F6C ED99 B814 6549 A855 8635 806B 2A87 8903

To claim this, I am signing this object:

@haterecoil
haterecoil / django-apache-mod_wsgi.md
Last active May 12, 2017 11:12
Mise en production d'un Django avec Apache et mod_wsgi

Guide de mise en ligne d'un Django avec Apache mod_wsgi (sur MacOS)

Prérequis

  • Apache
  • python et pip
  • une application django

Concernant le Django, mon installation ressemble à ça :

#PHP Unit, the easy way

Phpunit a besoin de PHP V5.6 pour foncitonner. Sur Mac c'est PHP V5.5 ou truc du style. Ay ay ay caramba !

Donc on va :

  • installer Homebrew, un gestionnaire de paquet (un peu genre composer ou npm; mais plus exactement comme aptitude / apt-get )
  • installer php56 (aka PHP version 5.6) grâce à Homebrew
  • installer PhpUnit