installing setup of phraseanet

176 views
Skip to first unread message

Web Development

unread,
Jan 11, 2018, 9:36:47 AM1/11/18
to phrasea-i...@googlegroups.com
hello
i am trying to setup phraseanet application on my local machine xamp server, but that not setup on local and showing following error. 
Inline image 1
also i tried to setup on my live server same error shown on server.
this is link of live server: http://webdevelopment11.com/Phraseanet/www/index.php/setup

Please provide me guidance for correctly setup application.
Thank you.

pot...@gmail.com

unread,
Jan 12, 2018, 12:40:40 PM1/12/18
to phrasea-install-en

Hello,


Try to activate the rewrite mod of apache and create a virtualhost.


such as


<VirtualHost *:80>

 ServerName sub.domain.tld


 DocumentRoot "/var/www/Phraseanet/www"


 <Directory "/var/www/Phraseanet/www">

     DirectoryIndex index.php

     Options Indexes FollowSymLinks

     AllowOverride All

 </Directory>


</VirtualHost>


Your can also dowload the Phraseanet virtualbox VM from https://www.phraseanet.com/builds/vm/vm_ovf1_vmdk_phraseanet40_rc_20170410.zip


Best regards

Reply all
Reply to author
Forward
0 new messages