Changes between Version 11 and Version 12 of StartUp


Ignore:
Timestamp:
Mar 11, 2015, 12:43:00 PM (10 years ago)
Author:
manualwiki
Comment:

example bin/referl configuration file.

Legend:

Unmodified
Added
Removed
Modified
  • StartUp

    v11 v12  
    2525}}} 
    2626 
    27 ==== Options 
    28  
     27[=#options]  
     28==== Options  
    2929The following table details the possible startup options. You can get this list any time by using the {{{-help}}} option. 
    3030 
     
    6464  || -restricted_mode  ||  Set restricted mode on the web interface or  on a !RefactorErl started as server || 
    6565 
     66==== Configuration File 
     67 
     68The same [#options Options ] may be used in the user configuration file ${HOME}/.referlrc. [[br]] 
     69This can be useful when multiple long command line switches are required to start the {{{bin/referel}}} tool.[[br]] 
     70The tool first reads the specified switches from the ${HOME}/.referlrc and then applies the command line arguments, if any.[[br]] 
     71Please note, this feature is currently not available on Windows. 
     72 
     73Example configuration file: 
     74{{{#!erlang 
     75% User configuration file 
     76% single entries are just plain strings like: nitrogen 
     77% entries with user defined second argument are tuples eg.: {erl, path_to_erl} 
     78% 
     79% {erl,path_to_erl} 
     80% {base,basedir} 
     81% {name,instancename} 
     82% {sname,servername} 
     83% {srvname,yourservername} 
     84% server 
     85% emacs 
     86% wx 
     87% qt 
     88% vim 
     89% nitrogen 
     90% web2 
     91% {browser_root,browserroot} 
     92% {images_dir,imgdir} 
     93% yaws 
     94% {yaws_path,path} 
     95% {yaws_name,name} 
     96% {yaws_port,port} 
     97% {yaws_listen,ipaddress} 
     98% gcc 
     99% g++ 
     100% build 
     101% no_cpp 
     102% bufsrv 
     103% ericsson 
     104% {igraph,path} 
     105% yaws_189 
     106% client 
     107% synchronize 
     108% {wrangler,path} 
     109% dbtype = mnesia nif kcmini 
     110% {db,dbtype} 
     111% {dbmod,dbmod} 
     112% {dir,referldir} 
     113% {dbargs,dbargs} 
     114% {pos,posi} 
     115% qt_gui 
     116}}} 
    66117 
    67118