INSTALL
changeset 67 652ff41518f3
parent 65 b975a3d7606a
child 68 c1f1491f098c
equal deleted inserted replaced
65:b975a3d7606a 67:652ff41518f3
    38 3. Create a database for xbelweb (e.g., "xbelweb"), then create the
    38 3. Create a database for xbelweb (e.g., "xbelweb"), then create the
    39    tables in the database used by xbelweb using the
    39    tables in the database used by xbelweb using the
    40    ./lib/db/create_db.[your database] definition.  I do it with
    40    ./lib/db/create_db.[your database] definition.  I do it with
    41    psql -U php < create_db.postgresql
    41    psql -U php < create_db.postgresql
    42 
    42 
    43 4. Update the lib/config.py file to reflect your db configuration.
    43 4. Copy index.py.ex to index.py and edit the necessary information.
    44 
    44 
    45 
    45