https://github.com/computate-org/computate_gorilla
https://github.com/computate-org/computate_gorilla
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_gorilla
- Owner: computate-org
- Created: 2021-12-07T06:51:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T02:42:16.000Z (about 2 years ago)
- Last Synced: 2025-02-15T04:32:51.544Z (over 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prerequisites
Install the ITCL application as a prerequisite, see:
https://github.com/computate-org/computate_itcl
# Install the gorilla ansible role
```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_gorilla
# Clone the gorilla ansible role.
git clone git@github.com:computate-org/computate_gorilla.git ~/.ansible/roles/computate.computate_gorilla
```
# Run the gorilla ansible playbook to install gorilla locally.
```bash
ansible-playbook ~/.ansible/roles/computate.computate_gorilla/install.yml
```