https://github.com/computate-org/computate_potrace
https://github.com/computate-org/computate_potrace
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_potrace
- Owner: computate-org
- Created: 2024-09-08T00:47:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-02T20:17:14.000Z (6 months ago)
- Last Synced: 2026-01-09T09:48:00.935Z (5 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install potrace
### Create a directory for the ansible role.
```bash
install -d ~/.ansible/roles/computate.computate_potrace
```
### Clone the potrace ansible role.
```bash
git clone git@github.com:computate-org/computate_potrace.git ~/.ansible/roles/computate.computate_potrace
```
## Run the potrace ansible playbook to install the application locally.
```bash
cd ~/.ansible/roles/computate.computate_potrace
ansible-playbook install.yml
```