Project

General

Profile

Actions

Install the Web Interface » History » Revision 19

« Previous | Revision 19/56 (diff) | Next »
Neil Voss, 05/12/2010 05:00 PM


Install the Web Interface

Install Leginon and Appion web tools for viewing images and performing image processing through the web server.
If you are installing your web server on a different machine than your processing server,
you need to download the myami code.
TODO: add a link to the myami code

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

Example:

sudo cp -vr myami/myamiweb /var/www/html/ #CentOS
sudo chmod 777 /var/www/html/myamiweb  #this is temporary for setup, revert to 555 when finished with this page

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.

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.
The setup wizard will also check your database connection, create required database tables, and perform default data initialization.

Manual configuration instructions (Advanced User)

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

Revert permissions
sudo chmod 555 /var/www/html/myamiweb  #this is temporary for setup, revert to 555 when finished with this page

3. Test the installation

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


< Install the MRC PHP Extension | Potential Problems >


Updated by Neil Voss over 14 years ago · 19 revisions