Skip to content

Commit

Permalink
Include post-package installation links in install docs (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
begriffs committed May 15, 2017
1 parent 59138b6 commit 3623800
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installation/production_deb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Steps to be executed on all nodes
# Add Citus repository for package manager
curl https://install.citusdata.com/community/deb.sh | sudo bash

.. _post_install:

**2. Install PostgreSQL + Citus and initialize a database**

::
Expand Down
1 change: 1 addition & 0 deletions installation/production_rhel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Steps to be executed on all nodes
# Add Citus repository for package manager
curl https://install.citusdata.com/community/rpm.sh | sudo bash

.. _post_install:

**2. Install PostgreSQL + Citus and initialize a database**

Expand Down
2 changes: 2 additions & 0 deletions installation/single_machine_deb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ This section describes the steps needed to set up a single-node Citus cluster on
sudo apt-get -y install postgresql-9.6-citus-6.1


.. _post_install:

**2. Initialize the Cluster**

Citus has two kinds of components, the coordinator and the workers. The coordinator coordinates queries and maintains metadata on where in the cluster each row of data is. The workers hold your data and respond to queries.
Expand Down
2 changes: 2 additions & 0 deletions installation/single_machine_docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ This section describes setting up a Citus cluster on a single machine using dock
The above version of Docker Compose is sufficient for running Citus, or you can install the `latest version <https://github.com/docker/compose/releases/latest>`_.

.. _post_install:

**2. Start the Citus Cluster**

Citus uses Docker Compose to run and connect containers holding the database coordinator node, workers, and a persistent data volume. To create a local cluster download our Docker Compose configuration file and run it
Expand Down
2 changes: 2 additions & 0 deletions installation/single_machine_rhel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ This section describes the steps needed to set up a single-node Citus cluster on
# install Citus extension
sudo yum install -y citus61_96

.. _post_install:

**2. Initialize the Cluster**

Citus has two kinds of components, the coordinator and the workers. The coordinator coordinates queries and maintains metadata on where in the cluster each row of data is. The workers hold your data and respond to queries.
Expand Down

0 comments on commit 3623800

Please sign in to comment.