Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 927 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 927 Bytes

Install libsquish

Install the latest Python and setup a new Python virtualenv

pkcon install -y git
pkcon install -y python3
pkcon install -y python3-pip
pkcon install -y python3-virtualenv
virtualenv-3 ~/python
source ~/python/bin/activate
echo "source ~/python/bin/activate" | tee -a ~/.bashrc

Install the latest Ansible

pip install setuptools_rust wheel
pip install --upgrade pip
pip install ansible

Install the libsquish ansible role

Create a directory for the ansible role.

install -d ~/.ansible/roles/computate.computate_libsquish

Clone the libsquish ansible role.

git clone [email protected]:computate-org/computate_libsquish.git ~/.ansible/roles/computate.computate_libsquish

Run the libsquish ansible playbook to install the application locally.

cd ~/.ansible/roles/computate.computate_libsquish
ansible-playbook install.yml