Index: openacs-4/contrib/packages/simulation/www/doc/install-sect1.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/doc/Attic/install-sect1.html,v diff -u -r1.1 -r1.2 --- openacs-4/contrib/packages/simulation/www/doc/install-sect1.html 16 Oct 2003 09:52:32 -0000 1.1 +++ openacs-4/contrib/packages/simulation/www/doc/install-sect1.html 17 Oct 2003 12:02:45 -0000 1.2 @@ -1,6 +1,16 @@ Package installation

Package installation

Requires workflow and bcms and their prerequisites.

View comments on this page at openacs.org
Index: openacs-4/contrib/packages/simulation/www/doc/object-orientation-notes.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/doc/Attic/object-orientation-notes.html,v diff -u -r1.2 -r1.3 --- openacs-4/contrib/packages/simulation/www/doc/object-orientation-notes.html 17 Oct 2003 08:53:55 -0000 1.2 +++ openacs-4/contrib/packages/simulation/www/doc/object-orientation-notes.html 17 Oct 2003 12:02:45 -0000 1.3 @@ -27,7 +27,7 @@ Exit Container Openable Container -

Object Attributes

(From the LambdaMOO Programmer's Manual

+

Object Attributes

(From the LambdaMOO Programmer's Manual

 There are three fundamental attributes to every object:
 
    1. A flag (either true or false) specifying whether or not the object represents a player,
Index: openacs-4/contrib/packages/simulation/www/doc/xml/install.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/doc/xml/Attic/install.xml,v
diff -u -r1.1 -r1.2
--- openacs-4/contrib/packages/simulation/www/doc/xml/install.xml	16 Oct 2003 09:52:32 -0000	1.1
+++ openacs-4/contrib/packages/simulation/www/doc/xml/install.xml	17 Oct 2003 12:02:45 -0000	1.2
@@ -16,6 +16,18 @@
       its root directory, so that installing OpenACS normally will
       produce a simulation server.  
 
+          Notes on custom tarball creation:
+          
+mkdir -p /tmp/tarball/
+cd /tmp/tarball
+cvs -d :pserver:anonymous@openacs.org:/cvsroot export -D 01/01/2010 acs-core
+ cvs -d :pserver:anonymous@openacs.org:/cvsroot export -D 01/01/2010 openacs-4/contrib/packages/simulation openacs-4/contrib/packages/bcms openacs-4/packages/notifications openacs-4/packages/acs-mail-lite openacs-4/packages/workflow  openacs-4/packages/file-storage
+mv openacs-4/contrib/packages/simulation/ openacs-4/packages/
+mv openacs-4/contrib/packages/bcms/ openacs-4/packages/
+cp openacs-4/packages/simulation/install.xml openacs-4/
+mv openacs-4/ openacs
+tar cz -f openacs-with-simulation-phase-1-final.tar.gz openacs
+
         
         
             Option 2: Install acs-core, and then rely on the
Index: openacs-4/packages/simulation/www/doc/install-sect1.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/doc/install-sect1.html,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/simulation/www/doc/install-sect1.html	16 Oct 2003 09:52:32 -0000	1.1
+++ openacs-4/packages/simulation/www/doc/install-sect1.html	17 Oct 2003 12:02:45 -0000	1.2
@@ -1,6 +1,16 @@
 Package installation

Package installation

Requires workflow and bcms and their prerequisites.

  • Option 1: use a custom tarball which includes those modules. In that case, the custom tarball will have a file install.xml in its root directory, so that installing OpenACS normally will - produce a simulation server.

  • Option 2: Install acs-core, and then rely on the + produce a simulation server.

    Notes on custom tarball creation:

    +mkdir -p /tmp/tarball/
    +cd /tmp/tarball
    +cvs -d :pserver:anonymous@openacs.org:/cvsroot export -D 01/01/2010 acs-core
    + cvs -d :pserver:anonymous@openacs.org:/cvsroot export -D 01/01/2010 openacs-4/contrib/packages/simulation openacs-4/contrib/packages/bcms openacs-4/packages/notifications openacs-4/packages/acs-mail-lite openacs-4/packages/workflow  openacs-4/packages/file-storage
    +mv openacs-4/contrib/packages/simulation/ openacs-4/packages/
    +mv openacs-4/contrib/packages/bcms/ openacs-4/packages/
    +cp openacs-4/packages/simulation/install.xml openacs-4/
    +mv openacs-4/ openacs
    +tar cz -f openacs-with-simulation-phase-1-final.tar.gz openacs
    +
  • Option 2: Install acs-core, and then rely on the automated install to do the rest. Go to /acs-admin/install/install and install simulation. The rest should happen automatically.

View comments on this page at openacs.org
Index: openacs-4/packages/simulation/www/doc/object-orientation-notes.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/doc/object-orientation-notes.html,v diff -u -r1.2 -r1.3 --- openacs-4/packages/simulation/www/doc/object-orientation-notes.html 17 Oct 2003 08:53:55 -0000 1.2 +++ openacs-4/packages/simulation/www/doc/object-orientation-notes.html 17 Oct 2003 12:02:45 -0000 1.3 @@ -27,7 +27,7 @@ Exit Container Openable Container -

Object Attributes

(From the LambdaMOO Programmer's Manual

+

Object Attributes

(From the LambdaMOO Programmer's Manual

 There are three fundamental attributes to every object:
 
    1. A flag (either true or false) specifying whether or not the object represents a player,
Index: openacs-4/packages/simulation/www/doc/xml/install.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/doc/xml/install.xml,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/simulation/www/doc/xml/install.xml	16 Oct 2003 09:52:32 -0000	1.1
+++ openacs-4/packages/simulation/www/doc/xml/install.xml	17 Oct 2003 12:02:45 -0000	1.2
@@ -16,6 +16,18 @@
       its root directory, so that installing OpenACS normally will
       produce a simulation server.  
 
+          Notes on custom tarball creation:
+          
+mkdir -p /tmp/tarball/
+cd /tmp/tarball
+cvs -d :pserver:anonymous@openacs.org:/cvsroot export -D 01/01/2010 acs-core
+ cvs -d :pserver:anonymous@openacs.org:/cvsroot export -D 01/01/2010 openacs-4/contrib/packages/simulation openacs-4/contrib/packages/bcms openacs-4/packages/notifications openacs-4/packages/acs-mail-lite openacs-4/packages/workflow  openacs-4/packages/file-storage
+mv openacs-4/contrib/packages/simulation/ openacs-4/packages/
+mv openacs-4/contrib/packages/bcms/ openacs-4/packages/
+cp openacs-4/packages/simulation/install.xml openacs-4/
+mv openacs-4/ openacs
+tar cz -f openacs-with-simulation-phase-1-final.tar.gz openacs
+
         
         
             Option 2: Install acs-core, and then rely on the