An open API service indexing awesome lists of open source software.

https://github.com/computate-org/computate_gorilla


https://github.com/computate-org/computate_gorilla

Last synced: about 1 year ago
JSON representation

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
```