Skip to content

Syncleus/Aethyr

Repository files navigation

Peak

<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

Installation

Install the application using gem.

gem install aethyr

Running the app

Just run the application with the following command.

aethyr

From source

bundle install --path vendor/bundle
bundle exec rake
bundle exec ./bin/aethyr_setup
bundle exec ./bin/aethyr run

Using Docker

UID=${UID} GID=${GID} docker-compose run --rm -- aethyr bundle exec ./bin/aethyr_setup
UID=${UID} GID=${GID} docker-compose up

Building image

UID=${UID} GID=${GID} docker-compose build
UID=${UID} GID=${GID} docker-compose push

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages