mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Update README
This commit is contained in:
38
README.md
38
README.md
@@ -1,5 +1,5 @@
|
|||||||
Phraseanet 3.7 - Digital Asset Management application
|
Phraseanet 3.7 - Digital Asset Management application
|
||||||
=================================================
|
=====================================================
|
||||||
|
|
||||||
[](http://travis-ci.org/alchemy-fr/Phraseanet)
|
[](http://travis-ci.org/alchemy-fr/Phraseanet)
|
||||||
|
|
||||||
@@ -7,45 +7,21 @@ Phraseanet 3.7 - Digital Asset Management application
|
|||||||
|
|
||||||
Metadatas Management (include Thesaurus and DublinCore Mapping)
|
Metadatas Management (include Thesaurus and DublinCore Mapping)
|
||||||
Search Engine (Sphinx Search Integration)
|
Search Engine (Sphinx Search Integration)
|
||||||
RestFull APIS (See Developer Documentation https://docs.phraseanet.com/3.6/Devel)
|
RestFull APIS (See Developer Documentation https://docs.phraseanet.com/Devel)
|
||||||
Bridge to Youtube/Dailymotion/Flickr
|
Bridge to Youtube/Dailymotion/Flickr
|
||||||
|
|
||||||
#Documentation :
|
#Documentation :
|
||||||
|
|
||||||
https://docs.phraseanet.com/3.6/
|
https://docs.phraseanet.com/
|
||||||
|
|
||||||
#Easy Installation
|
#Installation
|
||||||
|
|
||||||
Get the latest sources here https://github.com/alchemy-fr/Phraseanet/downloads
|
You **must** not download the source from GitHub, but download a packaged version here :
|
||||||
|
|
||||||
**Setup your webserver**
|
https://sourceforge.net/projects/phraseanet/files/
|
||||||
|
|
||||||
***Nginx***
|
And follow the install steps described at https:////docs.phraseanet.com/Admin/
|
||||||
<pre>
|
|
||||||
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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</pre>
|
|
||||||
|
|
||||||
|
|
||||||
Let's go !
|
|
||||||
|
|
||||||
#License
|
#License
|
||||||
|
|
||||||
Phraseanet is licensed under GPL-v3 license.
|
Phraseanet is licensed under GPL-v3 license.
|
||||||
|
|
||||||
[1]: http://developer.phraseanet.com/
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user