Project

General

Profile

Instructions for installing CentOS on your computer » History » Version 51

Amber Herold, 04/25/2012 10:08 AM

1 1 Amber Herold
h1. Instructions for installing CentOS on your computer
2 19 Amber Herold
3 1 Amber Herold
4 23 Amber Herold
h2. Why CentOS?
5 1 Amber Herold
6 43 Anchi Cheng
If you have a new computer(s) for your Leginon/Appion installation, we recommend installing CentOS because it is considered to be more stable than other varieties of Linux.
7 1 Amber Herold
8 43 Anchi Cheng
CentOS is the same as Red Hat Enterprise Linux (RHEL), except that it is free and supported by the community.
9
10
We have most experience in the installation on CentOS and this installation guide has specific instruction for the process.
11
12
see [[Select_Linux_distribution_to_use|Linux distribution recommendation]] for more.
13 1 Amber Herold
14 51 Amber Herold
h2. Download the ISO disk of CentOS 5.x 
15 1 Amber Herold
16 51 Amber Herold
*Latest version tested at NRAMM:* CentOS 5.8
17
18 49 Amber Herold
*Note:* All formally released versions of Appion (versions 1.x and 2.x) run on CentOS 5.x. Appion developers, please note that the development branch of Appion is targeting CentOS 6.x and Appion 3.0 will run on CentOS 6.x.  
19
20 1 Amber Herold
 # ISO files are available at
21 8 Amber Herold
 ## http://wiki.centos.org/Download
22 45 Amber Herold
 ## http://mirrors.kernel.org/centos/
23 1 Amber Herold
 # Click on i386 for 32bit machines or x86_64 for 64bit machines
24 48 Amber Herold
 # Pick a mirror and download 'CentOS-5.8-i386-bin-DVD-1of2.iso ' file
25 1 Amber Herold
26 33 Neil Voss
h2. Confirm download went correctly
27
28
perform a SHA1SUM confirmation:
29
30 1 Amber Herold
<pre>
31 49 Amber Herold
sha1sum CentOS-5.8-i386-bin-DVD-1of2.iso
32 1 Amber Herold
</pre>
33 33 Neil Voss
34 46 Amber Herold
The result should be the same as in the sha1sum file provided by CentOS. This is found at the same location you downloaded the .iso file.
35
For example:
36 34 Neil Voss
37
* http://centos.mirrors.tds.net/pub/linux/centos/5.4/isos/x86_64/sha1sum.txt for 64bit
38
* http://centos.mirrors.tds.net/pub/linux/centos/5.4/isos/i386/sha1sum.txt for 32bit
39
40
41 33 Neil Voss
42 1 Amber Herold
h2. Burn ISO file to DVD disk 
43
44 6 Amber Herold
Use dvdrecord in Linux to burn disk
45 1 Amber Herold
46 27 Neil Voss
<pre>
47 6 Amber Herold
dvdrecord -v -dao gracetime=10 dev=/dev/dvd speed=16 CentOS-5.8-i386-bin-DVD-1of2.iso 
48 1 Amber Herold
</pre>
49
50 51 Amber Herold
h2. Install CentOS with default packages 
51 1 Amber Herold
52 28 Neil Voss
 * Setup network, root, password as desired
53
 * This install will assume that only *"Desktop - GNOME"* to be selected
54 1 Amber Herold
 * More information available at [http://wiki.centos.org/Documentation CentOS Documentation]
55
56
h2. Add yourself to the sudoers file 
57 51 Amber Herold
58
*Note:* This step is optional, however you will need root access to complete the Appion Installation.
59 1 Amber Herold
60
Make sure you have root permission.
61 12 Amber Herold
Open the file in an editor. ex. vi /etc/sudoers
62 1 Amber Herold
Look for the line: root ALL=(ALL) ALL.
63 15 Amber Herold
Add this line below the root version:
64 1 Amber Herold
65
<pre>
66 37 Amber Herold
your_username ALL=(ALL)       ALL
67 6 Amber Herold
</pre>
68
69 1 Amber Herold
Logout and log back in with your username.
70
71 17 Amber Herold
The CentOS installation is complete.
72
73 21 Amber Herold
74 25 Amber Herold
______
75 32 Amber Herold
76 40 Anchi Cheng
[[Select Linux distribution to use|< Select Linux distribution to use ]] | [[Download additional Software|Download additional Software >]]
77 26 Amber Herold
78 31 Amber Herold
79 32 Amber Herold
______