============
Installation
============

Anaconda Scale is installed and managed using the Anaconda platform installer,
Anaconda Adam. For more information on installation, security, account, network
and other Anaconda Scale requirements, see the 
:doc:`system requirements for Anaconda Adam <../anaconda-adam/install/requirements>`. For
more information about the installation process, see :doc:`the Anaconda Adam installation instructions <../anaconda-adam/install/index>`.

After installing Anaconda Adam and provisioning a cluster, you can install a
centrally managed version of Anaconda--including :doc:`Anaconda Accelerate <../accelerate/index>`--on all of the
cluster nodes using:

.. code-block:: bash

    $ adam scale -n <cluster-name> cluster install

To install Dask and Distributed and then start Distributed workers on all
of the cluster nodes, use:

.. code-block:: bash

    $ adam scale -n <cluster-name> dask install

To install a single-user Jupyter Notebook server on the head node of
the cluster, use:

.. code-block:: bash

    $ adam scale -n <cluster-name> notebook install
