Changes between Version 8 and Version 9 of StartUp
- Timestamp:
- Sep 28, 2012, 12:20:16 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StartUp
v8 v9 28 28 29 29 The following table details the possible startup options. You can get this list any time by using the {{{-help}}} option. 30 {{{#!comment 30 31 31 || -base PATH || Path to the !RefactorErl base directory || 32 32 || -browser_root || Set the file browser root directory || … … 34 34 || -bufsrv || Bufferserver will be compiled (use with ''-build tool'') || 35 35 || -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) || 37 37 || -dir DIR || Sets the !RefactorErl data directory || 38 38 || -emacs || Start as an Emacs client || … … 54 54 || -yaws_port PORT || Set yaws port || 55 55 || -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 ||80 56 81 57 ==== Server mode … … 89 65 === Embedded application 90 66 91 User interfaces like [EmacsInterface Emacs] a nd [EclipseInterface Eclipse] are capable of starting their embedded instance of !RefactorErl. For further information visit the pages of various interfaces.67 User interfaces like [EmacsInterface Emacs] are capable of starting their embedded instance of !RefactorErl. For further information visit the pages of various interfaces.