Changes between Version 10 and Version 11 of StartUp


Ignore:
Timestamp:
Sep 17, 2014, 4:59:31 PM (11 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StartUp

    v10 v11  
    2929The following table details the possible startup options. You can get this list any time by using the {{{-help}}} option. 
    3030 
    31 || -base PATH          || Path to the !RefactorErl base directory                                || 
    32 || -browser_root       || Set the file browser root directory                                    || 
    33 || -build TARGET       || Build TARGET (e.g. tool, doc, clean)                                   || 
    34 || -bufsrv            || Bufferserver will be compiled (use with ''-build tool'')   || 
    35 || -client             || Start in client mode (no server is started)                            || 
    36 || -db [mnesia|nif|kcmini] || The database engine to use (default: mnesia)                       || 
    37 || -dir DIR            || Sets the !RefactorErl data directory                                   || 
    38 || -emacs              || Start as an Emacs client                                               || 
    39 || -erl PATH           || Path to the Erlang executable to use                                   || 
    40 || -g++ PATH           || Path of the g++ compiler to use                                        || 
    41 || -help               || Print this help text                                                   || 
    42 || -images_dir         || Set root directory where generated Nitrogen images will be written     || 
    43 || -name NAME          || Full name of the Erlang node                                           || 
    44 || -nitrogen           || Start with Nitrogen                                                    || 
    45 || -no_cpp             || CPP code will not be compiled (use with ''-build tool'')               || 
    46 || -restricted_mode    || Set restricted mode on the web interface                               || 
    47 || -server             || Start in server mode (no shell is started)                             || 
    48 || -sname NAME         || Short name of the Erlang node                                          || 
    49 || -srvname NAME       || Name of the Erlang server node to connect                              || 
    50 || -yaws_189           || Prepare for the Yaws 1.89 to use during compilation (use with '-build tool') || 
    51 || -yaws_listen IP     || Set yaws IP                                                            || 
    52 || -yaws_name NAME     || Set yaws server name                                                   || 
    53 || -yaws_path PATH     || Path to the Yaws ebin directory (need /ebin at the end)                || 
    54 || -yaws_port PORT     || Set yaws port                                                          || 
    55 || -synchronize        || Database synchronization                                               || 
     31  || -build TARGET     ||  Build TARGET (e.g. tool, doc, clean) || 
     32  || -bufsrv           ||  Build bufferserver (use with '-build tool') || 
     33  || -igraph PATH      ||  Path to the Igraph lib directory (use with '-build tool') || 
     34  || -qt_gui           ||  Build Qt GUI (use with '-build tool') || 
     35  || || || 
     36  || -client           ||  Start in client mode (no server is started) || 
     37  || -db DB            ||  [mnesia|nif|kcmini] The database engine to use (default: mnesia) || 
     38  || -dir DIR          ||  Sets the !RefactorErl data directory || 
     39  || -base PATH        ||  Path to the !RefactorErl base directory || 
     40  || -pos POS          ||  [abs|rel] The positioning mode to use (default: abs) || 
     41  || -erl PATH         ||  Path to the Erlang executable to use || 
     42  || -g++ PATH         ||  Path of the g++ compiler to use || 
     43  || -synchronize      ||  Database synchronization || 
     44  || -help             ||  Print this help text || 
     45  || || || 
     46  || -server           ||  Start in server mode (no shell is started) || 
     47  || -sname NAME       ||  Short name of the Erlang node || 
     48  || -name NAME        ||  Full name of the Erlang node || 
     49  || -srvname NAME     ||  Name of the Erlang server node to connect || 
     50  || -client           ||  Start in client mode (no server is started) || 
     51  || || || 
     52  || -emacs            ||  Start as an Emacs client || 
     53  || -vim              ||  Start as a Vim client || 
     54  || -wx               ||  Start as a Wx client || 
     55  || || || 
     56  || -nitrogen         ||  Start with Nitrogen || 
     57  || -web2             ||  Start with Web2 || 
     58  || -yaws_path PATH   ||  Path to the Yaws ebin directory (need /ebin at the end) || 
     59  || -yaws_name NAME   ||  Set Yaws server name || 
     60  || -yaws_port PORT   ||  Set Yaws port || 
     61  || -yaws_listen IP   ||  Set Yaws IP || 
     62  || -browser_root     ||  Set the file browser root directory || 
     63  || -images_dir       ||  Set root directory where generated Nitrogen images will be written || 
     64  || -restricted_mode  ||  Set restricted mode on the web interface or  on a !RefactorErl started as server || 
     65 
     66 
    5667 
    5768==== Server mode