Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial.xml,v diff -u -r1.11 -r1.12 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial.xml 11 Feb 2004 09:27:39 -0000 1.11 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial.xml 21 Apr 2004 09:49:46 -0000 1.12 @@ -1,5 +1,5 @@ - %myvars; @@ -172,4 +172,17 @@ http://yourserver.test:8000/my-first-package to be satisfied from the files at /var/lib/aolserver/service0/packages/myfirstpackage/www. + + Quick start + The remainder of the tutorial walks you through each file one at a time as you create the package. You can skip all this, and get a working package, by doing the following: + cd /var/lib/aolserver/service0/packages/acs-core-docs/www/files/tutorial +psql service0 -f myfirstpackage-create.sql +cp note-edit.* note-delete.tcl index.* ../../../../myfirstpackage/www/ +mkdir ../../../../myfirstpackage/lib +cp note-list.* ../../../../myfirstpackage/lib/ +cp myfirstpackage-*sql ../../../../myfirstpackage/sql/postgresql/ +cp myfirstpackage-procs.tcl ../../../../myfirstpackage/tcl/test/ +cp note-procs.tcl ../../../../myfirstpackage/tcl/ +After restarting the server, the tutorial application will be installed and working at the url you selected in the previous step. +