s3ql 3.1 and Centos 7 install recipe

69 views
Skip to first unread message

drobertson adhis

unread,
May 28, 2019, 10:26:06 PM5/28/19
to s3ql
Hi,

This is just an adjusted recipe for S3QL on Centos 7 with the extra python modules needed since my earlier one... this could be handy to add back into the s3ql wiki?


# disable selinux... edit /etc/selinux/config and reboot
  
yum groupinstall -y "Development Tools"
  
yum install  systemd-devel libattr-devel  sqlite-devel fuse-devel psmisc wget
  
  
yum install -y python36u python36u-libs python36u-devel python36u-pip
  
pip3.6 install --upgrade pip
  
pip3.6 install defusedxml requests dugong llfuse pytest pycrypto apsw cryptography google-auth-oauthlib
  
  
  
tar xvjf s3ql-3.1.tar.bz2
  
cd s3ql-3.1
  
python3.6 setup.py build_ext --inplace;
  
python3.6 -m pytest tests/
  
python3.6 setup.py install;

Nikolaus Rath

unread,
Jun 1, 2019, 4:00:20 PM6/1/19
to s3...@googlegroups.com
On May 28 2019, drobertson adhis <drobert...@gmail.com> wrote:
> Hi,
>
> This is just an adjusted recipe for S3QL on Centos 7 with the extra python
> modules needed since my earlier one... this could be handy to add back into
> the s3ql wiki?

The original wiki with the distribution-specific content is gone, but if
you want to add a new page to https://github.com/s3ql/s3ql/wiki, feel
free to submit a push request and I'll be happy to merge :-).


Best,
-Nikolaus

--
GPG Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

»Time flies like an arrow, fruit flies like a Banana.«
Reply all
Reply to author
Forward
0 new messages