LP1077811 - Move Dojo installation instructions in server_installation.txt user/mrpeters-isl/lp1077811
authorMichael Peters <mrpeters@library.in.gov>
Tue, 13 Nov 2012 14:21:56 +0000 (09:21 -0500)
committerMichael Peters <mrpeters@library.in.gov>
Tue, 13 Nov 2012 14:21:56 +0000 (09:21 -0500)
Users have commented that having the dojo install instructions
prior to "make install" is confusing, since /openils likely does
not exist yet.

This moves the Dojo install to follow make install, and notates
that it is only needed for Git (non-tarball) installations.

Signed-off-by: Michael Peters <mrpeters@library.in.gov>
docs/installation/server_installation.txt

index 991eece..1743533 100644 (file)
@@ -57,19 +57,6 @@ source directory to generate the configure script and Makefiles:
 autoreconf -i
 ------------------------------------------------------------------------------
 
-After running `make install`, developers also need to install the Dojo Toolkit
-set of JavaScript libraries. The appropriate version of Dojo is included
-in Evergreen release tarballs. Developers should install the Dojo 1.3.3
-version of Dojo by issuing the following commands as the *opensrf* Linux
-account:
-
-[source, bash]
-------------------------------------------------------------------------------
-wget http://download.dojotoolkit.org/release-1.3.3/dojo-release-1.3.3.tar.gz
-tar -C /openils/var/web/js -xzf dojo-release-1.3.3.tar.gz
-cp -r /openils/var/web/js/dojo-release-1.3.3/* /openils/var/web/js/dojo/.
-------------------------------------------------------------------------------
-
 Installing prerequisites
 ------------------------
 
@@ -178,6 +165,22 @@ cd /openils/var/web/xul
 ln -sf rel_name/server server
 ------------------------------------------------------------------------------
 
+Installing Dojo Toolkit
+---------------------------------------
+
+In git based installations, after running `make install`, developers also 
+need to install the Dojo Toolkit set of JavaScript libraries. The 
+appropriate version of Dojo is included in Evergreen release tarballs. 
+Developers should install the Dojo 1.3.3 version of Dojo by issuing the 
+following commands as the *opensrf* Linux account:
+
+[source, bash]
+------------------------------------------------------------------------------
+wget http://download.dojotoolkit.org/release-1.3.3/dojo-release-1.3.3.tar.gz
+tar -C /openils/var/web/js -xzf dojo-release-1.3.3.tar.gz
+cp -r /openils/var/web/js/dojo-release-1.3.3/* /openils/var/web/js/dojo/.
+------------------------------------------------------------------------------
+
 Change ownership of the Evergreen files
 ---------------------------------------