GTD PHP Steps to Install
I never really revealed my new year's resolution this year. That's because I haven't followed Larry's steps to make it SMART yet. What I want to to is become a GTD person. A 'Getting Things Done' organized person.
In The GTD book
I downloaded it and started looking at installation. All the instructions are based on installing an SQL server on your own Mac. Ack! I'm no PHP/SQL geek, but how card could it be? Here's what I had to do to install it on my website.
- Created database on the server using tools from my host's DirectAdmin program. Made sure to note username and password (note username and database name format is like this: b2blog_gtd).
- Edited the config.sample.php file per the instructions, but also modified the database name, then saved as config.php.
- Uploaded all the files to a directory on the server (you can probably guess the name of the directory).
- Tested the index.php page and remembered I also have to create tables in the database.
- Used web host's tool myphpadmin and clicked to load an external SQL script. This script is part of the files that come with GTD_PHP.
- After getting error messages, I edited the sql script to correct two things: 1. corrected database name (shows up only twice, I think); 2. corrected one line in the script that wasn't compatible with my version of SQL.
- Re-ran the script until it worked.
- Used my host's tool to password protect the directory. If I wasn't writing this post, I probably wouldn't have done this.
My version of SQL is older (4.0.16) and what I had to do is change the last line of each table-creation step to read like this:
) TYPE=MyISAM CHARACTER SET latin1;
It took me a while to figure this out, so I hope I can help someone else whose host isn't running the latest and greatest.Now, if I can finish the book and do the SMART steps, I can start getting things done...online!





3 Comments:
At January 17, 2006 10:53 PM, Larry Hendrick said…
Dave, you've got to keep us up to date on this one and I await each report with anticipation because I have been looking for the same. wow!
At February 07, 2006 8:18 AM, Hugo Pires said…
Thnak you for all...
But I am getting a "Undefined index message..." Could someone give me a tip?
At February 07, 2006 9:20 AM, Dave J. said…
Hugo, as I said in my post, I am not a PHP guy. Google leads me to phpbuilder.com.
To get more help, you might need to give more detail on where you are getting this error.
Post a Comment
<< Home