[SearchEngine] Add Phraseanet Indexer

This commit is contained in:
Romain Neutron
2012-10-20 16:45:39 +02:00
parent 8d7048716e
commit 4a385caef0

View File

@@ -21,8 +21,10 @@ before_script:
- mysql -e 'SET @@global.sql_mode= "";' - mysql -e 'SET @@global.sql_mode= "";'
- mysql -e 'SET @@global.wait_timeout= 999999;' - mysql -e 'SET @@global.wait_timeout= 999999;'
- git clone git://github.com/alchemy-fr/Phraseanet-Extension.git - git clone git://github.com/alchemy-fr/Phraseanet-Extension.git
- sh -c "cd Phraseanet-Extension && phpize && ./configure && make && sudo make install" - sh -c "cd Phraseanet-Extension && ./configure --quiet && make --quiet && sudo make install"
- echo "extension=phrasea2.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` - echo "extension=phrasea2.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
- git clone git://github.com/alchemy-fr/Phraseanet-Indexer.git
- sh -c "cd Phraseanet-Indexer && aclocal && automake -a && autoconf && ./configure --quiet && make --quiet && sudo cp phraseanet_indexer /usr/local/bin"
- wget http://pecl.php.net/get/imagick-3.1.0RC2.tgz - wget http://pecl.php.net/get/imagick-3.1.0RC2.tgz
- tar -xzf imagick-3.1.0RC2.tgz - tar -xzf imagick-3.1.0RC2.tgz
- sh -c "cd imagick-3.1.0RC2 && phpize && ./configure --with-imagick=/usr/local && make && sudo make install" - sh -c "cd imagick-3.1.0RC2 && phpize && ./configure --with-imagick=/usr/local && make && sudo make install"