Skip to content

computate-org/computate_libsquish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published