Altinity / documentationIssues

Used to log issues with the Altinity Documentation Site.
2 stars 0 forks source link

AltinityStableBuilds/StableQuickStartGuide/deb-install.md #32

Open docschick opened 1 year ago

docschick commented 1 year ago

@docs-altinity There are two commands that have the term "dev" included in them that need to be fixed by removing "dev" -- as Ton pointed out, customers do not get confidence when seeing "dev" in a command of a production ready command.

1) Install the Altinity package signing keys: sudo sh -c 'mkdir -p /usr/share/keyrings && curl -s https://builds.altinity.cloud/apt-repo/pubkey.gpg | gpg --dearmor > /usr/share/keyrings/altinity-dev-archive-keyring.gpg' ---> altinity-archive-keyring.gpg

2) Update the apt-get repository to include the Altinity Stable build repository with the following commands: sudo sh -c 'echo "deb [signed-by=/usr/share/keyrings/altinity-dev-archive-keyring.gpg] https://builds.altinity.cloud/apt-repo stable main" > /etc/apt/sources.list.d/altinity-dev.list' ---> altinity-archive-keyring.gpg and /altinity.list

docs-altinity commented 1 year ago

Fixed:

1bd6501e7 (HEAD -> main, origin/main, origin/HEAD) Remove dev from keyring altinity-dev-archive-keyring.gpg 2 locations

See:

https://docs.altinity.com/altinitystablebuilds/stablequickstartguide/deb-install/