- Forest Admin VS Active Admin: The Complete Comparison
- How To Set Up Ruby on Rails with Postgres
- Integrating Forest CMS to Rails 5.2.0 API mode
#!/usr/bin/env sh | |
# Define the required tool versions here for easy updates. | |
TERRAFORM_VERSION="1.3.5" | |
TERRAGRUNT_VERSION="v0.58.11" | |
# Install prerequisites | |
sudo apt-get update && sudo apt-get install -y git unzip | |
# Install tfenv (a Terraform version manager) |
# ~/.config/starship.toml | |
# Get editor completions based on the config schema | |
"$schema" = 'https://starship.rs/config-schema.json' | |
# Inserts a blank line between shell prompts | |
add_newline = true | |
[aws] | |
disabled = false |
pipeline { | |
agent { node { label 'swarm-ci' } } | |
environment { | |
TEST_PREFIX = "test-IMAGE" | |
TEST_IMAGE = "${env.TEST_PREFIX}:${env.BUILD_NUMBER}" | |
TEST_CONTAINER = "${env.TEST_PREFIX}-${env.BUILD_NUMBER}" | |
REGISTRY_ADDRESS = "my.registry.address.com" | |
SLACK_CHANNEL = "#deployment-notifications" |
ruby '2.7.1' | |
gem 'rails', github: 'rails/rails' | |
gem 'tzinfo-data', '>= 1.2016.7' # Don't rely on OSX/Linux timezone data | |
# Action Text | |
gem 'actiontext', github: 'basecamp/actiontext', ref: 'okra' | |
gem 'okra', github: 'basecamp/okra' | |
# Drivers |
Docker is a container-based software framework for automating deployment of applications. Compose is a tool for defining and running multi-container Docker applications. This repo is meant to be the starting point for somebody who likes to use dockerized multi-container Zammad in production. The Zammad Docker image uses the stable branch of Zammad’s Git repo.
The Docker images are hosted on DockerHub:
But in production it is well suited to use the Zammad Docker Compose Image. The Zammad Docker Image can be used in developement and test environments.
Entities | Description |
---|---|
branch | lightweight movable pointer to a commit |
clone | local version of a repository, including all commits and branches |
commit | A Git object, a snapshot of your entire repository compressed into a SHA |
git | An open source, distributed version-control system |
GitHub | A platform for hosting and collaborating on Git repositories |
pgAdmin is the most popular and feature-rich platform for administration and development of PostgreSQL databases. Check the pgAdmin official page for more information.
To connect to your remote PostgreSQL database server using pgAdmin 4, follow these steps:
NB: Only use sudo
if your PostgreSQL database was installed as root.