b278e872b6e35fa20ac7dafbed77895054362a4c
managing_install.md
... | ... | @@ -1,4 +1,10 @@ |
1 | -# HOWTOs: SBGrid Installation Notes |
|
1 | +### Contents |
|
2 | + - [Site Configuration](#site-configuration) |
|
3 | + - [Pre-Installation](#pre-installation) |
|
4 | + - [Approximate size per Branch](#pre-installation_approximate_size_per_branch) |
|
5 | + - [Installation](#installation) |
|
6 | + - [Post-Installation Steps](#post-installation-steps) |
|
7 | + - [SGI IRIX Software Branch](#sgi-irix-software-branch) |
|
2 | 8 | |
3 | 9 | ## Site Configuration |
4 | 10 | |
... | ... | @@ -41,7 +47,7 @@ Once the email has been received and your information has been entered into our |
41 | 47 | ## Installation |
42 | 48 | |
43 | 49 | A site installation is performed using the [sbgrid-admin](installation_admin) utility. |
44 | - |
|
50 | + |
|
45 | 51 | 1. Create an 'sbgrid' user on the machine that will host your software installation. This should be a normal, unprivileged user account. |
46 | 52 | 2. Log in as this 'sbgrid' user. |
47 | 53 | 3. Download the installation script from the URL provided in the account creation email. |
software/images/sbgrid_small_logo.gif
... | ... | Binary files a/software/images/sbgrid_small_logo.gif and /dev/null differ |
software/workstation_setup.md
... | ... | @@ -1,35 +0,0 @@ |
1 | -## General |
|
2 | - |
|
3 | -* You should use a network installation for workstations and servers if at all possible. NFS, SMB and AFP all work for sharing a single installation among multiple machines. The decreased admin overhead, bandwidth and disk savings of sharing a single installation is a significant benefit. |
|
4 | - |
|
5 | -## Linux |
|
6 | -Information on configuring 3D stereo can be found [here](stereo) |
|
7 | - |
|
8 | -* All Linux machines need installations of a recent version (6.17+) of csh/tcsh. Red Hat Enterprise Linux 6 and other recent distributions usually have an up to date version. There are RPMs for Red Hat/CentOS/Scientific Linux 5.x in the software tree in the architecture specific directories: |
|
9 | - |
|
10 | - /programs/i386-linux/system/RPMs |
|
11 | - /programs/x86_64-linux/system/RPMs |
|
12 | - |
|
13 | -* SELinux must be disabled. |
|
14 | - |
|
15 | -* 64-bit machines need a number of 32-bit compatibility packages installed **even when using the 64-bit software branch**. This is due to a number of binary-only and legacy packages that are only available as 32-bit applications. Additional fonts for Tcl/Tk, Motif and Xview applications are also encouraged. |
|
16 | - |
|
17 | -Packages for RHEL 6, and 7 and compatible machines: |
|
18 | - |
|
19 | - yum install glibc.i686 libgcc.i686 libX11.i686 libXaw.i686 libXext.i686 ncurses.i686 \ |
|
20 | - redhat-lsb.i686 xorg-x11-fonts-75dpi xorg-x11-fonts-100dpi xorg-x11-fonts-ISO8859-1-75dpi \ |
|
21 | - xorg-x11-fonts-ISO8859-1-100dpi xorg-x11-fonts-misc libXScrnSaver |
|
22 | - |
|
23 | - |
|
24 | -* The same 32-bit requirement applies for 64-bit Debian and Ubuntu machines. This is supported via the [Multiarch](https///wiki.debian.org/Multiarch/HOWTO) system. You'll need at least the following packages to run most of the software. Please email us if you discover we have left some out. |
|
25 | -`apt-get install libc6-i386 lsb tcsh gawk libjpeg62 curl libx11-6:i386 libxext6:i386` |
|
26 | - |
|
27 | -## Mac OS X |
|
28 | -Information on configuring 3D stereo can be found [here](stereo) |
|
29 | - |
|
30 | -* Prior to OS X 10.8, the stock X11 has better compatibility than the Xquartz development version available from MacOSForge. With the OS X 10.8 release, X11 is no longer included by Apple, and you'll need to install the latest Xquartz version offered on the MacOSForge site to run X11-based applications. |
|
31 | - |
|
32 | -## Laptops |
|
33 | - |
|
34 | -* You can create a local installation to take along with you. |
|
35 | -http://www.sbgrid.org/wiki/laptopinstall |
software/workstation_setup.md
... | ... | @@ -0,0 +1 @@ |
1 | +../workstation_setup.md |
|
... | ... | \ No newline at end of file |