equal
deleted
inserted
replaced
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 |