Project

General

Profile

Start with existing CentOS installation » History » Version 68

Amber Herold, 04/06/2010 01:20 PM

1 25 Amber Herold
h1. Start with existing CentOS 5.3 64-bit installation
2 5 Amber Herold
3
{{>toc}}
4 1 Amber Herold
5 13 Amber Herold
h2. 3 Download additional software 
6 2 Amber Herold
7 56 Amber Herold
[[Download additional Software]]
8 1 Amber Herold
9 24 Amber Herold
----
10
11 28 Amber Herold
h2. 4 MRC PHP Extension Installation and Testing
12 13 Amber Herold
13 54 Amber Herold
[[MRC PHP Extension Installation and Testing]]
14 47 Amber Herold
15
----
16
17 55 Amber Herold
h2. 5 Setup MySQL (appiondata) databases 
18
19
[[Setup MySQL database]]
20
21
----
22
23
24 47 Amber Herold
h2. 6 Compile and setup Appion python programs 
25
26 49 Amber Herold
[[Setup Appion programs]]
27
28 57 Amber Herold
----
29 41 Amber Herold
30 68 Amber Herold
h2. 7 Web Server Installation
31 13 Amber Herold
32 58 Amber Herold
33 60 Amber Herold
Refer to [[Web Server Installation]]
34
35 59 Amber Herold
36
*TODO:* The next steps have already been completed, grab any extra info from here and move to other location.
37 2 Amber Herold
38 15 Amber Herold
39 2 Amber Herold
h3. Install DBEM and project php source 
40
41
Please consult the other [[Start_with_existing_ANY_Linux_flavor_OS#3-Web-server-side-installation|Install guide]]
42
43
h3. Configuration 
44 13 Amber Herold
45 2 Amber Herold
h4. configure apache 
46
47
* allow REMOTE_HOST lookups in apache
48
49
<pre>
50 13 Amber Herold
$ sudo nano /etc/httpd/conf/httpd.conf
51 2 Amber Herold
</pre>
52
53
* turn _HostnameLookups_ to On
54
55
<pre>
56 13 Amber Herold
HostnameLookups On
57 2 Amber Herold
</pre>
58
59
* restart the webserver
60
61
<pre>
62
$ sudo /sbin/service httpd restart
63 1 Amber Herold
</pre>
64 15 Amber Herold
65 2 Amber Herold
h4. configure project_1_2, dbem_1_5_1, and dbem_1_5_1/processing 
66
67
Please consult the other [[Start_with_existing_ANY_Linux_flavor_OS#3-Web-server-side-installation|Install guide]]
68 16 Amber Herold
69 2 Amber Herold
h3. Initialize database tables from the web tools 
70
71
Please consult [[Start_with_existing_ANY_Linux_flavor_OS#4-Create-a-test-project-and-processing-database|Create a test project and processing database]]
72
73
h3. Potential problems 
74
75
h4. Firewall settings 
76
77
You may need to configure your firewall to allow incoming HTTP (port 80) and MySQL (port 3306) traffic:
78
79
<pre>
80
$ system-config-securitylevel
81
</pre>
82
83
h4. Security-enhanced linux 
84
85
"Security-enhanced linux (SELinux)":http://en.wikipedia.org/wiki/Security-Enhanced_Linux  may be preventing your files from loading. To fix this run the following command:
86
87
<pre>
88
$ sudo /usr/bin/chcon -R -t httpd_sys_content_t /var/www/html/
89
</pre>
90
91
see "this website":http://docs.fedoraproject.org/selinux-apache-fc3/sn-simple-setup.html  for more details on SELinux
92 13 Amber Herold
93
----
94 2 Amber Herold
95
h2. 8 Install external packages 
96
97
*Please follow individual package installation instruction provided with them*
98 13 Amber Herold
99
h3. Compile Xmipp for OpenMPI 
100
101 2 Amber Herold
[[Install Xmipp]]
102
103 56 Amber Herold
----
104
105 51 Amber Herold
h2. 9 Install a PBS job submission system
106
107 2 Amber Herold
[[Install PBS]]
108 56 Amber Herold
109
----
110 61 Amber Herold
111
h2. 10 Do testing (Start at 4 of any flavor)
112
113 64 Amber Herold
[[Start_with_existing_ANY_Linux_flavor_OS#4-Create-a-test-project-and-processing-database|Get started with a project]]
114 65 Amber Herold
This has some repeated information.
115
Basically need to do the following:
116
117
# Add a group
118
# Add a user
119
# Add instruments
120
# Create a project
121
# Create the project database
122
# Upload images to a new session
123
# View the images
124 61 Amber Herold
----