idej / airport

simple test application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

####AIRPORT

Simple application that imitate airport with one runway.


Applicaion was written on ruby 2.2.2.

Dependencies:

  • MySQL
  • Redis

Steps to run the cloned application:

  1. Create you own config/database.yml file with db settings from config/database.yml.sample
  2. Execute ./bin/setup
  3. Run redis server (usually redis-server /usr/local/etc/redis.conf)
  4. Run application with foreman start

Foreman run sidekiq, websocket and application servers.

About

simple test application


Languages

Language:Ruby 78.0%Language:HTML 17.9%Language:JavaScript 1.4%Language:CSS 1.4%Language:CoffeeScript 1.1%Language:Shell 0.1%