https://github.com/computate-org/computate_pecan
https://github.com/computate-org/computate_pecan
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_pecan
- Owner: computate-org
- Created: 2023-04-13T15:00:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T20:13:28.000Z (over 2 years ago)
- Last Synced: 2025-02-15T04:32:50.482Z (over 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install the prerequisite applications, powertools and libmodplug
- https://github.com/computate-org/computate_powertools
- https://github.com/computate-org/computate_libmodplug
# Install the pecan ansible role
```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_pecan
# Clone the pecan ansible role.
git clone git@github.com:computate-org/computate_pecan.git ~/.ansible/roles/computate.computate_pecan
# Change into the pecan ansible role directory.
cd ~/.ansible/roles/computate.computate_pecan
```
# Run the pecan ansible playbook to install pecan locally.
```bash
ansible-playbook install.yml
```
Christopher Tate