https://github.com/computate-org/computate_mari0
https://github.com/computate-org/computate_mari0
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_mari0
- Owner: computate-org
- Created: 2021-09-05T17:37:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T21:55:27.000Z (about 2 years ago)
- Last Synced: 2025-07-24T15:48:27.810Z (11 months ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```