Commit Graph

8 Commits

Author SHA1 Message Date
paul 2d498ecee6 Fixed bug where the install script would die if you already had installed the dev env before 2007-01-24 17:20:59 +00:00
paul 1e48e8c7da Better output when installing/uninstalling storage server. All media files and temp files are now deleted when you uninstall. Bug fix: the media files will still be deleted even if the database is gone. Bug fix: during storage server install, the storage server directories and all files must be created first before the are CHGRP and CHMOD. 2007-01-23 20:51:17 +00:00
paul 4733682a62 Refactored Alib to reveal its true nature: a bunch of static functions inside of classes. This makes it much easier to understand what is going on, and removes 4 layers of class heirarchies (now only 4 left). There are now two important global variables: CC_DBC, the database connection, and CC_CONFIG, the config variables. These used to be passed around to all classes, but since they are always the same they should be global. Refactored the StorageServer install scripts to live outside of the classes. They now live in the storageServer install scripts. A lot of functions in the StorageServer have become static as well, but there are definitely more that I didnt get to. Lots of code cleanup as well. This is a big update. 2006-12-16 06:36:22 +00:00
fgerlits 01ee4ec06d moving the script so that it will be copied by `make install` 2006-12-05 16:10:57 +00:00
tomash 4ea731e572 #2017 executable for changing scheduler password in the storageServer added. 2006-12-05 13:47:07 +00:00
fgerlits 1c068165e0 changed all #!/bin/sh lines to #!/bin/bash 2006-11-29 16:19:45 +00:00
paul 0d9129d16c got rid of =& when constructing objects 2006-11-14 19:10:22 +00:00
paul fe31d2dfab Renaming top-level livesupport directory (/trunk/livesupport) to campcaster (trunk/campcaster). 2006-10-19 14:55:07 +00:00