jygaulier 2a75b76f32 fix #977 (redirection vers collection dans task archive)
fix #969 (arrêt de la task d'archivage)
fix #982 (symfony/process returnValue = -1)
2012-11-05 18:12:51 +01:00
2012-07-20 17:10:38 +02:00
2012-10-30 11:28:35 +01:00
2011-12-07 18:09:20 +01:00
2012-02-23 14:25:55 +01:00
2012-06-13 20:18:20 +02:00
2012-10-17 16:49:05 +02:00
2011-12-07 17:42:08 +01:00
2012-11-05 18:11:09 +01:00
2012-10-18 16:41:59 +02:00
2011-12-09 10:49:02 +01:00
2012-11-05 18:11:09 +01:00
2012-05-23 19:26:18 +02:00
2012-05-21 21:08:38 +02:00
2012-10-29 21:38:58 +01:00
2012-06-14 14:02:08 +02:00
2012-04-26 00:55:53 +02:00
2012-10-25 11:20:51 +02:00
2012-10-24 18:00:48 +02:00
2012-06-14 14:02:08 +02:00
2012-04-26 00:55:53 +02:00
2011-12-05 00:23:28 +01:00
2012-04-26 00:55:53 +02:00
2012-04-25 13:54:49 +02:00
2012-04-14 11:57:28 +02:00
2012-07-24 12:36:50 +02:00
2012-07-13 16:34:20 +02:00
2012-07-13 16:34:20 +02:00

Phraseanet 3.7 - Digital Asset Management application

Build Status

#Features :

Metadatas Management (include Thesaurus and DublinCore Mapping) Search Engine (Sphinx Search Integration) RestFull APIS (See Developer Documentation https://docs.phraseanet.com/3.6/Devel) Bridge to Youtube/Dailymotion/Flickr

#Documentation :

https://docs.phraseanet.com/3.6/

#Easy Installation

Get the latest sources here https://github.com/alchemy-fr/Phraseanet/downloads

Setup your webserver

Nginx

server {
    listen        80;
    server_name   subdomain.domain.tld;
    root          /path/to/Phraseanet/www;

    index         index.php;

    location /download {
        internal;
        alias /path/to/Phraseanet/tmp/download;
    }
    location /lazaret {
        internal;
        alias /path/to/Phraseanet/tmp/lazaret;
    }
}

Let's go !

#License

Phraseanet is licensed under GPL-v3 license.

Languages
PHP 68.6%
Twig 12.8%
JavaScript 11.4%
SCSS 3.9%
HTML 2.1%
Other 1%