Sha256: 5d9fe2fc638f0b1db1f2c95b4c1d9e0ac29e774d09f28432e2974a4916e3c16d
Contents?: true
Size: 1.08 KB
Versions: 2
Compression:
Stored size: 1.08 KB
Contents
# TacScribe Writes object state from a tacview server to a PostGIS extended Postgresql database for further processing by other systems. ## Installation Add this line to your application's Gemfile: ```ruby gem 'tac_scribe' ``` And then execute: $ bundle Or install it yourself as: $ gem install tac_scribe ## Usage You can run the tool using the `start_scribe` command. Use the `--help` option for information on required arguments ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. ### Postgresql and PostGIS This gem requires postgresql and PostGIS available and listening on an accessible network port. See the `db` folder for information on running the database migrations. ## Contributing Bug reports and pull requests are welcome on GitLab at https://gitlab.com/overlord-bot/tac-scribe. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tac_scribe-0.1.1 | README.md |
tac_scribe-0.1.0 | README.md |