An open API service indexing awesome lists of open source software.

https://github.com/versun/versuncms

VersunCMS
https://github.com/versun/versuncms

Last synced: about 1 year ago
JSON representation

VersunCMS

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