gemstash-start - Starts the Gemstash server
gemstash start [--no-daemonize] [--config-file FILE]
Starts the Gemstash server.
-
--config-file FILE
: Specify the config file to use. If you aren't using the default config file at~/.gemstash/config.yml
or~/.gemstash/config.yml.erb
, then you must specify the config file via this option. -
--no-daemonize
: The Gemstash server daemonizes itself by default. Provide this option to instead run the server untilCtrl-C
is typed. When not daemonized, the log will be output to standard out.