Après avoir installé Homebrew, il ajoutons les dépôts Homebrew-PHP et Homebrew-dupes : $ brew tap josegonzalez/php $ brew tap homebrew/dupes Installons maintenant PHP 5.4 avec le support de MySQL et de INTL : $ brew install php54 –with-mysql –with-intl $ brew install php54-intl Ajoutez maintenant la ligne indiquée par Homebrew pour que Apache charge le module PHP…
Tag: PHP
Installer un stack LAMP sur un dédié OVH avec Ubuntu 12.10
Petit mémo pour configurer un serveur web LAMP sur un dédié OVH fraichement livré. La distro choisie est Ubuntu 12.10. Apache, PHP, MySQL Commençons par mettre à jour la liste des paquets : # apt-get update Puis la distribution elle même : # apt-get dist-upgrade Installons Apache, PHP, MySQL, phpMyAdmin et les extensions qui vont bien pour…
Introducing Publish It Yourself: a self-managed libre CMS
Publish It Yourself =================== _Publish It Yourself_ is a self-managed CMS. It is designed to create autonomous communities where users can directly create and manage content. It is a mix between blogs and blogs platforms, digg-likes and open publishing websites such as (the Indymedia network)[http://www.indymedia.org]. It allows to publish and promote rich text articles and…