Project

General

Profile

Install the Web Interface » History » Revision 36

Revision 35 (Anchi Cheng, 06/06/2010 09:51 PM) → Revision 36/56 (Anchi Cheng, 06/06/2010 10:06 PM)

h1. Install the Web Interface 

 Install Leginon and Appion web tools for viewing images and performing image processing through the web server. 

 h2. 1. Move the myami/myamiweb directory to your Apache web directory 

 Example: 
 <pre> 
 cd myami 

 #CentOS example 
 sudo cp -vr myamiweb /var/www/html/  

 #this is temporary for setup, revert to 755 when finished with this page 
 sudo chmod 777 /var/www/html/myamiweb   
 </pre> 

 h2. 2. Configure your installation  

 There is a setup wizard available to help you set the configuration parameters for your installation. If you prefer not to use the wizard, there are instructions for manually editing the configuration file. If this is your first time creating the web tool configuration file, we recommend using the setup wizard. 


 h3. Configuration using the setup wizard 

 * Run the online setup wizard by visiting http://yourhost/myamiweb/setup or http://localhost/myamiweb/setup to create the myami website’s config file. 
 * You need to know your database setup before you start.    If you have been using the parameters in this instruction, here is a [[Explanation of Sample Names|summary]]. 
 * The setup wizard will also check your database connection, create required database tables, and perform default data initialization. 
 You also need to decide whether you would like to enable [[Deciding on Enforcing User Authentication|user management system]]. 
 * The setup wizard will also check your database connection, create required database tables, and perform default data initialization. 

 h3. Manual configuration instructions (Advanced User) 

 Go to [[Install the Web Interface Advanced]] for the advanced configuration. 

 h2. 3. Revert permissions 

 <pre> 
 sudo chmod 755 /var/www/html/myamiweb 
 </pre> 

 h2. 4. Test the installation 

 Visit http://yourhost/myamiweb    or http://localhost/myamiweb to confirm functionality. 

 ______ 

 [[Install the MRC PHP Extension|< Install the MRC PHP Extension]] | [[Install phpMyAdmin|Install phpMyAdmin >]] 

 ______