Instructions for installing CentOS on your computer » History » Version 32
Amber Herold, 05/12/2010 11:33 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 | 4 | Amber Herold | |
7 | 23 | Amber Herold | 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. |
8 | 12 | Amber Herold | |
9 | 22 | Amber Herold | CentOS is the same as Red Hat Enterprise Linux (RHEL), except that it is free and supported by the community. |
10 | 7 | Amber Herold | |
11 | 1 | Amber Herold | The reason I mention CentOS is because I wanted to keep the guide really simple. Another student and I run appion on Fedora 10 and we've run appion on SuSe in the past. I know we gotten most bits working on MacOSX, but some of the python libraries contain ancient Fortran code that does not compile easily on a Mac. But CentOS is certainly not a requirement in general, it is just that the first iteration of the guide is written for CentOS. |
12 | 2 | Amber Herold | |
13 | 21 | Amber Herold | We provide the following instructions for CentOS Installation: |
14 | 1 | Amber Herold | |
15 | 27 | Neil Voss | h2. Download the ISO disk of CentOS 5.4 |
16 | 21 | Amber Herold | |
17 | 1 | Amber Herold | # ISO files are available at |
18 | 8 | Amber Herold | ## http://wiki.centos.org/Download |
19 | 1 | Amber Herold | # Click on i386 for 32bit machines or x86_64 for 64bit machines |
20 | 27 | Neil Voss | # Pick a mirror and download 'CentOS-5.4-x86_64-bin-DVD.iso' file |
21 | 1 | Amber Herold | |
22 | 23 | Amber Herold | h2. Burn ISO file to DVD disk |
23 | 12 | Amber Herold | |
24 | 1 | Amber Herold | Use dvdrecord in Linux to burn disk |
25 | |||
26 | 6 | Amber Herold | <pre> |
27 | 27 | Neil Voss | $ dvdrecord -v -dao gracetime=10 dev=/dev/dvd speed=16 CentOS-5.4-x86_64-bin-DVD.iso |
28 | 1 | Amber Herold | |
29 | 6 | Amber Herold | </pre> |
30 | 1 | Amber Herold | |
31 | 27 | Neil Voss | h2. Install CentOS 5.4 with default packages |
32 | 1 | Amber Herold | |
33 | 28 | Neil Voss | * Setup network, root, password as desired |
34 | * This install will assume that only *"Desktop - GNOME"* to be selected |
||
35 | 1 | Amber Herold | * More information available at [http://wiki.centos.org/Documentation CentOS Documentation] |
36 | |||
37 | 23 | Amber Herold | h2. Add yourself to the sudoers file |
38 | 1 | Amber Herold | |
39 | Make sure you have root permission. |
||
40 | 12 | Amber Herold | Open the file in an editor. ex. vi /etc/sudoers |
41 | 1 | Amber Herold | Look for the line: root ALL=(ALL) ALL. |
42 | 15 | Amber Herold | Add this line below the root version: |
43 | 1 | Amber Herold | |
44 | <pre> |
||
45 | $ username ALL=(ALL) ALL |
||
46 | 6 | Amber Herold | </pre> |
47 | |||
48 | 1 | Amber Herold | Logout and log back in with your username. |
49 | 17 | Amber Herold | |
50 | The CentOS installation is complete. |
||
51 | 21 | Amber Herold | |
52 | ______ |
||
53 | 25 | Amber Herold | |
54 | 32 | Amber Herold | ______ |
55 | |||
56 | 25 | Amber Herold | [[Download additional Software|Download additional Software >]] |
57 | 26 | Amber Herold | |
58 | ______ |
||
59 | 31 | Amber Herold | |
60 | 32 | Amber Herold | ______ |
61 | 31 | Amber Herold | |
62 | {{comments}} |
||
63 | |||
64 | {{comment_form}} |