Install the Web Interface » History » Version 21
Neil Voss, 05/12/2010 05:00 PM
1 | 1 | Amber Herold | h1. Install the Web Interface |
---|---|---|---|
2 | |||
3 | 6 | Amber Herold | Install Leginon and Appion web tools for viewing images and performing image processing through the web server. |
4 | 1 | Amber Herold | If you are installing your web server on a different machine than your processing server, |
5 | you need to download the myami code. |
||
6 | *TODO:* add a link to the myami code |
||
7 | |||
8 | 6 | Amber Herold | h2. 1. Move the myami/myamiweb directory to your Apache web directory |
9 | 1 | Amber Herold | |
10 | Example: |
||
11 | <pre> |
||
12 | 20 | Neil Voss | cd myami |
13 | sudo cp -vr myamiweb /var/www/html/ #CentOS |
||
14 | 16 | Neil Voss | sudo chmod 777 /var/www/html/myamiweb #this is temporary for setup, revert to 555 when finished with this page |
15 | 1 | Amber Herold | </pre> |
16 | |||
17 | 6 | Amber Herold | h2. 2. Configure your installation |
18 | 1 | Amber Herold | |
19 | 6 | Amber Herold | 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. |
20 | |||
21 | |||
22 | h3. Configuration using the setup wizard |
||
23 | |||
24 | 13 | Neil Voss | Run the online setup wizard by visiting http://yourhost/myamiweb/setup or http://localhost/myamiweb/setup to create the myami website’s config file. |
25 | 6 | Amber Herold | The setup wizard will also check your database connection, create required database tables, and perform default data initialization. |
26 | |||
27 | h3. Manual configuration instructions (Advanced User) |
||
28 | |||
29 | 17 | Neil Voss | Go to [[Install the Web Interface Advanced]] for the advanced configuration. |
30 | 5 | Eric Hou | |
31 | 19 | Neil Voss | h2. Revert permissions |
32 | 21 | Neil Voss | |
33 | 19 | Neil Voss | <pre> |
34 | sudo chmod 555 /var/www/html/myamiweb #this is temporary for setup, revert to 555 when finished with this page |
||
35 | </pre> |
||
36 | |||
37 | 9 | Amber Herold | h2. 3. Test the installation |
38 | |||
39 | 18 | Neil Voss | Visit http://yourhost/myamiweb or http://localhost/myamiweb to confirm functionality. |
40 | 1 | Amber Herold | |
41 | ______ |
||
42 | |||
43 | [[Install the MRC PHP Extension|< Install the MRC PHP Extension]] | [[Potential Problems|Potential Problems >]] |
||
44 | |||
45 | ______ |