Mochabomb

Web Design and Technical notes

Mochabomb header image 4

Entries from December 2006

Trac install notes

December 31st, 2006 4:28 am · No Comments

0. Follow the directions in various places - they work well, thus I’ll not be rewriting them.
1. Run the right version of apache 2.0.54 to 2.0.59
2. Follow the installer at http://trac.edgewall.org/wiki/Trac0.9/TracOnWindows *** Caveat - see #4
3. The URL for making the directory - because I [...]

[Read more →]

Tags: Subversion

Apache dies after a while

December 29th, 2006 4:01 pm · No Comments

Apache was crashing and in the error log was:

[warn] (OS 995)The I/O operation has been aborted because of either a thread exit or an application request. : winnt_accept: Asynchronous AcceptEx failed
The solution from here was increasing the max requests per child from 30 (I set this) to 10000.
Here is the section [...]

[Read more →]

Tags: Apache · QT

CVS - set up and patching

December 26th, 2006 9:22 pm · No Comments

I recently started using cvs for my web design work - because its the most popular and though subversion is improved, I’ll gain to learn CVS.
References:
http://cvsbook.red-bean.com/ - online CVS manual - excellent
http://developer.gnome.org/tools/cvs.html - more notes
http://durak.org/cvswebsites/howto-cvs/node38.html - cvswrappers file
http://www-bcl.cs.unm.edu/computers/cvs.html - notes
#####Starting things up
add this to .bashrc [...]

[Read more →]

Tags: CVS

Installing subversion

December 15th, 2006 2:18 am · No Comments

1. If you want to use Apache 2.2.x with Trac + Subversion get 1.3.2, you’ll need this binary: http://www.tomdonovan.net/download/mod_dav_svn-1.3.2.x-w32.zip
2. http://trac.edgewall.org/wiki/TracOnWindows#Method2:UsingInstallers - follow it verbatim - does not explicitly say the obvious - get subversion command line tools - http://subversion.tigris.org/files/documents/15/35379/svn-1.4.2-setup.exe3. Python info here - http://www.imladris.com/Scripts/PythonForWindows.html
3. I did not set up Trac + Apache yet because [...]

[Read more →]

Tags: Subversion

Worpdress upgrade notes

December 9th, 2006 2:49 am · No Comments

Cygwin is installed on this system, thus the command line work. You can do this with the command console perhaps, but I have never seen the value of learning the windows command line when unix is more mature and stable (since the late 1960’s).
1] Backup the database:
Format: `mysqldump -u -p
-h [...]

[Read more →]

Tags: Cygwin Linux · MySQL · Wordpress