[gatewiki-commits] SF.net SVN: gatewiki:[1450] trunk/cow/doc

View: New views
1 Messages — Rating Filter:   Alert me  

[gatewiki-commits] SF.net SVN: gatewiki:[1450] trunk/cow/doc

by hcunningham-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Revision: 1450
          http://gatewiki.svn.sourceforge.net/gatewiki/?rev=1450&view=rev
Author:   hcunningham
Date:     2009-07-03 16:49:26 +0000 (Fri, 03 Jul 2009)

Log Message:
-----------
more backlog; user guide stuff about deployment

Modified Paths:
--------------
    trunk/cow/doc/cow-backlog.html
    trunk/cow/doc/cow-backlog.yam
    trunk/cow/doc/gatewiki.html
    trunk/cow/doc/gatewiki.yam

Modified: trunk/cow/doc/cow-backlog.html
===================================================================
--- trunk/cow/doc/cow-backlog.html 2009-07-03 16:37:42 UTC (rev 1449)
+++ trunk/cow/doc/cow-backlog.html 2009-07-03 16:49:26 UTC (rev 1450)
@@ -60,6 +60,13 @@
 <a class="cow-section-anchor" name="section-1."/><h1 class="cow-heading"><span class="cow-sec-number">1. </span>Roadmap (version 0.4)</h1>
 
 <ul>
+<li>decide whether to (re-)start the gate-server-redesign stuff from a batch
+  conversion of existing files</li>
+<li>have another look at show404s: can we put a param in the links from cow
+  pages and treat other 404s as 404s?</li>
+</ul>
+
+<ul>
 <li>add layouts capabilities appropriate for gate.ac.uk and the lifesci work
   [NA, HC]</li>
   <ul>
@@ -208,7 +215,26 @@
   </ul>
 </ul>
 
+<ul>
+<li>trap more exceptions (why aren't we getting them all?!)</li>
+  <ul>
+  <li>when you do an edit and the svn auth fails, there is an exception thrown
+    (org.tmatesoft.svn.core.SVNException: svn: CowAuthenticationManager only
+    provides a single authentication token) but it isn't reported to the user</li>
+  </ul>
+</ul>
 
+<ul>
+<li>edit cancellations should delete the staging copy</li>
+</ul>
+
+<ul>
+<li>the g:paginate call in jsecUserRoleMappings/listByRole.gsp needs an id param
+  adding</li>
+</ul>
+<p>ant -Dgate.cow.grails.command="install-plugin /data/herd/gate-top/externals/gatewiki/site-plugins/grails-gate2-0.1.zip" grails</p>
+
+
 <!--%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%-->
 <a class="cow-section-anchor" name="section-2."/><h1 class="cow-heading"><span class="cow-sec-number">2. </span>Future Tasks</h1>
 

Modified: trunk/cow/doc/cow-backlog.yam
===================================================================
--- trunk/cow/doc/cow-backlog.yam 2009-07-03 16:37:42 UTC (rev 1449)
+++ trunk/cow/doc/cow-backlog.yam 2009-07-03 16:49:26 UTC (rev 1450)
@@ -7,6 +7,11 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %1 Roadmap (version 0.4)
 
+- decide whether to (re-)start the gate-server-redesign stuff from a batch
+  conversion of existing files
+- have another look at show404s: can we put a param in the links from cow
+  pages and treat other 404s as 404s?
+
 - add layouts capabilities appropriate for gate.ac.uk and the lifesci work
   [NA, HC]
   - layouts for whole wiki-areas
@@ -116,7 +121,18 @@
   be easier now not using canoo...)
   - do some stress-testing and logic checking of concurrent editing
 
