[open-ils-commits] r17306 - in tags/rel_2_0_alpha1: . Open-ILS/src/perlmods/OpenILS Open-ILS/src/sql/Pg (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Aug 23 09:54:19 EDT 2010
Author: miker
Date: 2010-08-23 09:54:17 -0400 (Mon, 23 Aug 2010)
New Revision: 17306
Modified:
tags/rel_2_0_alpha1/Open-ILS/src/perlmods/OpenILS/Application.pm
tags/rel_2_0_alpha1/Open-ILS/src/sql/Pg/002.schema.config.sql
tags/rel_2_0_alpha1/README
Log:
bumping version info
Modified: tags/rel_2_0_alpha1/Open-ILS/src/perlmods/OpenILS/Application.pm
===================================================================
--- tags/rel_2_0_alpha1/Open-ILS/src/perlmods/OpenILS/Application.pm 2010-08-23 13:50:38 UTC (rev 17305)
+++ tags/rel_2_0_alpha1/Open-ILS/src/perlmods/OpenILS/Application.pm 2010-08-23 13:54:17 UTC (rev 17306)
@@ -5,7 +5,7 @@
sub ils_version {
# version format is "x-y-z-p", for example "1-2-1-0" for Evergreen 1.2.1.0
- return "1-5";
+ return "2-0-alpha1";
}
__PACKAGE__->register_method(
Modified: tags/rel_2_0_alpha1/Open-ILS/src/sql/Pg/002.schema.config.sql
===================================================================
--- tags/rel_2_0_alpha1/Open-ILS/src/sql/Pg/002.schema.config.sql 2010-08-23 13:50:38 UTC (rev 17305)
+++ tags/rel_2_0_alpha1/Open-ILS/src/sql/Pg/002.schema.config.sql 2010-08-23 13:54:17 UTC (rev 17306)
@@ -68,7 +68,7 @@
install_date TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW()
);
-INSERT INTO config.upgrade_log (version) VALUES ('0377'); -- miker
+INSERT INTO config.upgrade_log (version) VALUES ('2.0-alpha1'); -- miker
CREATE TABLE config.bib_source (
id SERIAL PRIMARY KEY,
Modified: tags/rel_2_0_alpha1/README
===================================================================
--- tags/rel_2_0_alpha1/README 2010-08-23 13:50:38 UTC (rev 17305)
+++ tags/rel_2_0_alpha1/README 2010-08-23 13:54:17 UTC (rev 17306)
@@ -1,12 +1,12 @@
-README for Evergreen trunk
+README for Evergreen 2.0-alpha1
Installing prerequisites:
========================
Evergreen has a number of prerequisite packages that must be installed
before you can successfully configure, compile, and install Evergreen.
-1. Begin by installing the most recent version of OpenSRF (1.4.0 or later).
-You can download OpenSRF releases from
+1. Begin by installing the most recent version of OpenSRF (1.4.0 or later,
+preferrably 1.6+). You can download OpenSRF releases from
http://evergreen-ils.org/downloads
2. On Debian and Ubuntu, the easiest way to install the rest of the
@@ -43,7 +43,7 @@
Once you have configured and compiled Evergreen, issue the following
command as the root user to install Evergreen:
-make STAFF_CLIENT_BUILD_ID=rel_trunk install
+make STAFF_CLIENT_BUILD_ID=rel_2_0_alpha1 install
This will install Evergreen, including example configuration files in
/openils/conf/ that you can use as templates for your own configuration files.
More information about the open-ils-commits
mailing list