Skip to content

Commit ef6464e

Browse files
committed
Remove duplicate page
1 parent 74f8049 commit ef6464e

File tree

3 files changed

+9
-70
lines changed

3 files changed

+9
-70
lines changed

docs/mkdocs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ nav:
1616
- Database Administration: sysadmin/database-admin.md
1717
- Bulk Storage Systems: sysadmin/bulk-storage.md
1818
- External Store: sysadmin/external-store.md
19-
- Database Server Hosting: sysadmin/hosting.md
2019
- Client Configuration:
2120
- Install: client/install.md
2221
- Credentials: client/credentials.md

docs/src/sysadmin/database-admin.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,15 @@ in this role, albeit with less DataJoint-centric customization.
3030

3131
### Self hosting
3232

33-
In the most basic configuration, the relational database software and DataJoint are
34-
installed onto a single computer which is used by an individual user.
35-
To support a small group of users, a larger computer can be used instead and configured
36-
for remote access.
37-
As the number of users grows, individual workstations can be installed with the
38-
DataJoint software and used to connect to a larger and more specialized centrally
39-
located database server machine.
40-
41-
For even larger groups or multi-site collaborations, multiple database servers may be
42-
configured in a replicated fashion to support larger workloads and simultaneous
43-
multi-site access.
33+
In the most basic configuration, the relational database management system (database
34+
server) is installed on an individual user's personal computer.
35+
To support a group of users, a specialized machine can be configured as a dedicated
36+
database server.
37+
This server can be accessed by multiple DataJoint clients to query the data and perform
38+
computations.
39+
40+
For larger groups and multi-site collaborations with heavy workloads, the database
41+
server cluster may be configured in the cloud or on premises.
4442
The following section provides some basic guidelines for these configurations here and
4543
in the subsequent sections of the documentation.
4644

docs/src/sysadmin/hosting.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)