Project

General

Profile

Actions

Reconfigure the database » History » Revision 6

« Previous | Revision 6/17 (diff) | Next »
Amber Herold, 10/29/2010 04:11 PM


Reconfigure the database

  1. Drop the databases if they exist
     
    mysql -h localhost -u root
    
    show databases;
    

    If you see:
    projectdb
    leginondb

    drop database projectdb;
    drop database leginondb;
    
  2. Create the databases
    create database projectdb;
    create database leginondb;
    
  3. Copy config.php to /var/www/html/myamiweb
     
  4. Point your web browser to http://localhost/myamiweb/setup
    1. The database username is root
    2. There is no database password. Leave this field empty.
    3. Click Next on each page without making any changes.
    4. Eventually, you will see a button to Create Web Tools Config. Click on this button, and ignore the Apache User error.
    5. Click on the DB Initialization button.
    6. Click Next.
    7. Click Next to insert default values.
    8. You will need to enter information for the Adminstrator Appion user. You may enter any password and your email address.
    9. When this completes, you may start using Appion, or may continue with the following steps to insert a sample project into the database which can be used for processing with Appion.
  5. Delete the sample images folder
    cd /myamiImages/leginon
    rm -rf sample
    
  1. http://localhost/myamiweb/setup/autoInstallSetup.php?password=*{your root password}*

Updated by Amber Herold about 14 years ago · 6 revisions