Changes between Version 8 and Version 9 of StartUp


Ignore:
Timestamp:
Sep 28, 2012, 12:20:16 PM (12 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StartUp

    v8 v9  
    2828 
    2929The following table details the possible startup options. You can get this list any time by using the {{{-help}}} option. 
    30 {{{#!comment 
     30 
    3131|| -base PATH          || Path to the !RefactorErl base directory                                || 
    3232|| -browser_root       || Set the file browser root directory                                    || 
     
    3434|| -bufsrv            || Bufferserver will be compiled (use with ''-build tool'')   || 
    3535|| -client             || Start in client mode (no server is started)                            || 
    36 || -db [mnesia|nif|kcmini] || The database engine to use (default: mnesia)                       || 
     36|| -db [mnesia|nif] || The database engine to use (default: mnesia)                       || 
    3737|| -dir DIR            || Sets the !RefactorErl data directory                                   || 
    3838|| -emacs              || Start as an Emacs client                                               || 
     
    5454|| -yaws_port PORT     || Set yaws port                                                          || 
    5555|| -synchronize        || Database synchronization                                               || 
    56 }}} 
    57  
    58 || -base PATH          || Path to the !RefactorErl base directory                                || 
    59 || -browser_root       || Set the file browser root directory                                    || 
    60 || -build TARGET       || Build TARGET (e.g. tool, doc, clean)                                   || 
    61 || -client             || Start in client mode (no server is started)                            || 
    62 || -db [mnesia|nif]    || The database engine to use (default: mnesia)                           || 
    63 || -dir DIR            || Sets the !RefactorErl data directory                                   || 
    64 || -emacs              || Start as an Emacs client                                               || 
    65 || -erl PATH           || Path to the Erlang executable to use                                   || 
    66 || -g++ PATH           || Path of the g++ compiler to use                                        || 
    67 || -help               || Print this help text                                                   || 
    68 || -images_dir         || Set root directory where generated Nitrogen images will be written     || 
    69 || -name NAME          || Full name of the Erlang node                                           || 
    70 || -nitrogen           || Start with Nitrogen                                                    || 
    71 || -no_nif             || NIF code will not be compiled (use with ''-build tool'')               || 
    72 || -server             || Start in server mode (no shell is started)                             || 
    73 || -sname NAME         || Short name of the Erlang node                                          || 
    74 || -srvname NAME       || Name of the Erlang server node to connect                              || 
    75 || -yaws               || Start with yaws web server                                             || 
    76 || -yaws_listen IP     || Set yaws IP                                                            || 
    77 || -yaws_name NAME     || Set yaws server name                                                   || 
    78 || -yaws_path PATH     || Path to the Yaws ebin directory (need /ebin at the end)                || 
    79 || -yaws_port PORT     || Set yaws port                                                          || 
    8056 
    8157==== Server mode 
     
    8965=== Embedded application 
    9066 
    91 User interfaces like [EmacsInterface Emacs] and [EclipseInterface Eclipse] are capable of starting their embedded instance of !RefactorErl. For further information visit the pages of various interfaces. 
     67User interfaces like [EmacsInterface Emacs] are capable of starting their embedded instance of !RefactorErl. For further information visit the pages of various interfaces.