 Allegro CL • Packages/Pricing • Licensing Options AllegroCache • Download NFS for Windows Open Source Tools Pepito Semantic Technologies





|
AllegroGraph Download Page
This download site is designed to provide Allegro CL 8.1
users the opportunity to access new releases of AllegroGraph.
We intend to provide new features and updates frequently so be
sure to check this site on a regular basis.
Please
review the "Change Log" section below for release notes and
incompatibilities prior to releases.
NOTE: if you do not see your platform here, please
email us.
Installation Instructions
The installation is actually quite simple and just takes a few minutes.
For system configuration guidelines, please refer to the AllegroGraph
Performance Tuning page
here.
Steps 1-3 only have to be done one time. After the first time,
when you want to install new versions of AllegroGraph, you can skip
directly to step 4.
-
[Skip this step if you already have Allegro CL 8.1
installed.]
Install Allegro Common Lisp, if you do not already have it installed.
You can download Allegro CL
here.
-
[Skip this step if you have already installed a license file that
includes AllegroGraph.]
Install the license file, devel.lic, into the Allegro directory.
The Allegro directory is the place you installed Allegro CL into
in the previous step.
On Windows, that would normally be
c:\Program Files\acl81.
If you have any problems with this, please email
support@franz.com.
To use AllegroGraph, you must have a license file which includes
support for it.
If you would like an evaluation license for AllegroGraph,
please request one from
allegrograph-info@franz.com.
-
Make sure you have all the latest patches to Allegro CL installed.
It is very important that you not skip this step, until you have completed
it one time.
-
Install AllegroGraph by starting up Allegro and evaluating the
forms below, depending on whether you need to use a proxy for web access.
No proxy needed for web access:
(require :update)
(system.update:install-allegrograph)
Proxy needed for web access:
Substitute your actual proxy host name,
proxy port (a number), username and password for the
bold italic items below:
If you do not require a username and password, then use these forms:
(require :update)
(system.update:install-allegrograph :proxy "myproxy:myport")
If you require a username and password, then use these forms:
(require :update)
(system.update:install-allegrograph
:proxy "myproxy:myport"
:proxy-basic-authorization '("myaccount" . "mypassword"))
-
Test the installation by evaluating this form:
(require :agraph)
If you see something like the following, then the installation worked:
cl-user(11): (require :agraph)
; Fast loading C:\Program Files\acl81\code\agraph.fasl
...
t
cl-user(12):
The important part is the lack of the string Error: appearing
anywhere in the output.
If you see the following,
then your license file addition either was not done or not done correctly:
cl-user(11): (require :agraph)
; Fast loading C:\Program Files\acl81\code\agraph.fasl
...
Error: Missing or invalid license (C:\Program Files\acl81\devel.lic) for
AllegroGraph.
Restart actions (select using :continue):
0: retry the load of sys:;code;agraph.fasl
1: skip loading sys:;code;agraph.fasl
2: Return to Top Level (an "abort" restart).
3: Abort entirely from this (lisp) process.
[1] cl-user(12):
If you see the following, then you did not successfully download and install
the required patches:
cl-user(11): (require :agraph)
; Fast loading C:\Program Files (x86)\acl81\code\agraph.fasl
...
Error: A Lisp patch is needed for proper AllegroGraph operation and
this patch is not present in the current Lisp image. Please
download patches with (system:update-allegro) and rebuild your
Lisp images as system:update-allegro instructs.
Restart actions (select using :continue):
0: retry the load of sys:;code;agraph.fasl
1: skip loading sys:;code;agraph.fasl
2: Return to Top Level (an "abort" restart).
3: Abort entirely from this (lisp) process.
[changing package from "common-lisp-user" to "db.agraph"]
[1] triple-store(12):
The documentation for AllegroGraph is
here.
Manual Installation
The following files are for manual installation only.
Manual installation should only be used when you want to install an older
version of AllegroGraph, or the automatic installation above does not work
for you (in which case, we would definitely like to know about it, so
please send the details to
support@franz.com).
-
Please follow steps 1-3 in "Installation Instructions" above.
This will insure that an up-to-date Allegro CL is installed.
-
Download AllegroGraph, choosing the file appropriate to your
version of installed Allegro CL. Also, you will need to select the version
of AllegroGraph you wish to download. For demonstration purposes,
we will use version 3.0.
-
Unpack the downloaded file somewhere. For the purposes of discussion,
we will assume that you unpacked the Windows version in
c:\temp.
This means you will have a new directory
c:\temp\agraph-3.0-acl8.1-windows.
-
Move this newly unpacked directory to the Allegro directory,
renaming it to agraph in the process.
That is, move
c:\temp\agraph-3.0-acl8.1-windows to
c:\Program Files\acl81\agraph.
If there is an existing agraph directory,
please rename it to agraph.old before creating
c:\Program Files\acl81\agraph.
-
Move c:\Program Files\acl81\agraph\agraph.fasl
to c:\Program Files\acl81\code\agraph.fasl.
The steps for manual installation on 64-bit Linux, for example, would be:
# The following assumes the file was downloaded to /tmp
% rm -fr agraph.old
% mv agraph agraph.old
% mv code/agraph*.fasl agraph.old
% tar zxf /tmp/agraph-3.0-acl8.1-linuxamd64.64.tgz
% mv agraph-3.0-acl8.1-linuxamd64.64 agraph
% mv agraph/agraph*.fasl code
If the installation was successful, you should be able to start
Allegro CL and load AllegroGraph like this:
cl-user(1): (require :agraph)
; Fast loading C:\Program Files\acl81\code\agraph.fasl
...
...
AllegroGraph 3.0 [built on May 02, 2008 01:14:39 GMT-0700]
...
t
cl-user(2):
The above output is similar to what you see. The exact
version information printed depends on which version of AllegroGraph you
downloaded and installed.
Latest Version| Arch | File | Created | Size | |
|---|
| FreeBSD | agraph-2.2.5-acl8.0-freebsd.tgz | 12/30/2007 01:22:57 AM | 10,096,492 | Download | | FreeBSD | agraph-3.0-acl8.1-freebsd.tgz | 05/05/2008 02:46:34 PM | 25,030,757 | Download | | FreeBSD | agraph-2.2.5-acl8.1-freebsd.tgz | 12/30/2007 12:43:46 AM | 10,458,647 | Download | | Linux (x86) | agraph-2.2.5-acl8.0-linux86.tgz | 12/30/2007 01:23:43 AM | 10,126,069 | Download | | Linux (x86) | agraph-3.0-acl8.1-linux86.tgz | 05/05/2008 02:46:23 PM | 25,084,465 | Download | | Linux (x86) | agraph-2.2.5-acl8.1-linux86.tgz | 12/30/2007 12:43:36 AM | 10,519,898 | Download | | 64-bit Linux (x86-64) | agraph-2.2.5-acl8.0-linuxamd64.64.tgz | 12/30/2007 01:22:43 AM | 11,335,750 | Download | | 64-bit Linux (x86-64) | agraph-3.0-acl8.1-linuxamd64.64.tgz | 05/05/2008 02:43:59 PM | 28,503,273 | Download | | 64-bit Linux (x86-64) | agraph-2.2.5-acl8.1-linuxamd64.64.tgz | 12/30/2007 12:41:43 AM | 11,844,611 | Download | | 64-bit Mac OS X (Intel) | agraph-3.0-acl8.1-macosx86-64.64.tgz | 05/05/2008 02:45:02 PM | 28,495,126 | Download | | 64-bit Mac OS X (Intel) | agraph-2.2.5-acl8.1-macosx86-64.64.tgz | 12/30/2007 12:41:51 AM | 11,867,745 | Download | | Mac OS X (Intel) | agraph-2.2.5-acl8.0-macosx86.tgz | 12/30/2007 01:22:56 AM | 10,414,395 | Download | | Mac OS X (Intel) | agraph-3.0-acl8.1-macosx86.tgz | 05/05/2008 02:47:56 PM | 25,399,122 | Download | | Mac OS X (Intel) | agraph-2.2.5-acl8.1-macosx86.tgz | 12/30/2007 12:43:20 AM | 10,690,815 | Download | | macosx86.64 | agraph-3.0-acl8.1-macosx86-64.64.tgz | 03/06/2008 06:37:22 AM | 12,892,148 | Download | | 64-bit Solaris (x86-64) | agraph-2.2.5-acl8.0-solarisamd64.64.tgz | 12/30/2007 01:21:16 AM | 11,515,648 | Download | | 64-bit Solaris (x86-64) | agraph-3.0-acl8.1-solarisamd64.64.tgz | 05/05/2008 02:43:25 PM | 28,690,851 | Download | | 64-bit Solaris (x86-64) | agraph-2.2.5-acl8.1-solarisamd64.64.tgz | 12/30/2007 12:41:28 AM | 11,932,947 | Download | | Windows | agraph-2.2.5-acl8.0-windows.zip | 12/30/2007 01:23:53 AM | 10,758,181 | Download | | Windows | agraph-3.0-acl8.1-windows.zip | 05/05/2008 02:47:26 PM | 28,466,796 | Download | | Windows | agraph-2.2.5-acl8.1-windows.zip | 12/30/2007 12:43:58 AM | 11,167,528 | Download | | 64-bit Windows | agraph-2.2.5-acl8.0-windows.64.zip | 12/30/2007 01:23:06 AM | 12,147,248 | Download | | 64-bit Windows | agraph-3.0-acl8.1-windows.64.zip | 05/05/2008 02:46:20 PM | 32,065,278 | Download | | 64-bit Windows | agraph-2.2.5-acl8.1-windows.64.zip | 12/30/2007 12:43:29 AM | 12,456,718 | Download |
Change Log (last updated 05/02/2008 10:14:49 AM)
| 3.0
|
Changes for this version are
here.
|
| 2.2.5
|
Changes for this version are
here.
|
| 2.2.4
|
Changes for this version are
here.
|
| 2.2.3
|
Changes for this version are
here.
|
| 2.2.2
|
Changes for this version are
here.
|
| 2.2.1
|
Changes for this version are
here.
|
| 2.2
|
Changes for this version are
here.
|
| 2.1
|
Changes for this version are
here.
|
| 2.0.1
|
Changes for this version are
here.
|
| 2.0.0
|
Changes for this version are
here.
|
Version Compatibility
| Version |
read older db |
must rebuild |
| 2.0.0 |
no |
yes |
| 2.0.1 |
no |
yes |
| 2.1 |
no |
yes |
| 2.2 |
no |
yes |
| 2.2.1 |
yes |
no |
| 2.2.2 |
yes |
no |
| 2.2.3 |
yes |
no |
| 2.2.4 |
yes |
no |
| 2.2.5 |
yes |
no |
| 3.0 |
no |
yes |
read older db specifies whether this version can read databases
written with the previous version.
must rebuild is true if there is no way to use data in databases written by previous versions.
Old Versions
© 2008 Franz Inc - Privacy Statement
[ Consulting Services
| Packages/Pricing
| Allegro NFS
| Certification Program
]
|