From 1f6ed7f4e9aad7b36a6485791901d24c726ee534 Mon Sep 17 00:00:00 2001 From: Mike Laurense Date: Mon, 26 Aug 2024 11:27:49 +0200 Subject: [PATCH] Replace dockergiant with epartment --- commands/env-init.help | 2 +- commands/install.cmd | 2 +- docs/changelog.md | 2 +- docs/conf.py | 2 +- docs/environments/types.md | 2 +- docs/images.md | 2 +- docs/index.md | 2 +- docs/installing.md | 8 ++++---- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/commands/env-init.help b/commands/env-init.help index e85342c..c0efea8 100755 --- a/commands/env-init.help +++ b/commands/env-init.help @@ -12,7 +12,7 @@ ROLL_USAGE=$(cat </dev/null fi else - warning "Manual configuration required for Automatic DNS resolution: ttps://dockergiant.github.io/rolldev/configuration/dns-resolver.html" + warning "Manual configuration required for Automatic DNS resolution: https://epartment.github.io/rolldev/configuration/dns-resolver.html" fi ## generate rsa keypair for authenticating to roll sshd service diff --git a/docs/changelog.md b/docs/changelog.md index d70fd13..3a6943d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,3 @@ # Change Log -See the full change log in GitHub: [https://github.com/dockergiant/rolldev/releases](https://github.com/dockergiant/rolldev/releases) \ No newline at end of file +See the full change log in GitHub: [https://github.com/epartment/rolldev/releases](https://github.com/epartment/rolldev/releases) \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 325aae9..68d63ed 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,7 @@ master_doc = 'index' project = 'RollDev' -copyright = '2023 by DockerGiant.' +copyright = '2024 by Epartment.' author = '' version = '' release = '' diff --git a/docs/environments/types.md b/docs/environments/types.md index cf8313b..c54d749 100644 --- a/docs/environments/types.md +++ b/docs/environments/types.md @@ -1,6 +1,6 @@ # Environment Types -RollDev currently supports three environment types. These types are passed to `env-init` when configuring a project for local development for the first time. This list of environment types can also be seen by running `roll env-init --help` on your command line. The `docker-compose` configuration used to assemble each environment type can be found in the [environments directory](https://github.com/dockergiant/rolldev/tree/master/environments) on Github. +RollDev currently supports three environment types. These types are passed to `env-init` when configuring a project for local development for the first time. This list of environment types can also be seen by running `roll env-init --help` on your command line. The `docker-compose` configuration used to assemble each environment type can be found in the [environments directory](https://github.com/epartment/rolldev/tree/master/environments) on Github. ## Local diff --git a/docs/images.md b/docs/images.md index 7b1513e..4fae6cd 100644 --- a/docs/images.md +++ b/docs/images.md @@ -1,3 +1,3 @@ # Docker Images -Each of the docker images used by RollDev environments are published on GitHub Container Registry (GHCR): [https://ghcr.io/dockergiant/rolldev](https://ghcr.io/dockergiant/rolldev). Source files used to build these images may be found in the `images` directory of the main project repository. Github Actions are used to automatically build and push new images to GHCR when image sources are modified. Please refer to the repositories on GHCR for a list of available image versions and tags. +Each of the docker images used by RollDev environments are published on GitHub Container Registry (GHCR): [https://ghcr.io/epartment/rolldev](https://ghcr.io/epartment/rolldev). Source files used to build these images may be found in the `images` directory of the main project repository. Github Actions are used to automatically build and push new images to GHCR when image sources are modified. Please refer to the repositories on GHCR for a list of available image versions and tags. diff --git a/docs/index.md b/docs/index.md index 6482bbd..5cd4b15 100644 --- a/docs/index.md +++ b/docs/index.md @@ -41,5 +41,5 @@ caption: About RollDev changelog images -Github Project +Github Project ``` diff --git a/docs/installing.md b/docs/installing.md index bdb0a98..c50c5a4 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -19,14 +19,14 @@ This can be corrected via Preferences -> Resources -> Advanced -> Memory. While RollDev may be installed via [Homebrew](https://brew.sh/) on both macOS and Linux hosts: - brew install dockergiant/roll/roll + brew install epartment/roll/roll roll svc up ### Updating via Homebrew RollDev is updated like other [Homebrew](https://brew.sh/) software by running brew upgrade: - brew upgrade dockergiant/roll/roll + brew upgrade epartment/roll/roll roll svc restart ## Alternative (Manual) Installation @@ -35,7 +35,7 @@ RollDev may be installed by cloning the repository to the directory of your choi sudo mkdir /opt/roll sudo chown $(whoami) /opt/roll - git clone -b main https://github.com/dockergiant/rolldev.git /opt/roll + git clone -b main https://github.com/epartment/rolldev.git /opt/roll echo 'export PATH="/opt/roll/bin:$PATH"' >> ~/.bashrc PATH="/opt/roll/bin:$PATH" roll svc up @@ -61,7 +61,7 @@ Launch wsl from your terminal of choice. wsl /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" - brew install dockergiant/roll/roll + brew install epartment/roll/roll roll svc up In order for DNS entries to be resolved either add them to your Windows hosts file or add 127.0.0.1 as the first DNS server in your current network adapter in Windows.