Romain 7c7788ea1e Merge pull request #77 from nlegoff/fix_dm_upload
Fix dailymotion upload through phraseanet bridge
2012-05-04 07:08:15 -07:00
2012-03-26 14:12:52 +02:00
2012-03-07 15:15:38 +01:00
2011-12-07 18:09:20 +01:00
2012-02-23 14:25:55 +01:00
2012-05-03 15:04:20 +02:00
2012-03-19 18:06:23 +01:00
2011-12-07 17:42:08 +01:00
2012-05-03 20:52:04 +02:00
2011-12-09 10:49:02 +01:00
2012-05-03 20:52:04 +02:00
2012-03-09 15:59:04 +01:00
2012-01-25 11:21:37 +01:00
2012-05-03 15:32:57 +02:00
2011-12-05 00:23:28 +01:00
2012-03-09 12:46:40 +01:00
2012-02-13 19:52:12 +01:00
2011-12-05 00:23:28 +01:00
2012-01-26 14:42:21 +01:00
2012-05-03 15:34:39 +02:00

Phraseanet 3.6 - Digital Asset Management application

#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 latests sources here https://github.com/alchemy-fr/Phraseanet/downloads

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%