elephant-shed.io Open in urlscan Pro
93.94.130.74  Public Scan

Submitted URL: https://packages.credativ.com/
Effective URL: https://elephant-shed.io/project/debian/
Submission: On October 03 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Cookie Policy
elephant-shed.io benutzt Cookies, um seinen Besuchern das beste
Webseiten-Erlebnis zu ermöglichen. Tracking-Cookies sind hier optional. Weitere
Informationen erhalten Sie in unserer Datenschutzerklärung
Nur benötigte Cookies erlaubenAlle Cookies erlauben
Toggle navigation Elephant Shed
 * Intro
 * Features
 * Download
 * Roadmap
 * Talks
 * Support
 *  English
   * Deutsch


DEBIAN PACKAGES

 
 * 
 * 
 * 
 * 
 * 

Prebuilt Debian 10 “Buster” packages are available from
https://apt.postgresql.org/. You can add this as a repository to your Debian
Buster installation and just do the normal routine installing software. Some
Elephant Shed components additionally need buster-backports.


INSTALLATION ON DEBIAN 10 “BUSTER”

# Become superuser
su

# Install tools
apt-get install curl ca-certificates gnupg2

# Use official PostgreSQL repo, apt.postgresql.org
echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main" | tee -a /etc/apt/sources.list.d/pgdg.list
curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -

# Use backports repository
echo "deb https://deb.debian.org/debian/ buster-backports main" | tee -a /etc/apt/sources.list.d/backports.list

# Install elephant-shed
apt-get update
apt-get install elephant-shed

# Choose desired PostgreSQL versions to install
apt-get install postgresql-13

# Every user in the group "elephant-shed" is allowed to login at the portal
# Add all needed users to this group
/sbin/adduser <USERNAME> elephant-shed


Notice: The packages contain the Elephant Shed components and some basic
configuration. Tuning, user management, and setting up a firewall remain to be
done on the user’s side.

 * ← Ubuntu Packages

© 2017-2021 credativ GmbH · Impressum · Rechtshinweise · Datenschutz

Powered by the Academic theme for Hugo.