Skip to content

Commit

Permalink
Update docs: add github; etc for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dekellum committed Mar 7, 2010
1 parent 58084b2 commit 81af6de
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
20 changes: 10 additions & 10 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Note: This needs some work, in particular use of autoconf, etc.

* GNU make (3.81+)
* gcc (4.1.2+)
* Apache Portable Runtime: apr, apr-devel (1.2.7+)
* Java JDK
* Apache Portable Runtime: apr, apr-devel (1.2.7+)
* Java JDK

2. Edit Makefile

a. Change JAVA_HOME to installed JDK to use for compiling.
Expand All @@ -22,14 +22,14 @@ Note: This needs some work, in particular use of autoconf, etc.
For example, Mac OS X gcc defaults to -m32, so change it to -m64
to use a 64-bit JVM.

c. Change PROFILE_DIR to desired location of hashdot profiles.
c. Change PROFILE_DIR to desired location of hashdot profiles.

Default: /opt/hashdot/profiles or environment variable.

For testing, set PROFILE_DIR environment variable to
"./profiles" (source directory). Set the PROFILE_DIR to its
final location and rebuild before installing (see below.)

d. Change INSTALL_BIN to desired install location of hashdot
binaries.

Expand All @@ -42,7 +42,7 @@ Note: This needs some work, in particular use of autoconf, etc.
Edit profiles before installation and to get "make test" working
with PROFILE_DIR=./profiles (see above.)

a. Edit JVM settings in ./profiles/default.hdp
a. Edit JVM settings in ./profiles/default.hdp

Note hashdot.vm.arch and hashdot.vm.lib settings for specific
platforms. On Mac OS X, you can use either a "default" system
Expand All @@ -52,11 +52,11 @@ Note: This needs some work, in particular use of autoconf, etc.
b. Edit jruby.hdp to point to your jruby installation.

JRuby is required for running the tests via "make test"

4. Build and test

Build with local profiles directory for testing prior to install:

% PROFILE_DIR=./profiles make test

Note: On Mac OS X, the final test/test_cmdline.rb currently fails
Expand All @@ -68,5 +68,5 @@ Note: This needs some work, in particular use of autoconf, etc.

Rebuild with final PROFILE_DIR and install:

% unset PROFILE_DIR
% unset PROFILE_DIR
% make clean install
5 changes: 3 additions & 2 deletions doc/change_log.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ <h1>Hashdot: Change Log</h1>
Change Log |
<a href="reference.html">Reference</a> |
<a href="COPYING">License</a> |
<a href="http://sourceforge.net/project/showfiles.php?group_id=240265">Download</a>
<a href="http://sourceforge.net/project/showfiles.php?group_id=240265">Download</a> |
<a href="http://github.com/dekellum/hashdot">GitHub</a>
</div>

<h2>1.4.0 (TBD)</h2>
<h2>1.4.0 (2010-3-7)</h2>
<ul>
<li>Added support for single process exclusion via a process ID file; see
<a href="reference.html#hashdot.pid_file">hashdot.pid_file</a>.</li>
Expand Down
3 changes: 2 additions & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ <h1>Hashdot: Java-platform Script Launcher: 1.4.0</h1>
<a href="change_log.html">Change Log</a> |
<a href="reference.html">Reference</a> |
<a href="COPYING">License</a> |
<a href="http://sourceforge.net/project/showfiles.php?group_id=240265">Download</a>
<a href="http://sourceforge.net/project/showfiles.php?group_id=240265">Download</a> |
<a href="http://github.com/dekellum/hashdot">GitHub</a>
</div>

<h2>Summary</h2>
Expand Down
3 changes: 2 additions & 1 deletion doc/reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ <h1>Hashdot: Property Reference</h1>
<a href="change_log.html">Change Log</a> |
Reference |
<a href="COPYING">License</a> |
<a href="http://sourceforge.net/project/showfiles.php?group_id=240265">Download</a>
<a href="http://sourceforge.net/project/showfiles.php?group_id=240265">Download</a> |
<a href="http://github.com/dekellum/hashdot">GitHub</a>
</div>

<ul>
Expand Down

0 comments on commit 81af6de

Please sign in to comment.