0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 13, 2024 — Aug 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added check to confirm that 'script' executable exists on your OS. If not, it delays 5 seconds, and then builds anyway, without capturing the action. More... over 16 years ago
Added BUILD_DEBUG option to config.sh which is used by build.sh to re-run itself via the 'script' executable and output to 'build.log'. BUILD_DEBUG can be set to "yes" to turn on script capture; anything else will build without capturing the output. More... over 16 years ago
Added NS_DEBUG variable to config.sh which is used by 'web' script to decide whether to start nsd in the foreground or as a regular daemon. More... over 16 years ago
Now checks to see if you've initialized PGDATA. If not, it will fail and tell you to run 'db init' first. More... over 16 years ago
Now tells you if it succeeded; before it was silent on success. More... over 16 years ago
Putting in mootools javascript library.
joe
More... almost 17 years ago
Added instructions for installing. More... almost 17 years ago
Ignore Mac OS X Finder files. More... almost 17 years ago
Added a list of some of the packages that need to be installed on Ubuntu. More... almost 17 years ago
Changed main port from 8080 to 8000. More... almost 17 years ago
Use loopback if on a Mac; otherwise figure out the real IP and use that. More... almost 17 years ago
Ignore .log files. More... almost 17 years ago
This script just tells you if any of the files in the expected list it holds are missing. A quick sanity check after a build. More... almost 17 years ago
Change SSL and PKI (client) ports from 8443/8444 to 8001 and 8002. More... almost 17 years ago
Added LD_LIBRARY_PATH which is necessary on linux to find the locally compiled and installed Tcl shared library. More... almost 17 years ago
Added scripts to initialize and start postgresql and aolserver (db and web). More... almost 17 years ago
Changes to ignore locally compiled readline; updates to .gitignore. More... almost 17 years ago
Get rid of readline. We'll depend on the system's installation of readline or (at least for postgresql), libedit. More... almost 17 years ago
Ignore an initial set of files. More... almost 17 years ago
Unpack and compile sources in var/src instead of src to keep things clean. More... almost 17 years ago
Turned off the '-e' option to bash so it wouldn't die on the non-fatal errors when some of these sources try to install themselves. Apparently nsopenssl and other external modules don't automatically build a static version of themselves as libraries. The core AOLserver modules do this as part of their standard build process. I'll figure out how to fix these things later. More... almost 17 years ago
The locally-installed readline isn't found by postgresql's configure script no matter WHAT I do. Also don't want to depend on zlib being installed at this time. More... almost 17 years ago
Apparently, sqlite 3 is no longer "sqlite3". More... almost 17 years ago
Build scripts and sources. More... almost 17 years ago
Initial repository with README. More... almost 17 years ago