Seenthis
•
 
Identifiants personnels
  • [mot de passe oublié ?]

 
  • #m
  • #ma
  • #mam
RSS: #mamp

#mamp

  • #mampstack
  • Fil @fil 14/12/2012 16:31
    1
    @james
    1

    Installer l’extension #php-tidy sur #MAMP / OSX 10.8.2

    en suivant les instructions ici et là
    http://lucor.github.com/2010/07/how-enable-the-php-tidy-extension-for-mamp
    http://allensservices.com/php-tidy-on-mamp
    http://projectbee.org/blog/archive/download-php-tidy-extension-for-mac-os-x

    j’ai fini par faire ce qui suit :

    télécharger le source de PHP 5.3.6 (la version fournie par MAMP), la compiler avec les bonnes options :

    # bbedit ext/iconv/iconv.c
    # bbedit ext/tidy/tidy.c
    # MACOSX_DEPLOYMENT_TARGET=10.6
    # CFLAGS="-arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp"
    # CCFLAGS="-arch i386 -arch x86_64 -g -Os -pipe"CXXFLAGS="-arch i386 -arch x86_64 -g -Os -pipe"
    # LDFLAGS="-arch i386 -arch x86_64 -bind_at_load"
    # export CFLAGS CXXFLAGS LDFLAGS CCFLAGS MACOSX_DEPLOYMENT_TARGET
    # LIBS=-lresolv ./configure —with-tidy=shared && make

    et là j’ai le précieux tidy.so valable pour mon architecture

    ensuite je l’installe dans les répertoires qui vont bien, et configure (“extension=tidy.so”) les différents php.ini pour qu’ils les prennent en compte.

    # cp modules/tidy.so /Applications/MAMP//bin/php/php5.3.6/lib/php/extensions/no-debug-non-zts-20090626/
    # sudo cp modules/tidy.so /usr/lib/php/extensions/no-debug-non-zts-20090626/tidy.so
    # bbedit /Applications/MAMP//bin/php/php5.2.17/conf/php.ini

    Si vous voulez échapper à la partie compilation, voici le module #tidy compilé :
    https://www.dropbox.com/s/axy0x8ca4oc7jlo/tidy.so

    • #PHP
    • #PHP
    • #Target
    • #Facebook
    • #PHP
    Fil @fil
    • speciale @speciale 14/12/2012 17:28

      Il y a ça aussi, il vient activé par défaut
      ►http://php-osx.liip.ch

      • #PHP
      • #PHP
      • #PHP
      • #MySQL
      speciale @speciale
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 6/02/2012 12:23
    1
    @solidairnet
    1

    Comment créer un environnement de travail pour développer du #SPIP sur un MAC avec MAMP - SPIP-Contrib
    http://www.spip-contrib.net/Comment-creer-un-environnement-de-travail-pour,4050

    Nous allons utiliser #MAMP 2 en version gratuite et licence GPL comme serveur web local (différent de MAMP Pro version payante). MAMP est l’acronyme de #Mac #Apache #MySQL #PHP et permet de lancer un serveur web local sous mac os X.

    C’est donc une solution toute clé en main et tout-en-un, qui comprend Apache, PHP5 et PHP4, MySQL, PHPMyAdmin et SQLiteManager ...

    #logiciel

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    • renyonparis @renyonparis 7/02/2012 09:41

      Ces tutoriaux sont excellents ! Mais c’est dommage qu’on ne profite pas suffisamment des possibilités de MacOSX… Un script Automator pourrait simplifier la tâche aux newbies (comme moi). :-D

      renyonparis @renyonparis
    • Nicolas Hoizey @nhoizey CC BY-NC-SA 7/02/2012 11:27
      @renyonparis

      @renyonparis je ne vois pas trop ce qu’on pourrait faire là avec Automator, mais n’hésite pas à le suggérer !

      Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Fil @fil 2/01/2012 12:39
    1
    @aris
    1

    Installer SPIP sous Mac OS X avec MAMP - SPIP-Contrib
    http://www.spip-contrib.net/Installer-SPIP-sous-Mac-OS-X-avec-MAMP

    testé : ça marche encore avec Lion
    #mac #spip #mamp #mysql

    • #Core Duo
    Fil @fil
    • speciale @speciale 2/01/2012 13:15

      Il y a aussi le fork de l’install de Lyanage

      ►http://php-osx.liip.ch

      Mais seulement pour les Intel Core Duo et Intel Core Solo

      • #PHP
      • #PHP
      • #PHP
      • #MySQL
      speciale @speciale
    Écrire un commentaire

  • Fil @fil 15/01/2011 00:16
    2
    @baroug
    @aris
    2

    J’installe le moteur de recherche sphinx et c’est un poil technique… mais ça semble valoir le coup

    #Sphinx Documentation
    http://sphinxsearch.com/docs/manual-1.10.html

    #accents in Sphinx searches
    http://stackoverflow.com/questions/2058275/spanish-accents-in-sphinx-searches

    #debian installation
    apt-get install libmysql++-dev libmysqlclient15-dev

    – pour installer le #démon + paquet #debian
    http://forum.ovh.com/showthread.php?t=55954

    #group_concat() sous #MySQL
    http://stackoverflow.com/questions/2358300/mysql-join-group-concat-second-table

    #mac_os installation avec #mamp
    http://addto.it/Install-Sphinx-1.10-Beta-on-Mac-OS-X-10.6-Snow-Leopard-with-MAMP-1.9.4

    • #MySQL
    Fil @fil
    • ARNO* @arno ART LIBRE 15/01/2011 08:27

      proven scalability up to billions of documents, terabytes of data, and thousands of queries per second;

      Ouhhh... Zillions of documents...

      ARNO* @arno ART LIBRE
    • Fil @fil 18/01/2011 11:32

      Sur l’indexation d’attributs-chaînes il faut faire gaffe et encoder en nombres (via #crc32 par ex) http://sphinx.wordowl.com/2009/05/31/str2ordinal-uses-limitations-and-alternatives

      • #lowercase Inc.
      Fil @fil
    • Fil @fil 18/01/2011 11:40

      veuillez noter si mes liens ne vous intéressent pas que j’utilise #seenthis aussi comme pense-bête perso :)

      Fil @fil
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 7/10/2010 17:29

    Setup a Memcached-Enabled MAMP Sandbox Environment | Lullabot
    http://www.lullabot.com/articles/setup-memcached-mamp-sandbox-environment
    #memcache #php #MAMP #mac #logiciel #installation

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 7/10/2010 17:29

    Memcache on MAMP 1.9 - Server Fault
    http://serverfault.com/questions/147303/memcache-on-mamp-1-9/152021#152021
    #memcache #php #MAMP #mac #logiciel #installation

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 7/10/2010 17:28

    Memcached with PHP on Mac OS X | AF-Design
    http://af-design.com/blog/2008/10/18/memcached-with-php-on-mac-os-x
    #memcache #php #MAMP #mac #logiciel #installation

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 6/07/2010 13:04

    Quick Command-Line Tips For Local Drupal Development With MAMP | Chapter Three
    http://www.chapterthree.com/blog/josh_koenig/quick_commandline_tips_local_drupal_development_mamp

    #MAMP #configuration #virtual_host #ligne_de_commande #logiciel #mac

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 15/06/2010 09:08

    Particletree » Logging MySql Queries on MAMP
    http://particletree.com/notebook/logging-mysql-queries-on-mamp

    #MySQL #MAMP #slow #query #log

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 21/05/2010 12:33

    BitNami :: MAMPStack
    http://bitnami.org/stack/mampstack

    “BitNami MAMPStack greatly simplifies the development and deployment of PHP applications. It includes ready-to-run versions of Apache, MySQL, PHP and phpMyAdmin and required dependencies.”

    #BitNami #MAMPstack #MAMP #Apache #PHP #mac #logiciel #windows #linux #MySQL #PostgreSQL #dev #web #clevermarks

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Fil @fil 8/11/2009 22:15

    Tutorial: Launching MAMP Silently on Startup
    http://stringfoo.com/2008/08/25/tutorial-launching-mamp-silently-on-startup
    J’ai testé : ça marche
    #mac #mamp #apache #mysql

    Fil @fil
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 13/06/2007 11:22

    Installer Symfony sous Mac OS X avec MAMP - Glagla Dot Org
    http://www.glagla.org/blog/index.php/2007/03/11/163-installer-symfony-sous-mac-os-x-avec-mamp

    Symfony est un framework RAD PHP vraiment interessant. Voici un rapide tutoriel pour l’utilisez sous OS X avec MAMP.

    #symfony #mac #logiciel #mamp #mysql #apache #framework #installation #type:tutoriel #php #php5 #gp:links

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 25/04/2007 06:32

    xdebug, macosX.4 et MAMP 1.3.1 - pomme, poire & rockn’roll
    ►http://demental.info/blog/index.php/2006/10/08/68-xdebug-macosx4-et-mamp-131

    Vous avez monté une application web que vous utilisez régulièrement, et vous souhaitez rechercher un moyen de l’optimiser, ou vous avez besoin d’un outil de profiling dans le cadre de votre développement PHP ? Vous êtes sur mac osX, vous utilisez ...

    #php #XDebug #mamp #mac #logiciel #dev #debug #bug #kcachegrind

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

Thèmes liés

  • #apache
  • #dev
  • #installation
  • #logiciel
  • #mac
  • #memcache
  • #mysql
  • #php
  • #spip