Skip to content

Commit a378d05

Browse files
committed
# more fixes later
* fix errors noted by Anna
1 parent f34d553 commit a378d05

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/guides/cms/cloud_server_using_nextcloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tags:
2727

2828
## Introduction
2929

30-
If you are in charge of a server environment for a large (or even a small) company, you may be tempted by cloud applications. Doing things in the cloud can free up your own resources for other things, but there is a downside to this, and that is the loss of control of your company's data. If the cloud application is compromised, so too may be your company's data.
30+
If you are in charge of a server environment for a large (or even a small) company, you may be tempted by cloud applications. Doing things in the cloud can free up your own resources for other things, but there is a downside to this, and that is the loss of control of your company's data. If the cloud application is compromised, your company's data may be compromised too.
3131

3232
Taking the cloud back into your own environment is a way to reclaim security of your data at the expense of your time and energy. Sometimes, that is a cost worth paying.
3333

@@ -234,7 +234,7 @@ The next few steps assume that you are remotely connected to your Nextcloud serv
234234
* Navigate to the [Nextcloud web site](https://nextcloud.com/).
235235
* Let your mouse hover over "Get Nextcloud" which will bring up a drop-down menu.
236236
* Click on "Server Packages".
237-
* Right-click on "Download Nextcloud" and copy the link address (the exact syntax of this is different browser to browser).
237+
* Right-click on "Download Nextcloud" and copy the link address (the exact syntax of this is different from browser to browser).
238238
* In your remote console on the Nextcloud server, type "wget" and then a space and paste in what you just copied. You should get something like the following: `wget https://download.nextcloud.com/server/releases/nextcloud-21.0.1.zip` (note that the version could be different).
239239
* Once you hit enter, the download of the .zip file will start and will be completed fairly quickly.
240240

docs/guides/cms/dokuwiki_server.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,12 @@ Either should work if you set your hosts file as above. This will bring you to t
195195

196196
* In the "Wiki Name" field, type the name for our wiki. Example "Technical Documentation"
197197
* In the "Superuser" field, type the administrative username. Example "admin"
198-
* In the "Real name" field, type the real name for the administrative user.
198+
* In the "Real name" field, type the real name of the administrative user.
199199
* In the "E-Mail" field, type the email address of the administrative user.
200-
* In the "Password" field, type the secure password for the administrative user.
200+
* In the "Password" field, type the secure password of the administrative user.
201201
* In the "once again" field, re-type that same password.
202-
* In the "Initial ACL Policy" drop down, choose the option that works best for your environment.
203-
* Choose the appropriate check box for the license you want to put your content under.
202+
* In the "Initial ACL Policy" drop-down, choose the option that works best for your environment.
203+
* Choose the appropriate check box of the license you want to put your content under.
204204
* Leave checked (or uncheck if you prefer) the "Once a month, send anonymous usage data to the DokuWiki developers" checkbox
205205
* Click the "Save" button
206206

0 commit comments

Comments
 (0)