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

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


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

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Install the prerequisite program Löve

- https://github.com/computate-org/computate_powertools
- https://github.com/computate-org/computate_libmodplug
- https://github.com/computate-org/computate_physfs
- https://github.com/computate-org/computate_luajit
- https://github.com/computate-org/computate_love

# Install the mari0 ansible role

```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_mari0

# Clone the mari0 ansible role.
git clone git@github.com:computate-org/computate_mari0.git ~/.ansible/roles/computate.computate_mari0

# Change into the mari0 ansible role directory.
cd ~/.ansible/roles/computate.computate_mari0
```

# Run the mari0 ansible playbook to install mari0 locally.

```bash
ansible-playbook install.yml
```