https://github.com/computate-org/computate_boost
https://github.com/computate-org/computate_boost
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_boost
- Owner: computate-org
- Created: 2022-08-11T01:20:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-02T21:00:59.000Z (6 months ago)
- Last Synced: 2026-01-09T11:19:50.215Z (5 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install the boost ansible role
```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_boost
# Clone the boost ansible role.
git clone git@github.com:computate-org/computate_boost.git ~/.ansible/roles/computate.computate_boost
# Change into the boost ansible role directory.
cd ~/.ansible/roles/computate.computate_boost
```
# Run the boost ansible playbook to install boost locally.
```bash
ansible-playbook install.yml
```
Christopher Tate