KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
ClusteredPi
★ 51
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
ha-triones
:
Home Assistant integration for BLE based Triones/HappyLighting lights
dl
:
Command-line file downloader tool
MadFS
:
Source code for the FAST '23 paper “MadFS: Per-File Virtualization for Userspace Persistent Memory Filesystems”
StudyDocumentation
:
Study document for Chinese programmers . 程序员的学习文档系列。包括数据结构与算法、面试八股文、Spring框架的理解等文档
Pegasus_with_Longformer_summarization
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ClusteredPi
?
Download (.md)
# Clustered-Pi Welcome to Clustered-Pi # Installing Ansible To install Ansible we can use the Python package manager 'Pip'. On your main computer, open a terminal/commandline. ## Clone the Clustered-Pi repository Type: `git clone https://github.com/kevinmcaleer/clusteredpi` ## Create a new Python virtual Environment Type: `python3 -m venv venv` ## Activate the environment Type: `source venv/bin/activate` ## Install the dependencies Type: `pip install pip --upgrade` `pip install -r requirements.txt` --- # To run a playbook `ansible-playbook apt-update.yml -u=pi` - the -U parameter changes the login username to `pi` rather than the currently logged in user on the master PC. * `apt-update.yml` - updates the Raspberry Pi's package management system # Playbooks Grafana - default username is admin, password admin. --- To run the playbooks, makes sure you `source venv\bin\activate` in the `ClusteredPi` folder