Giter VIP home page Giter VIP logo

Comments (5)

ajhurst avatar ajhurst commented on May 24, 2024 3

I can verify that the Ubuntu 20.04 script also works for 22.04

from lizardfs.

BloodBlight avatar BloodBlight commented on May 24, 2024 2

Also, the lizardfs.key doesn't appear to be in the root or the packages folder.

from lizardfs.

ictus4u avatar ictus4u commented on May 24, 2024

DRAFT

Debian 11

sudo apt update
sudo apt dist-upgrade
sudo apt install ca-certificates gnupg lsb-release
sudo mkdir -p /root/.gnupg 
sudo chmod -R u+rwX,go= /root/.gnupg
sudo mkdir -p /usr/share/keyrings
sudo gpg --no-default-keyring --keyring /usr/share/keyrings/lizardfs-archive-keyring.gpg --keyserver hkps://keyserver.ubuntu.com --receive-keys 0x87026F04A1B61746
sudo chmod 644 /usr/share/keyrings/lizardfs-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/lizardfs-archive-keyring.gpg] https://dev.lizardfs.com/packages bullseye/" | sudo tee /etc/apt/sources.list.d/lizardfs.list > /dev/null
sudo apt update
sudo apt install lizardfs-master=3.12.0 lizardfs-chunkserver=3.12.0 lizardfs-client=3.12.0

Ubuntu 20.04

sudo apt update
sudo apt dist-upgrade
sudo apt install ca-certificates gnupg lsb-release
sudo mkdir -p /root/.gnupg 
sudo chmod -R u+rwX,go= /root/.gnupg
sudo mkdir -p /usr/share/keyrings
sudo gpg --no-default-keyring --keyring /usr/share/keyrings/lizardfs-archive-keyring.gpg --keyserver hkps://keyserver.ubuntu.com --receive-keys 0x87026F04A1B61746
sudo chmod 644 /usr/share/keyrings/lizardfs-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/lizardfs-archive-keyring.gpg] https://dev.lizardfs.com/packages focal/" | sudo tee /etc/apt/sources.list.d/lizardfs.list > /dev/null
sudo apt update
sudo apt install lizardfs-master=3.12.0 lizardfs-chunkserver=3.12.0 lizardfs-client=3.12.0

from lizardfs.

fackman73 avatar fackman73 commented on May 24, 2024

https://dev.lizardfs.com/packages/

We can't access this site. This site does not respond.

from lizardfs.

wojciesh avatar wojciesh commented on May 24, 2024

dev.lizardfs.com is temporary down.
Docs are currently available here: https://lizardfs-docs.readthedocs.io/en/latest
If you have any questions please contact us at [email protected].

from lizardfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.