Skip to content

Commit

Permalink
update docs: remove server and client
Browse files Browse the repository at this point in the history
Signed-off-by: zhuzhengyi1 <zhuzhengyi@jd.com>
  • Loading branch information
zhuzhengyi1 authored and awzhgw committed Jul 4, 2019
1 parent 3c6ccae commit ff5e4c9
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions docs/source/quick-start-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,7 @@ Quick Start Guide
Building
--------

Build Servers
^^^^^^^^^^^^^

In ChubaoFS, the server consists of the resource manager, metanode and datanode, which are compiled to a single binary for deployment convenience.

Building of ChubaoFS server depends on RocksDB, `build RocksDB v5.9.2+ <https://github.com/facebook/rocksdb/blob/master/INSTALL.md>`_ .
Recommended installation uses `make static_lib` .

ChubaoFS server is built with the following command:

.. code-block:: bash
cd cmd; sh build.sh
Build Client
^^^^^^^^^^^^

.. code-block:: bash
cd client; sh build.sh
Or use following command to build together:
Use following command to build server and client:

.. code-block:: bash
Expand Down

0 comments on commit ff5e4c9

Please sign in to comment.