<img src=“https://badge.fury.io/rb/aethyr.svg” alt=“Gem Version” /> <img src=“http://img.shields.io/badge/yard-docs-blue.svg” />
- Author
-
Jeffrey Phillips Freeman (freemo@gmail.com)
- Copyright
-
Copyright © 2018 - present Jeffrey Phillips Freeman.
Aethyr is a Ruby based MUD.
For more information on the project please check out the project’s home page.
Aethyr is Free and Open-source software under Apache Software License v2
Install the application using gem.
gem install aethyr
Just run the application with the following command.
aethyr
bundle install --path vendor/bundle bundle exec rake bundle exec ./bin/aethyr_setup bundle exec ./bin/aethyr run
UID=${UID} GID=${GID} docker-compose run --rm -- aethyr bundle exec ./bin/aethyr_setup UID=${UID} GID=${GID} docker-compose up
UID=${UID} GID=${GID} docker-compose build UID=${UID} GID=${GID} docker-compose push