Attachments:- phar.docx
FYI Antoine,there' s a french mailing list : phrasea-install-fr@googlegroups.com
Welcome, You are about to install Phraseanet
Check Online for required list of components and web server setup
You will need a MySQL server, documents storage folders, and setup web server to publish some of these folders
Please take notice of the followings points, and finish installation.
twig missingNo opcode cache detected. Phraseanet highly recommends the use of XCache or APC.It is not recommended to install Phraseanet without HTTPS supportgit clone https://github.com/alchemy-fr/Phraseanet-Indexer phraseanet_indexer cd phraseanet_indexer aclocal automake -a autoconf ./configure make make install
Attachments:- 2.docx
phraseanet_indexer -?
hraseanet_indexer version 3.9.0.8
Usage : phraseanet_indexer <options>
[-? | --help] : this help
[-v | --version : display version and quit
[-h | --host]=<addr> : host addr. of applicationBox (default '127.0.0.1')
[-P | --port]=<port> : port of applicationBox (default '3306')
[-b | --base]=<base> : database of applicationBox (default 'phrasea')
[-u | --user]=<user> : user account for connection to applicationBox (default 'root')
[-p | --password]=<pwd> : password for connection to applicationBox (default '')
[-s | --socket]=<port> : port for telnet control (default none)
[-f | --flush]=<n> : flush every n records (default 50)
[-o | --old] : use old 'sbas' table instead of 'xbas'
[ --quit] : index once and quit
[-c | --clng]=<lng> : default language for new candidates terms (default 'fr')
[-n | --nolog] : do not log, but out to console
[-d | --debug]=<mask> : debug mask (to console)
1 : xml parsing
2 : sql errors
4 : sql ok
8 : memory alloc.
16 : record ops.
32 : structure ops.
64 : flush ops.
[-@ | --optfile]=<file> : read (more) arguments from text file (see 'sample_args.txt')
[--default-character-set]=<charset> : charset of applicationBox AND dataBoxes (default none)
example:
phraseanet_indexer -h=192.168.0.1 --base=dbTest --clng=en --nolog
/----- xbas from 127.0.0.1:3306:phrasea ----
Can't connect to applicationBox
\-----------------------------
but have 2 db named as databox and phrasenet .
as you have marked in your blog i have done the following
phraseanet_indexer --debug=64 --nolog --optfile=indexerargs.txt
OPTIONFILE : 'indexerargs.txt'
[LOGL_INFO].[LOGC_PROG_START] :
Program starting
i dont find any output as shown in your example .