<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to wdk-update</title><link>https://sourceforge.net/p/vardb-renew/wiki/wdk-update/</link><description>Recent changes to wdk-update</description><atom:link href="https://sourceforge.net/p/vardb-renew/wiki/wdk-update/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 12 Feb 2013 14:47:42 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/vardb-renew/wiki/wdk-update/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage wdk-update modified by Kazushi Hiranuka</title><link>https://sourceforge.net/p/vardb-renew/wiki/wdk-update/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -34,17 +34,19 @@
 $ catalina.sh stop

-**8: Refresh cache (don't know if necessary, but just in case)**
-$ wdkCache -model ${PROJECT_ID} -recreate
+**8: Build (install)**
+build varDB install -append

-  **if you see some errors, try -drop first and then -new**
+
+**9: Refresh cache (don't know if necessary, but just in case)**
 $ wdkCache -model ${PROJECT_ID} -drop (you may need add -forceDrop)
 $ wdkCache -model ${PROJECT_ID} -new
+**In the case you see some errors, try other options like -forceDrop or -recreate**

-**9: Build a server application**
+**10: Build (web install)**
 $ build ${PROJECT_ID} webinstall -append -webPropFile ${GUS_HOME}/webapps/WEB_INF/myProp.prop

-**10: Restart Tomcat and go to check [site page](http://x4806.scl.genome.ad.jp:8181/gus_home)**
+**11: Restart Tomcat and go to check [site page](http://x4806.scl.genome.ad.jp:8181/gus_home)**
 $ catalina.sh start
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kazushi Hiranuka</dc:creator><pubDate>Tue, 12 Feb 2013 14:47:42 -0000</pubDate><guid>https://sourceforge.net982cb808eef21f8071f9e126debce3d9b593517a</guid></item><item><title>WikiPage wdk-update modified by Kazushi Hiranuka</title><link>https://sourceforge.net/p/vardb-renew/wiki/wdk-update/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -1,4 +1,5 @@
 ###Quick instruction for updating of WDK varDB on x4806
+(also see [Uehara-san's memo](http://dev.genome.jp:8080/SGI/pukiwiki/index.php?vardb%20renewal%20project#h5ebe5d2))

 **1: Log into x4806**
 $ ssh your_scl_account@x4806.scl.genome.ad.jp
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kazushi Hiranuka</dc:creator><pubDate>Tue, 12 Feb 2013 09:58:54 -0000</pubDate><guid>https://sourceforge.net1918b1462beb3b7c759bdfe16597ac5c7e8cdbf0</guid></item><item><title>WikiPage wdk-update modified by Kazushi Hiranuka</title><link>https://sourceforge.net/p/vardb-renew/wiki/wdk-update/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -11,9 +11,9 @@

 **3: Switch the shell to bash (to load correct environment variables)**
 $ bash
-PROJECT_ID is set to varDB
-PROJECT_HOME is set to /home/vardb/sWDK/project_home
-GUS_HOME is set to /home/vardb/sWDK/vardb
+PROJECT_ID =varDB
+PROJECT_HOME =/home/vardb/sWDK/project_home
+GUS_HOME =/home/vardb/sWDK/vardb

 **4: cd to project directory**
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kazushi Hiranuka</dc:creator><pubDate>Tue, 12 Feb 2013 08:27:20 -0000</pubDate><guid>https://sourceforge.net52f82ccac678a7f7ae3d441611134216e6e34404</guid></item><item><title>WikiPage wdk-update modified by Nicojo</title><link>https://sourceforge.net/p/vardb-renew/wiki/wdk-update/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -42,7 +42,7 @@

 **9: Build a server application**
-$ build ${PROJECT_HOME}/${PROJECT_ID} webinstall -append -webPropFile ${GUS_HOME}/webapps/WEB_INF/myProp.prop
+$ build ${PROJECT_ID} webinstall -append -webPropFile ${GUS_HOME}/webapps/WEB_INF/myProp.prop

 **10: Restart Tomcat and go to check [site page](http://x4806.scl.genome.ad.jp:8181/gus_home)**
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicojo</dc:creator><pubDate>Tue, 12 Feb 2013 08:14:25 -0000</pubDate><guid>https://sourceforge.net5198ffbb118f8fad263cb164e5a7c5618c2a5e66</guid></item><item><title>WikiPage wdk-update modified by Kazushi Hiranuka</title><link>https://sourceforge.net/p/vardb-renew/wiki/wdk-update/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -1,39 +1,49 @@
 ###Quick instruction for updating of WDK varDB on x4806

-1: Log into x4806
+**1: Log into x4806**
 $ ssh your_scl_account@x4806.scl.genome.ad.jp

-2: Switch to vardb
+
+**2: Switch to vardb**
 $ su - vardb
-Password:*********
+Password:\*\*\*\*\*\*\*\*\*

-3: Switch the shell to bash (to load correct environment variables)
+
+**3: Switch the shell to bash (to load correct environment variables)**
 $ bash
 PROJECT_ID is set to varDB
 PROJECT_HOME is set to /home/vardb/sWDK/project_home
 GUS_HOME is set to /home/vardb/sWDK/vardb

-4: cd to project directory
+
+**4: cd to project directory**
 $ cd ${PROJECT_HOME}/${PROJECT_ID}

-5: Update to latest version
+
+**5: Update to latest version**
 $ svn update
 Updated to revision 7.

-6: Add password in model-config.xml (2 lines)
+
+**6: Add password in model-config.xml (2 lines)**
 $ vim ${PROJECT_HOME}/${PROJECT_ID}/Model/config/model-config.xml

-7: Stop Tomcat
+
+**7: Stop Tomcat**
 $ catalina.sh stop

-8: Refresh cache (don't know if necessary, but just in case)
+
+**8: Refresh cache (don't know if necessary, but just in case)**
 $ wdkCache -model ${PROJECT_ID} -recreate
-  if you see some errors, try -drop first and then -new
+
+  **if you see some errors, try -drop first and then -new**
 $ wdkCache -model ${PROJECT_ID} -drop (you may need add -forceDrop)
 $ wdkCache -model ${PROJECT_ID} -new

-9: Build a server application
+
+**9: Build a server application**
 $ build ${PROJECT_HOME}/${PROJECT_ID} webinstall -append -webPropFile ${GUS_HOME}/webapps/WEB_INF/myProp.prop

-10: Restart Tomcat and go to check [site page](http://x4806.scl.genome.ad.jp:8181/gus_home)
-catalina.sh start
+
+**10: Restart Tomcat and go to check [site page](http://x4806.scl.genome.ad.jp:8181/gus_home)**
+$ catalina.sh start
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kazushi Hiranuka</dc:creator><pubDate>Tue, 12 Feb 2013 06:33:06 -0000</pubDate><guid>https://sourceforge.netb3b10e03a66cacda17825839e5c75dd2d8cf627e</guid></item><item><title>WikiPage wdk-update modified by Kazushi Hiranuka</title><link>https://sourceforge.net/p/vardb-renew/wiki/wdk-update/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -1,7 +1,7 @@
 ###Quick instruction for updating of WDK varDB on x4806

 1: Log into x4806
-$ ssh your_account@x4806.scl.genome.ad.jp
+$ ssh your_scl_account@x4806.scl.genome.ad.jp

 2: Switch to vardb
 $ su - vardb
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kazushi Hiranuka</dc:creator><pubDate>Tue, 12 Feb 2013 06:27:41 -0000</pubDate><guid>https://sourceforge.net12d304300bc314eae85fbce2146526bc53d1fbd5</guid></item><item><title>WikiPage wdk-update modified by Kazushi Hiranuka</title><link>https://sourceforge.net/p/vardb-renew/wiki/wdk-update/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kazushi Hiranuka</dc:creator><pubDate>Tue, 12 Feb 2013 06:27:10 -0000</pubDate><guid>https://sourceforge.net5eb222d28ad2672e72a1d68abe05cdfca8026e94</guid></item><item><title>WikiPage web-install modified by Kazushi Hiranuka</title><link>https://sourceforge.net/p/vardb-renew/wiki/web-install/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -35,5 +35,5 @@
 9: Build a server application
 $ build ${PROJECT_HOME}/${PROJECT_ID} webinstall -append -webPropFile ${GUS_HOME}/webapps/WEB_INF/myProp.prop

-10: Restart Tomcat and go to check [site page](http://x4806.scl.genome.ad.jp:8181)
+10: Restart Tomcat and go to check [site page](http://x4806.scl.genome.ad.jp:8181/gus_home)
 catalina.sh start
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kazushi Hiranuka</dc:creator><pubDate>Tue, 12 Feb 2013 06:26:33 -0000</pubDate><guid>https://sourceforge.net9ddf2be9f8b907eabcee606587525c8241b106ce</guid></item><item><title>WikiPage web-install modified by Kazushi Hiranuka</title><link>https://sourceforge.net/p/vardb-renew/wiki/web-install/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -35,5 +35,5 @@
 9: Build a server application
 $ build ${PROJECT_HOME}/${PROJECT_ID} webinstall -append -webPropFile ${GUS_HOME}/webapps/WEB_INF/myProp.prop

-10: Restart Tomcat and go to check the [site page](http://x4806.scl.genome.ad.jp:8181)
+10: Restart Tomcat and go to check [site page](http://x4806.scl.genome.ad.jp:8181)
 catalina.sh start
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kazushi Hiranuka</dc:creator><pubDate>Tue, 12 Feb 2013 06:26:10 -0000</pubDate><guid>https://sourceforge.net49d445710ecc51f4d96037d4e6b18996afffe058</guid></item><item><title>WikiPage web-install modified by Kazushi Hiranuka</title><link>https://sourceforge.net/p/vardb-renew/wiki/web-install/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -35,5 +35,5 @@
 9: Build a server application
 $ build ${PROJECT_HOME}/${PROJECT_ID} webinstall -append -webPropFile ${GUS_HOME}/webapps/WEB_INF/myProp.prop

-10: Restart Tomcat
+10: Restart Tomcat and go to check the [site page](http://x4806.scl.genome.ad.jp:8181)
 catalina.sh start
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kazushi Hiranuka</dc:creator><pubDate>Tue, 12 Feb 2013 06:25:56 -0000</pubDate><guid>https://sourceforge.netfafeca4e372c7fd3c1c16dcd008bed130a255ad8</guid></item></channel></rss>