equal
deleted
inserted
replaced
30 |
30 |
31 1. Move the python code into a repertory where the web server will serve |
31 1. Move the python code into a repertory where the web server will serve |
32 the CGI. |
32 the CGI. |
33 |
33 |
34 2. Tell the web server to serve only CGI .py from the root directory |
34 2. Tell the web server to serve only CGI .py from the root directory |
35 of the application. The lib and inc directory content should not |
35 of the application. The lib and templates directory content should not |
36 be used. Add any authorization you need. |
36 be used. Add any authorization you need. |
37 |
37 |
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 |