Start with existing CentOS installation » History » Revision 71
« Previous |
Revision 71/80
(diff)
| Next »
Amber Herold, 04/06/2010 02:40 PM
Start with existing CentOS 5.3 64-bit installation¶
- Table of contents
- Start with existing CentOS 5.3 64-bit installation
1 Download additional software¶
2 Database Server Installation¶
3 Processing Server Installation¶
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.
Install DBEM and project php source¶
Please consult the other Install guide
Initialize database tables from the web tools¶
Please consult Create a test project and processing database
Potential problems¶
Firewall settings¶
You may need to configure your firewall to allow incoming HTTP (port 80) and MySQL (port 3306) traffic:
$ system-config-securitylevel
Security-enhanced linux¶
Security-enhanced linux may be preventing your files from loading. To fix this run the following command:
$ sudo /usr/bin/chcon -R -t httpd_sys_content_t /var/www/html/
see this website for more details on SELinux
5 Install external packages¶
Please follow individual package installation instruction provided with them
Compile Xmipp for OpenMPI¶
6 Install a PBS job submission system¶
7 Do testing (Start at 4 of any flavor)¶
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
----
Updated by Amber Herold over 14 years ago · 71 revisions