Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hidakatsuya/redmica-deployment-with-kamal
- Owner: hidakatsuya
- Created: 2024-01-03T16:43:37.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-04T17:00:20.000Z (11 months ago)
- Last Synced: 2024-10-21T16:00:47.034Z (30 days ago)
- Topics: kamal, redmica, redmine
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`