Alexandre BRACH cb198fb52f fix max upload
2019-06-06 14:11:54 +02:00
2018-11-14 15:48:41 +01:00
2019-06-06 14:11:54 +02:00
2018-05-17 21:13:28 +02:00
2019-06-04 12:07:32 +02:00
2015-12-02 17:35:42 +01:00
2018-09-05 16:08:18 +02:00
2019-05-21 18:07:41 +04:00
2018-09-03 15:17:27 +02:00
2019-05-02 17:39:08 +02:00
2019-02-01 17:37:22 +01:00
2019-06-06 12:11:25 +02:00
2019-05-02 13:44:51 +02:00
2015-12-02 17:35:36 +01:00
2011-12-05 00:23:28 +01:00
2015-09-23 15:46:06 +02:00
2019-05-24 17:18:11 +02:00
2019-06-04 13:09:45 +04:00

Phraseanet 4.1 - Digital Asset Management application

CircleCI

Features :

  • Metadata Management (include Thesaurus and DublinCore Mapping)
  • RestFull APIS
  • Elasticsearch search engine
  • Multiple resolution assets generation

Documentation :

https://docs.phraseanet.com/

Installation :

You must not download the source from GitHub, but download a packaged version here :

https://www.phraseanet.com/download/

And follow the install steps described at https://docs.phraseanet.com/4.0/en/Admin/Install.html

Try Phraseanet :

You can also download a testing pre installed Virtual Machine in OVA format here :

https://www.phraseanet.com/download/

Development :

For development purpose Phraseanet is shipped with ready to use development environments using vagrant.

  • git clone
  • vagrant up

For development with Phraseanet API see https://docs.phraseanet.com/4.0/en/Devel/index.html

License :

Phraseanet is licensed under GPL-v3 license.

Docker build

WARNING : still in a work-in-progress status and can be used only for test purposes.

The docker distribution come with 2 differents containers :

  • an nginx that act as the front http server.
  • the php-fpm who serves the php files through nginx.

How to build

The two images can be built respectively with these two commands :

# nginx server
docker build --target phraseanet-nginx -t local/phraseanet-nginx .

# php-fpm application
docker build --target phraseanet -t local/phraseanet .
Languages
PHP 68.6%
Twig 12.8%
JavaScript 11.4%
SCSS 3.9%
HTML 2.1%
Other 1%