https://github.com/versun/versuncms
VersunCMS
https://github.com/versun/versuncms
Last synced: about 1 year ago
JSON representation
VersunCMS
- Host: GitHub
- URL: https://github.com/versun/versuncms
- Owner: versun
- Created: 2024-11-23T02:48:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-31T09:23:12.000Z (about 1 year ago)
- Last Synced: 2025-04-06T05:51:31.434Z (about 1 year ago)
- Language: Ruby
- Homepage: https://versun.me
- Size: 470 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VersunCMS
My CMS for my [website](https://versun.me).
This won't work out of the box for anyone else, but you're welcome to take a look at the code to see how it works.
## Requirements
- Docker
- PostgreSQL database
## Environment Variables
The following environment variables are required:
```
SECRET_KEY_BASE=
PGHOST=
PGUSER=
PGPASSWORD=
DATABASE=
SOLID_QUEUE_IN_PUMA=1
```
## Deployment
Use the provided Dockerfile to build and deploy the application.
## Volume Mounts
For data persistence, you need to mount the following directories:
- `/rails/storage`: For storing uploaded files and assets
- `/rails/public`: For serving static files