Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hidakatsuya/redmica-deployment-with-kamal

A minimum configuration for deploying RedMica with Kamal to Amazon EC2, etc.
https://github.com/hidakatsuya/redmica-deployment-with-kamal

kamal redmica redmine

Last synced: 19 days ago
JSON representation

A minimum configuration for deploying RedMica with Kamal to Amazon EC2, etc.

Awesome Lists containing this project

README

        

# RedMica deployment by Kamal

This repository contains a minimum configuration for deploying [RedMica](https://github.com/redmica/redmica) with [Kamal](https://kamal-deploy.org/) to Amazon EC2, etc.

## Prerequisite

These configurations assume the following environments.

* RedMica execution environment is built on EC2 (Ubuntu) and RDS (MySQL)
* Use [official RedMica Docker images](https://hub.docker.com/r/redmica/redmica/) to deploy
* Use Kamal with Ruby 3.2

## How to deploy

1. Execute `bundle install`
1. Copy `.env.sample` to create `.env` and set each configuration in `.env`
1. Copy `config/deploy.sample.yml` to `config/deploy.yml` and set each configuration
1. Execute `kamal setup`