https://github.com/jasl/oghma
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jasl/oghma
- Owner: jasl
- License: apache-2.0
- Created: 2025-10-07T21:46:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-30T21:47:12.000Z (8 months ago)
- Last Synced: 2025-10-30T23:32:23.816Z (8 months ago)
- Language: Ruby
- Size: 155 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oghma
Oghma is a self-hosted AI-driven NAS software, which is designed for Pro-users for assets management and knowledge base.
UNDER CONSTRUCTION...
## Requirements
- Ruby 3.4.7+
- PostgreSQL
## Prepare
- Install essential dependencies
- `git clone`
- `bin/setup`
- Edit `config/settings.local.yml`
## Upgrade
- `git pull`
- `bundle`
- `rails db:migrate`
## Run
Start Rails server with embedded background job scheduler: `SOLID_QUEUE_IN_PUMA=1 rails s`
## API
TODO
## License
This repository is licensed under the [Apache License 2.0](LICENSE).