2012-01-11 13:48:30 +01:00
2011-12-20 18:30:19 +01:00
2011-12-12 16:30:37 +01:00
2011-12-07 18:09:20 +01:00
2011-12-08 12:10:15 +01:00
2012-01-11 12:12:37 +01:00
2012-01-03 15:06:10 +01:00
2011-12-07 17:42:08 +01:00
2012-01-11 11:25:32 +01:00
2011-12-09 10:49:02 +01:00
2012-01-11 13:48:30 +01:00
2011-12-07 17:13:04 +01:00
2011-12-08 00:06:59 +01:00
2011-12-05 00:23:28 +01:00
2011-12-05 00:23:28 +01:00
2011-12-05 00:23:28 +01:00
2011-12-08 20:22:41 +01:00
2011-12-07 18:52:36 +01:00

Phraseanet 3.5 - Digital Asset Management application

#Features :

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

#Documentation :

http://docs.phraseanet.com

#Easy Installation

Fetch Sources


git clone git://github.com/alchemy-fr/Phraseanet.git Phraseanet
cd Phraseanet
./vendors.php

Setup your webserver

Nginx

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

  index  index.php;


  location /web {
    alias /path/to/Phraseanet/datas/web;
  }
  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%