Project

General

Profile

Start with existing CentOS installation » History » Revision 71

Revision 70 (Amber Herold, 04/06/2010 02:35 PM) → Revision 71/80 (Amber Herold, 04/06/2010 02:40 PM)

h1. Start with existing CentOS 5.3 64-bit installation 

 {{>toc}} 

 h2. 1 Download additional software  

 [[Download additional Software]] 

 ---- 

 h2. 2 Database Server Installation 
 

 [[Setup MySQL database]] 

 ---- 

 h2. 3 Processing Server Installation  


 [[Setup Appion programs]] 

 ---- 

 h2. 4 Web Server Installation 


 Refer to [[Web Server Installation]] 


 *TODO:* The next steps have already been completed, grab any extra info from here and move to other location. 


 h3. Install DBEM and project php source  

 Please consult the other [[Start_with_existing_ANY_Linux_flavor_OS#3-Web-server-side-installation|Install guide]] 





 



 h4. configure project_1_2, dbem_1_5_1, and dbem_1_5_1/processing  

 Please consult the other [[Start_with_existing_ANY_Linux_flavor_OS#3-Web-server-side-installation|Install guide]] 

 h3. Initialize database tables from the web tools  

 Please consult [[Start_with_existing_ANY_Linux_flavor_OS#4-Create-a-test-project-and-processing-database|Create a test project and processing database]] 

 h3. Potential problems  

 h4. Firewall settings  

 You may need to configure your firewall to allow incoming HTTP (port 80) and MySQL (port 3306) traffic: 

 <pre> 
 $ system-config-securitylevel 
 </pre> 

 h4. Security-enhanced linux  

 "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: 

 <pre> 
 $ sudo /usr/bin/chcon -R -t httpd_sys_content_t /var/www/html/ 
 </pre> 

 see "this website":http://docs.fedoraproject.org/selinux-apache-fc3/sn-simple-setup.html    for more details on SELinux 

 ---- 

 h2. 5 Install external packages  

 *Please follow individual package installation instruction provided with them* 

 h3. Compile Xmipp for OpenMPI  

 [[Install Xmipp]] 

 ---- 

 h2. 6 Install a PBS job submission system 

 [[Install PBS]] 

 ---- 

 h2. 7 Do testing (Start at 4 of any flavor) 

 [[Start_with_existing_ANY_Linux_flavor_OS#4-Create-a-test-project-and-processing-database|Get started with a project]] 
 This has some repeated information. 
 Basically need to do the following: 

 # Add a group 
 # Add a user 
 # Add instruments 
 # Create a project 
 # Create the project database 
 # Upload images to a new session 
 # View the images 
 ----