Files
Phraseanet/README.md
Romain Neutron 52fb1176e4 Update README
2012-07-24 12:38:08 +02:00

1.1 KiB

Phraseanet 3.8 - 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.