Project

General

Profile

Start with existing CentOS installation » History » Version 66

Amber Herold, 04/06/2010 12:43 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 50 Amber Herold
h2. 7 Install webpages (myamiweb)
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
* To test MRC tools, go to this website:
39
http://emg.nysbc.org/software/mrctools/mrc_so.php
40 13 Amber Herold
41 15 Amber Herold
42 2 Amber Herold
h3. Install DBEM and project php source 
43
44
Please consult the other [[Start_with_existing_ANY_Linux_flavor_OS#3-Web-server-side-installation|Install guide]]
45
46
h3. Configuration 
47 13 Amber Herold
48 2 Amber Herold
h4. configure apache 
49
50
* allow REMOTE_HOST lookups in apache
51
52
<pre>
53 13 Amber Herold
$ sudo nano /etc/httpd/conf/httpd.conf
54 2 Amber Herold
</pre>
55
56
* turn _HostnameLookups_ to On
57
58
<pre>
59 13 Amber Herold
HostnameLookups On
60 2 Amber Herold
</pre>
61
62
* restart the webserver
63
64
<pre>
65
$ sudo /sbin/service httpd restart
66 1 Amber Herold
</pre>
67 15 Amber Herold
68 2 Amber Herold
h4. configure project_1_2, dbem_1_5_1, and dbem_1_5_1/processing 
69
70
Please consult the other [[Start_with_existing_ANY_Linux_flavor_OS#3-Web-server-side-installation|Install guide]]
71 16 Amber Herold
72 2 Amber Herold
h3. Initialize database tables from the web tools 
73
74
Please consult [[Start_with_existing_ANY_Linux_flavor_OS#4-Create-a-test-project-and-processing-database|Create a test project and processing database]]
75
76
h3. Potential problems 
77
78
h4. Firewall settings 
79
80
You may need to configure your firewall to allow incoming HTTP (port 80) and MySQL (port 3306) traffic:
81
82
<pre>
83
$ system-config-securitylevel
84
</pre>
85
86
h4. Security-enhanced linux 
87
88
"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:
89
90
<pre>
91
$ sudo /usr/bin/chcon -R -t httpd_sys_content_t /var/www/html/
92
</pre>
93
94
see "this website":http://docs.fedoraproject.org/selinux-apache-fc3/sn-simple-setup.html  for more details on SELinux
95 13 Amber Herold
96
----
97 2 Amber Herold
98
h2. 8 Install external packages 
99
100
*Please follow individual package installation instruction provided with them*
101 13 Amber Herold
102
h3. Compile Xmipp for OpenMPI 
103
104 2 Amber Herold
[[Install Xmipp]]
105
106 56 Amber Herold
----
107
108 51 Amber Herold
h2. 9 Install a PBS job submission system
109
110 2 Amber Herold
[[Install PBS]]
111 56 Amber Herold
112
----
113 61 Amber Herold
114
h2. 10 Do testing (Start at 4 of any flavor)
115
116 64 Amber Herold
[[Start_with_existing_ANY_Linux_flavor_OS#4-Create-a-test-project-and-processing-database|Get started with a project]]
117 65 Amber Herold
This has some repeated information.
118
Basically need to do the following:
119
120
# Add a group
121
# Add a user
122
# Add instruments
123
# Create a project
124
# Create the project database
125
# Upload images to a new session
126
# View the images
127 61 Amber Herold
----