<?php require_once( dirname(dirname(dirname( __FILE__ ))) . '/wp-load.php' ); ?>
<!-- START of header -->
<?php get_header(); ?>
<!-- END of header -->

<!-- warapper -->

<div class="docs-content">
    <!-- START of page navigation -->
    <?php get_template_part( 'docs_navigation' ); ?>
    <!-- END of page navigation -->
    <!-- START of pusher -->
    <div class="docs-content-body">
        <div id="content" class="docs-content-body__inner">


            <div id="outline-container-1" class="outline-3">
            <h1 id="sec-1"><span class="section-number-3">2.3</span> Run your First GridDB Node/Cluster </h1>
            <div class="outline-text-3" id="text-1">


            <h3>Quickstart</h3>
                
            <p> We will be taking a quick look at running your first GridDB node/cluster. Please take a look at the example below.</p> 
                
            <h3>Start a Server</h3>  
                
<pre class="example">
$ export GS_HOME=$PWD
$ export GS_LOG=$PWD/log

$ bin/gs_passwd admin
#input your_password
$ vi conf/gs_cluster.json
#"clusterName":"your_clustername" #&lt;-- input your_clustername
$ export no_proxy=127.0.0.1
$ bin/gs_startnode
$ bin/gs_joincluster -c your_clustername -u admin/your_password
</pre>    
            </p>
            
        </div>
    </div>
</div>
</div>
</div>
<!-- / main -->

<?php get_footer(); ?>
