Skip to content

Commit

Permalink
Mac OSX -> MacOS
Browse files Browse the repository at this point in the history
(cherry picked from commit d5ee356)
  • Loading branch information
chadlwilson committed Dec 31, 2023
1 parent 78ab5c8 commit 37c5afe
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion content/advanced_usage/admin_install_multiple_agents.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Install multiple GoCD agents on a single machine
keywords: agents, GoCD installers, windows, Mac OSX, Linux
keywords: agents, GoCD installers, windows, MacOS, Mac OS, Linux
title: Multiple Agents on One Machine
---

Expand Down
4 changes: 2 additions & 2 deletions content/advanced_usage/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@ To turn on web request logs, add below content to logback-include.xml.

<appender name="web-request-appender" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>logs/web-requests.log</file>
<!-- Use `C:\Program Files\Go Server\logs\` on windows and `~/Library/Application Support/Go Server/logs/` on Mac OS for log directory path. -->
<!-- Use `C:\Program Files\Go Server\logs\` on windows and `~/Library/Application Support/Go Server/logs/` on MacOS for log directory path. -->
<encoder>
<pattern>%date{ISO8601} %-5level [%thread] %logger{0}:%line - %msg%n</pattern>
</encoder>

<rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy">
<fileNamePattern>logs/web-requests.log.%d{yyyy-MM-dd}.%i.gz</fileNamePattern>
<!-- Use `C:\Program Files\Go Server\logs\` on windows and `~/Library/Application Support/Go Server/logs/` on Mac OS for log directory path. -->
<!-- Use `C:\Program Files\Go Server\logs\` on windows and `~/Library/Application Support/Go Server/logs/` on MacOS for log directory path. -->
<maxFileSize>10 MB</maxFileSize>
<maxHistory>10</maxHistory>
<totalSizeCap>512 MB</totalSizeCap>
Expand Down
8 changes: 4 additions & 4 deletions content/installation/install/agent/osx.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Installing GoCD server on Mac OS X
title: Installing GoCD server on MacOS
---

# Installing GoCD agent on Mac OS X
# Installing GoCD agent on MacOS

- Download the Mac OS X installer for GoCD Agent from [downloads page](https://www.gocd.org/download/).
- Download the MacOS installer for GoCD Agent from [downloads page](https://www.gocd.org/download/).
- Unzip the installer in a directory of your choice. It creates a sub-directory with the name ```go-agent-${version}```.
- Mark the directory as not quarantined by Mac OS X so that it allows the GoCD Agent to be started:
- Mark the directory as not quarantined by MacOS so that it allows the GoCD Agent to be started:

```
# Assuming, for example, that the directory is "go-agent-20.5.0".
Expand Down
8 changes: 4 additions & 4 deletions content/installation/install/server/osx.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Installing GoCD server on Mac OS X
title: Installing GoCD server on MacOS
---

# Installing GoCD server on Mac OS X
# Installing GoCD server on MacOS

- Download the Mac OS X installer for GoCD Server from [downloads page](https://www.gocd.org/download/).
- Download the MacOS installer for GoCD Server from [downloads page](https://www.gocd.org/download/).
- Unzip the installer in a directory of your choice. It creates a sub-directory with the name ```go-server-${version}```.
- Mark the directory as not quarantined by Mac OS X so that it allows the GoCD Server to be started:
- Mark the directory as not quarantined by MacOS so that it allows the GoCD Server to be started:

```
# Assuming, for example, that the directory is "go-server-20.5.0".
Expand Down
4 changes: 2 additions & 2 deletions content/installation/installing_go_agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: You need to deploy at least one GoCD agent before you can build with GoCD. You can run a GoCD agent on the same machine as your GoCD server.
keywords: gocd agents, agent installation, linux, windows, mac osx, gocd server
keywords: gocd agents, agent installation, linux, windows, macos, gocd server
title: Installing GoCD Agent
---

Expand All @@ -14,5 +14,5 @@ Before you install the GoCD server or agent, please ensure that you meet the [Sy

- [Linux](install/agent/linux.html)
- [Windows](install/agent/windows.html)
- [Mac OS X](install/agent/osx.html)
- [MacOS](install/agent/osx.html)
- [Generic Zip](install/agent/zip.html)
4 changes: 2 additions & 2 deletions content/installation/installing_go_server.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Before you install GoCD, ensure you meet our system requirements.
keywords: install gocd, gocd server, install gocd server, gocd agents, system requirements, linux, windows, mac osx
keywords: install gocd, gocd server, install gocd server, gocd agents, system requirements, linux, windows, macos
title: Installing GoCD Server
---

Expand All @@ -14,5 +14,5 @@ Before you install the GoCD server or agent, please ensure that you meet the

- [Linux](install/server/linux.html)
- [Windows](install/server/windows.html)
- [Mac OS X](install/server/osx.html)
- [MacOS](install/server/osx.html)
- [Generic Zip](install/server/zip.html)
12 changes: 6 additions & 6 deletions content/installation/upgrading_go.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ The steps in this page can be followed to upgrade GoCD. It is recommended to und

You can configure where GoCD stores build artifacts. The following are the default locations of the artifacts if you have not customized its location:

| Operating System | Location |
| ----------------- | ------------------------------- |
| Linux | `/var/lib/go-server/artifacts` |
| Windows, Mac OS X | `${GOCD_INSTALL_DIR}/artifacts` |
| Operating System | Location |
|------------------| ------------------------------- |
| Linux | `/var/lib/go-server/artifacts` |
| Windows, MacOS | `${GOCD_INSTALL_DIR}/artifacts` |

### Upgrading to the new version

Expand Down Expand Up @@ -62,6 +62,6 @@ sudo rpm -Uvh /path/to/go-server-${version}.rpm
sudo yum upgrade go-server
```

#### Mac OS X
#### MacOS

The Mac OS X edition of GoCD does not support upgrades. You should simply extract a new version of the GoCD server into a new location and copy over the config and artifacts directory from the old location.
The MacOS edition of GoCD does not support upgrades. You should simply extract a new version of the GoCD server into a new location and copy over the config and artifacts directory from the old location.
4 changes: 2 additions & 2 deletions content/menu/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ headless: true
<ul>
<li class="level3"><a href="{{< relref "installation/install/server/linux.md" >}}">Linux</a></li>
<li class="level3"><a href="{{< relref "installation/install/server/windows.md" >}}">Windows</a></li>
<li class="level3"><a href="{{< relref "installation/install/server/osx.md" >}}">Mac OS X</a></li>
<li class="level3"><a href="{{< relref "installation/install/server/osx.md" >}}">MacOS</a></li>
<li class="level3"><a href="{{< relref "installation/install/server/zip.md" >}}">Generic Zip</a></li>
</ul>
</li>
<li class="level2"><a href="{{< relref "installation/installing_go_agent.md" >}}">Installing GoCD Agent</a>
<ul>
<li class="level3"><a href="{{< relref "installation/install/agent/linux.md" >}}">Linux</a></li>
<li class="level3"><a href="{{< relref "installation/install/agent/windows.md" >}}">Windows</a></li>
<li class="level3"><a href="{{< relref "installation/install/agent/osx.md" >}}">Mac OS X</a></li>
<li class="level3"><a href="{{< relref "installation/install/agent/osx.md" >}}">MacOS</a></li>
<li class="level3"><a href="{{< relref "installation/install/agent/zip.md" >}}">Generic Zip</a></li>
</ul>
</li>
Expand Down

0 comments on commit 37c5afe

Please sign in to comment.