Skip to content

Simple interface for the Quake Log Parser module.

Notifications You must be signed in to change notification settings

lcdss/quake-log-parser

Repository files navigation

Quake Log Parser

Introduction

This project is a very simple rails application that loads a log file (Quake Arena 3) and displays a report about the games parsed. The parser used by this application is located here.

Installation

If you have docker installed at your host machine you can easily run the application without dirty your machine. So just follow the steps bellow.

  • Clone the project

    • git clone https://github.com/lcdss/quake-log-parser.git
  • Build and run the docker container

    • docker run -d -it --name quake-log-parser -p 3000:3000 -v "$PWD":/data/app lcdss/quake-log-parser /bin/bash
  • Access the container

    • docker exec -it quake-log-parser bash
  • Install the project dependencies

    • bundle
  • Run the rails server (puma)

    • rails server
  • Now access the app at http://localhost:3000

Code Style

About

Simple interface for the Quake Log Parser module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published