Changes between Initial Version and Version 1 of Ticket #38485, comment 1


Ignore:
Timestamp:
Mar 22, 2013, 9:54:07 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38485, comment 1

    initial v1  
    11Here is startup line from Linux Arch for rethinkdb.
    22
    3 
     3{{{
    44Environment=CLUSTER_PORT=29015
    55Environment=DRIVER_PORT=28015
     
    77Environment=PORT_OFFSET=0
    88/usr/bin/rethinkdb serve -d /var/lib/rethinkdb --cluster-port $CLUSTER_PORT --driver-port $DRIVER_PORT --port-offset $PORT_OFFSET --http-port $HTTP_PORT --pid-file /run/rethinkdb/rethinkdb.pid
    9 
     9}}}
    1010
    1111macports should use similar command (but use correct prefix).