Syncleus / Aethyr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Ruby 99.9%Language:Gherkin 0.1%Language:Dockerfile 0.1%