managing_install.md
... ...
@@ -15,7 +15,7 @@ Software installation and update are initiated from your local server at your si
15 15
16 16
| Installation Requirements | |
17 17
| ------------------------- | ----------------------------------------------------|
18
-| Hard Drive Space | ~400 GB required |
18
+| Hard Drive Space | ~400 GB required |
19 19
| Operating System | Linux, OS X and other UNIX |
20 20
| Privileges | Root account (Linux) or Administrator account (Mac) |
21 21
| network | Outbound http, rsync (ports 80 and 873, 8080) |
... ...
@@ -40,7 +40,9 @@ Once the email has been received and your information has been entered into our
40 40
41 41
## Installation
42 42
43
- 1. Create an 'sbgrid' user on the machine that will host your software installation. This should be a normal, unprivileged user account.
43
+ A site installation is performed using the [sbgrid-admin](installation_admin) utility.
44
+
45
+ 1. Create an 'sbgrid' user on the machine that will host your software installation. This should be a normal, unprivileged user account.
44 46
2. Log in as this 'sbgrid' user.
45 47
3. Download the installation script from the URL provided in the account creation email.
46 48
4. Make it executable: `chmod +x sbgrid-admin`