Skip to content

Run CrateDB in UBUNTU #20

@marregui

Description

@marregui

As per discourse, and related to crate/crate#10058, documented command

sudo apt-get install crate

launches CrateDB with a default configuration, which results in the formation of a cluster, and then users need to do uncomfortable admin to amend.

This gives context for command

sudo apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install crate

which will auto yes the question during the install steps, allowing users to provide a config file upfront (/etc/crate/crate.yml), with the desired cluster topology, name, etc.

Users should be aware of this discovery related feature.

Maybe users should be prompted during the installation process as to whether they want the default config, and when not, point the path to the desired one, so that the contents can be copied over.

Metadata

Metadata

Assignees

No one assigned

    Labels

    pitchA feature or request about anything, content and layout.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions