Web-based Amateur Radio Logging software
This project is a web application for amateur radio contest logging.
Status: Minimum Viable Product. Has basic logging abilities specific to Winter Field Day. Aiming for more generic contest/qso support by Field Day in June 2020.
The goals:
This is a Ruby on Rails 6 application.
It’s currently using sqlite for the database, so it should be automatically created when the server starts.
bundle install
yarn install
bundle exec rake assets:precompile
bundle exec rails s
Access the server at http://localhost:3000/
To allow connections not just from localhost:
bundle exec rails s -b 0.0.0.0
bundle exec rails c
TODO instructions for running application with docker, including raspberry pi specific instructions.