{"id":29201937,"url":"https://github.com/bdr-pro/lumrais_rsp","last_synced_at":"2025-07-02T12:36:34.470Z","repository":{"id":298124465,"uuid":"998898675","full_name":"BDR-Pro/lumrais_rsp","owner":"BDR-Pro","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-16T17:31:48.000Z","size":142,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-16T18:42:17.468Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BDR-Pro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-09T12:33:28.000Z","updated_at":"2025-06-16T17:31:51.000Z","dependencies_parsed_at":"2025-06-09T15:29:22.008Z","dependency_job_id":null,"html_url":"https://github.com/BDR-Pro/lumrais_rsp","commit_stats":null,"previous_names":["bdr-pro/lumrais_rsp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BDR-Pro/lumrais_rsp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDR-Pro%2Flumrais_rsp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDR-Pro%2Flumrais_rsp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDR-Pro%2Flumrais_rsp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDR-Pro%2Flumrais_rsp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BDR-Pro","download_url":"https://codeload.github.com/BDR-Pro/lumrais_rsp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDR-Pro%2Flumrais_rsp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263141280,"owners_count":23420046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-02T12:36:30.327Z","updated_at":"2025-07-02T12:36:34.444Z","avatar_url":"https://github.com/BDR-Pro.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lumaris RSP\n\n**Lumaris RSP** is a Ruby on Rails application designed to support the Resource Sharing Protocol (RSP), providing a platform for \\[briefly describe main purpose].\n\n---\n\n## Table of Contents\n\n* [Ruby Version](#ruby-version)\n* [System Dependencies](#system-dependencies)\n* [Configuration](#configuration)\n* [Database Setup](#database-setup)\n* [Running the Test Suite](#running-the-test-suite)\n* [Services](#services)\n* [Deployment](#deployment)\n* [Contributing](#contributing)\n* [License](#license)\n\n---\n\n## Ruby Version\n\n* Ruby version: `3.4.4`\n* Rails version: `7.0.x` \n\n---\n\n## System Dependencies\n\nMake sure you have the following installed on your system:\n\n* Ruby \n* Rails \n* PostgreSQL \n* Node.js and Bun\n* Redis \n\n\n---\n\n## Configuration\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/bdr-pro/lumaris_rsp.git\n   cd lumaris_rsp\n   ```\n\n2. Install gems:\n\n   ```bash\n   bundle install\n   ```\n\n3. Install JavaScript dependencies:\n\n   ```bash\n   bun install\n   ```\n\n4. Edit Rails credentials (if needed):\n\n   ```bash\n   EDITOR=\"code --wait\" bin/rails credentials:edit\n   ```\n\n---\n\n## Database Setup\n\n1. Create and migrate the database:\n\n   ```bash\n   rails db:create\n   rails db:migrate\n   ```\n\n2. (Optional) Seed the database with sample data:\n\n   ```bash\n   rails db:seed\n   ```\n\n---\n\n## Running the Test Suite\n\nRun the tests using RSpec or Minitest depending on your setup:\n\n```bash\nbundle exec rspec\n# or\nrails test\n```\n\n---\n\n## Services\n\n* **Job Queue:** If using Sidekiq or other background job processors, make sure Redis is running.\n  Example:\n\n  ```bash\n  redis-server\n  bundle exec sidekiq\n  ```\n\n* **Caching:** Configure Redis or Memcached if caching is enabled.\n\n* **Search Engine:** If applicable, setup Elasticsearch or similar services.\n\n---\n\n## Deployment\n\nYou can deploy **Lumaris RSP** using any Rails-compatible platform. A typical deployment process might involve:\n\n1. Push to your Git remote repository.\n2. Run migrations on the production server:\n\n   ```bash\n   rails db:migrate RAILS_ENV=production\n   ```\n3. Precompile assets:\n\n   ```bash\n   rails assets:precompile RAILS_ENV=production\n   ```\n4. Restart your app server (Puma/Passenger/Unicorn).\n\n---\n\n## Contributing\n\nFeel free to fork the repository and submit pull requests. Please follow the established code style and write tests for new features or bug fixes.\n\n---\n\n## License\n\nMIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdr-pro%2Flumrais_rsp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbdr-pro%2Flumrais_rsp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdr-pro%2Flumrais_rsp/lists"}