Changes between Version 6 and Version 7 of StartUp


Ignore:
Timestamp:
Sep 17, 2012, 12:11:26 PM (12 years ago)
Author:
manualwiki
Comment:

updated start up script (only in comment)

Legend:

Unmodified
Added
Removed
Modified
  • StartUp

    v6 v7  
    2828 
    2929The following table details the possible startup options. You can get this list any time by using the {{{-help}}} option. 
     30{{{#!comment 
     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|| -client             || Start in client mode (no server is started)                            || 
     35|| -db [mnesia|nif|kcmini] || The database engine to use (default: mnesia)                       || 
     36|| -dir DIR            || Sets the !RefactorErl data directory                                   || 
     37|| -emacs              || Start as an Emacs client                                               || 
     38|| -erl PATH           || Path to the Erlang executable to use                                   || 
     39|| -g++ PATH           || Path of the g++ compiler to use                                        || 
     40|| -help               || Print this help text                                                   || 
     41|| -images_dir         || Set root directory where generated Nitrogen images will be written     || 
     42|| -name NAME          || Full name of the Erlang node                                           || 
     43|| -nitrogen           || Start with Nitrogen                                                    || 
     44|| -no_cpp             || CPP code will not be compiled (use with ''-build tool'')               || 
     45|| -restricted_mode    || Set restricted mode on the web interface                               || 
     46|| -server             || Start in server mode (no shell is started)                             || 
     47|| -sname NAME         || Short name of the Erlang node                                          || 
     48|| -srvname NAME       || Name of the Erlang server node to connect                              || 
     49|| -yaws_189           || Prepare for the Yaws 1.89 to use during compilation (use with '-build tool') || 
     50|| -yaws_listen IP     || Set yaws IP                                                            || 
     51|| -yaws_name NAME     || Set yaws server name                                                   || 
     52|| -yaws_path PATH     || Path to the Yaws ebin directory (need /ebin at the end)                || 
     53|| -yaws_port PORT     || Set yaws port                                                          || 
     54|| -synchronize        || Database synchronization                                               || 
     55}}} 
    3056 
    3157|| -base PATH          || Path to the !RefactorErl base directory                                ||