mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
docs: Correct “setup” as a verb to “set up”.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
fb2e56e3c9
commit
64b2212c23
@@ -74,7 +74,7 @@ to read these documents to learn how to use it:
|
||||
* [Using the Development Environment][using-dev-env]
|
||||
* [Testing][testing] (and [Configuring CI][ci])
|
||||
|
||||
And if you've setup the Zulip development environment on a remote
|
||||
And if you've set up the Zulip development environment on a remote
|
||||
machine, take a look at our tips for
|
||||
[developing remotely][dev-remote].
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ networks.
|
||||
|
||||
## Setting up user accounts
|
||||
|
||||
You will need a non-root user account with sudo privileges to setup
|
||||
You will need a non-root user account with sudo privileges to set up
|
||||
the Zulip development environment. If you have one already, continue
|
||||
to the next section.
|
||||
|
||||
@@ -91,7 +91,7 @@ To properly secure your remote development environment, you can
|
||||
[port forward](https://help.ubuntu.com/community/SSH/OpenSSH/PortForwarding)
|
||||
using ssh instead of running the development environment on an exposed
|
||||
interface. For example, if you're running Zulip on a remote server
|
||||
such as a DigitalOcean Droplet or an AWS EC2 instance, you can setup
|
||||
such as a DigitalOcean Droplet or an AWS EC2 instance, you can set up
|
||||
port-forwarding to access Zulip by running the following command in
|
||||
your terminal:
|
||||
|
||||
@@ -187,7 +187,7 @@ develop remotely from the comfort of your local machine.
|
||||
Similar packages/extensions exist for other popular code editors as
|
||||
well; contributions of precise documentation for them are welcome!
|
||||
|
||||
To setup [rmate](https://github.com/textmate/rmate) for VS Code:
|
||||
To set up [rmate](https://github.com/textmate/rmate) for VS Code:
|
||||
1. Install the extension
|
||||
[Remote VSCode](https://marketplace.visualstudio.com/items?itemName=rafaelmaiolla.remote-vscode).
|
||||
2. On your remote machine, run:
|
||||
@@ -235,7 +235,7 @@ If you are relatively new to working on the command line, or just want to get
|
||||
started working quickly, we recommend web-based IDE
|
||||
[Codeanywhere][codeanywhere].
|
||||
|
||||
To setup Codeanywhere for Zulip:
|
||||
To set up Codeanywhere for Zulip:
|
||||
|
||||
1. Create a [Codeanywhere][codeanywhere] account and log in.
|
||||
2. Create a new **SFTP-SSH** project. Use *Public key* for authentication.
|
||||
|
||||
@@ -149,7 +149,7 @@ eventually eliminate this documentation section altogether).
|
||||
|
||||
You can use
|
||||
[our provisioning tool](#installing-directly-on-ubuntu-debian-centos-or-fedora)
|
||||
to setup the Zulip development environment on current versions of
|
||||
to set up the Zulip development environment on current versions of
|
||||
these platforms reliably and easily, so we no long maintain manual
|
||||
installation instructions for these platforms.
|
||||
|
||||
@@ -285,7 +285,7 @@ AWS Cloud9 is a cloud-based integrated development environment (IDE)
|
||||
that lets you write, run, and debug your code with just a browser. It
|
||||
includes a code editor, debugger, and terminal.
|
||||
|
||||
This section documents how to setup the Zulip development environment
|
||||
This section documents how to set up the Zulip development environment
|
||||
in a cloud9 workspace. If you don't have an existing cloud9 account,
|
||||
you can sign up [here](https://aws.amazon.com/cloud9/).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user