Install software

Install YugabyteDB on each of the nodes using the steps shown below.

Download

Download the YugabyteDB binary package as described in the Quick Start section.

Copy the YugabyteDB package into each instance and then run the following commands.

  1. $ tar xvfz yugabyte-<version>-<os>.tar.gz && cd yugabyte-<version>/

Configure

  • Run the post_install.sh script to make some final updates to the installed software.
  1. $ ./bin/post_install.sh