gdiggs / rayons

Personal Record Collection Catalog

Home Page:https://rayons.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Climate Test Coverage CircleCI

Rayons

Rayons is a rails application dedicated to catalogging a record collection. It offers authentication, management of the collection, as well as statistics on the collection.

Local Setup

Copy .env.example to .env and fill in the necessary fields.

Rayons requires Docker/Docker Compose to run:

make dev

The app will be available at 0.0.0.0:5000. When running in production mode, the app requires SSL (Heroku supplies this automatically), and an ENV['SECRET_TOKEN'] to be set.

Making an admin user locally

For security reasons, the sign up routes are not initialized. To make a user, open a Rails console and run User.create!(email: <email>, password: <password>, admin: true).

Tests

You can run tests with make test.

Dropbox Backup Setup

You can back up the collection by using docker-compose run web rake backup:dropbox. Before you can do this, you must create an application on Dropbox and follow these instructions to get your Dropbox access token.

Upgrading Postgres locally

If you need to update Postgres, replace the db image in docker-compose.yml with the right version of pgautoupgrade. Then run docker compose run db to upgrade, and then switch the image back.

License

Rayons is licensed under the MIT License

Copyright (c) 2013 Gordon Diggs

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Personal Record Collection Catalog

https://rayons.info


Languages

Language:Ruby 96.8%Language:Haml 1.4%Language:HTML 1.0%Language:JavaScript 0.4%Language:SCSS 0.2%Language:Dockerfile 0.1%Language:Sass 0.0%Language:Makefile 0.0%