+- trap more exceptions (why aren't we getting them all?!)
+  - when you do an edit and the svn auth fails, there is an exception thrown
+    (org.tmatesoft.svn.core.SVNException: svn: CowAuthenticationManager only
+    provides a single authentication token) but it isn't reported to the user
 
+- edit cancellations should delete the staging copy
+
+- the g:paginate call in jsecUserRoleMappings/listByRole.gsp needs an id param
+  adding
+ant -Dgate.cow.grails.command="install-plugin /data/herd/gate-top/externals/gatewiki/site-plugins/grails-gate2-0.1.zip" grails
+
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %1 Future Tasks
 

Modified: trunk/cow/doc/gatewiki.html
===================================================================
--- trunk/cow/doc/gatewiki.html 2009-07-03 16:37:42 UTC (rev 1449)
+++ trunk/cow/doc/gatewiki.html 2009-07-03 16:49:26 UTC (rev 1450)
@@ -1186,10 +1186,10 @@
   </ul>
 <li>for each site:</li>
   <ul>
-  <li>put an entry (see below) in <tt>/etc/apache2/conf.d/sites-available</tt> and link
+  <li>put an entry (see below) in <tt>/etc/apache2/sites-available</tt> and link
     to it in sites-enabled with <tt>a2ensite</tt>, e.g.</li>
     <ul>
-    <li><tt>vim /etc/apache2/conf.d/sites-available/gate.ac.uk</tt></li>
+    <li><tt>vim /etc/apache2/sites-available/gate.ac.uk</tt></li>
     <li><tt>a2ensite gate.ac.uk</tt></li>
     </ul>
   <li>run cow on a different port, e.g. <tt>ant -Dgate.cow.server.port=8081
@@ -1324,6 +1324,7 @@
 <ul>
 <li>site-specific layout plugin</li>
 <li>server software deployment version (given as a date)</li>
+<li>site name</li>
 </ul>
 
 <p>The version/date is used as the basis for tagging SVN trees (so that you can
@@ -2074,7 +2075,7 @@
   installs the plugin. this is useful for then creating the war or doing a
   <tt>grails run-war</tt> for deployment (see also the <a class="cow-url" href="#runtime-dependencies">deployment section</a>)</li>
   <ul>
-  <li>an example: <tt>cow/bin/create-custom-cow-site.sh -p
+  <li>an example: <tt>cow/bin/create-custom-cow-site.sh -n nlp -p
     `pwd`/nlp/grails-nlp-0.1.zip</tt> will create a patched <tt>nlp</tt> site</li>
   </ul>
 </ul>
@@ -2090,7 +2091,7 @@
   gate.cow.GuestLayout
 ... now edit grails-app/views/layouts/cowguest.gsp ...
 GRAILS_HOME=../../grails ../../grails/bin/grails package-plugin
-cow/bin/create-custom-cow-site.sh -p `pwd`/site-plugins/g8rs
+cow/bin/create-custom-cow-site.sh -n g8rs -p `pwd`/site-plugins/g8rs
 </pre>
 
 <p>(See also the <tt><a class="cow-url" href="../bin">cow/bin/</a>site-plugin.sh</tt> example script.)</p>

Modified: trunk/cow/doc/gatewiki.yam
===================================================================
--- trunk/cow/doc/gatewiki.yam 2009-07-03 16:37:42 UTC (rev 1449)
+++ trunk/cow/doc/gatewiki.yam 2009-07-03 16:49:26 UTC (rev 1450)
@@ -598,9 +598,9 @@
     %(http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#access) because we
     set ^ProxyRequests^ to ^Off^)
 - for each site:
-  - put an entry (see below) in ^/etc/apache2/conf.d/sites-available^ and link
+  - put an entry (see below) in ^/etc/apache2/sites-available^ and link
     to it in sites-enabled with ^a2ensite^, e.g.
-    - ^vim /etc/apache2/conf.d/sites-available/gate.ac.uk^
+    - ^vim /etc/apache2/sites-available/gate.ac.uk^
     - ^a2ensite gate.ac.uk^
   - run cow on a different port, e.g. ^ant -Dgate.cow.server.port=8081
     run-prod^
@@ -717,6 +717,7 @@
 
 - site-specific layout plugin
 - server software deployment version (given as a date)
+- site name
 
 The version/date is used as the basis for tagging SVN trees (so that you can
 return to the scene of this crime later if necessary) and to distinguish site
@@ -1428,7 +1429,7 @@
   installs the plugin. this is useful for then creating the war or doing a
   ^grails run-war^ for deployment (see also the %(#runtime-dependencies,
   deployment section))
-  - an example: ^cow/bin/create-custom-cow-site.sh -p
+  - an example: ^cow/bin/create-custom-cow-site.sh -n nlp -p
     `pwd`/nlp/grails-nlp-0.1.zip^ will create a patched ^nlp^ site
 
 Another example: to create a "g8rs" plugin and package the whole tree for
@@ -1442,7 +1443,7 @@
   gate.cow.GuestLayout
 ... now edit grails-app/views/layouts/cowguest.gsp ...
 GRAILS_HOME=../../grails ../../grails/bin/grails package-plugin
-cow/bin/create-custom-cow-site.sh -p `pwd`/site-plugins/g8rs
+cow/bin/create-custom-cow-site.sh -n g8rs -p `pwd`/site-plugins/g8rs
 %>
 
 (See also the ^%(../bin, cow/bin/)site-plugin.sh^ example script.)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
gatewiki-commits mailing list
gatewiki-commits@...
https://lists.sourceforge.net/lists/listinfo/gatewiki-commits