openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
T
tcltk-aolserver
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 13, 2024 — Aug 13, 2025
Showing page 3 of 3
Search / Filter on:
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.
Scott S. Goodwin
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.
Scott S. Goodwin
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.
Scott S. Goodwin
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.
Scott S. Goodwin
More...
over 16 years ago
Now tells you if it succeeded; before it was silent on success.
Scott S. Goodwin
More...
over 16 years ago
Putting in mootools javascript library.
joe
More...
almost 17 years ago
Added instructions for installing.
Scott S. Goodwin
More...
almost 17 years ago
Ignore Mac OS X Finder files.
Scott S. Goodwin
More...
almost 17 years ago
Added a list of some of the packages that need to be installed on Ubuntu.
Scott S. Goodwin
More...
almost 17 years ago
Changed main port from 8080 to 8000.
Scott S. Goodwin
More...
almost 17 years ago
Use loopback if on a Mac; otherwise figure out the real IP and use that.
Scott Goodwin
More...
almost 17 years ago
Ignore .log files.
Scott Goodwin
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.
Scott Goodwin
More...
almost 17 years ago
Change SSL and PKI (client) ports from 8443/8444 to 8001 and 8002.
Scott Goodwin
More...
almost 17 years ago
Added LD_LIBRARY_PATH which is necessary on linux to find the locally compiled and installed Tcl shared library.
Scott Goodwin
More...
almost 17 years ago
Added scripts to initialize and start postgresql and aolserver (db and web).
Scott S. Goodwin
More...
almost 17 years ago
Changes to ignore locally compiled readline; updates to .gitignore.
Scott Goodwin
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.
Scott Goodwin
More...
almost 17 years ago
Ignore an initial set of files.
Scott S. Goodwin
More...
almost 17 years ago
Unpack and compile sources in var/src instead of src to keep things clean.
Scott S. Goodwin
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.
Scott Goodwin
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.
Scott Goodwin
More...
almost 17 years ago
Apparently, sqlite 3 is no longer "sqlite3".
Scott Goodwin
More...
almost 17 years ago
Build scripts and sources.
Scott S. Goodwin
More...
almost 17 years ago
Initial repository with README.
Scott S. Goodwin
More...
almost 17 years ago
←
1
2
3
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree