<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to DirectoryLayout</title><link>https://sourceforge.net/p/chipster/wiki/DirectoryLayout/</link><description>Recent changes to DirectoryLayout</description><atom:link href="https://sourceforge.net/p/chipster/wiki/DirectoryLayout/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 26 Jun 2014 06:42:44 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/chipster/wiki/DirectoryLayout/feed" rel="self" type="application/rss+xml"/><item><title>DirectoryLayout modified by Aleksi Kallio</title><link>https://sourceforge.net/p/chipster/wiki/DirectoryLayout/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,40 +1 @@
-# Directory layout
-
-Chipster directory layout has been revised in version 1.3.0. The layout is different on client and server sides. On client side the goal has been to make placement of files and directories to be compatitible with operating system specific conventions. On server side the goal has been to make the layout as coherent as possible (especially integrate well into Java Service Wrapper that wraps all the server components). 
-
-  
-
-
-## Client
-
-Application data (logs, SSL keys, user preferences ) is stored in a one place and user data (sessions, workflows) in another. 
-
-  * Windows 
-    * Application data stored in Local Settings\Application Data\Chipster inside user's home directory 
-    * User data stored in My Documents inside user's home directory 
-  * Mac OS X 
-    * Application data stored in Library/Application Support/Chipster inside user's home directory 
-    * User data stored in My Documents inside user's home directory 
-  * Linux/Unix 
-    * Application data stored in .chipster inside user's home directory 
-    * User data stored in home directory, or Document or My Documents inside the home directory if they exist 
-
-If operating system is not recognised, we fall back to Linux/Unix. This is because most often esoteric OS's are Unix variants. 
-
-  
-
-
-## Server on Linux
-
-Typically Chipster is installed to **/opt/chipster**. Inside the installation directory there is a shared directory and several independent component directories (that depend on the shared directory). The contents of the shared directory are given below. 
-    
-    * chipster/shared
-      * bin - generic executable files
-      * lib - Java JAR and platform specific libraries
-      * lib-src - source codes for libraries that require source code to be distributed together (LGPL)
-
-All of the component directories follow the same basic layout. The contents of the components directories are given below. "Wrapper" means here [Java Service Wrapper](http://wrapper.tanukisoftware.org/) that is bundled with Chipster server installation. 
-    
-    * chipster/
-
-ActiveMQ uses it's own directory layout. See [ActiveMQ documentation](http://swik.net/ActiveMQ/Documentation) for more information. 
+Moved to https://sourceforge.net/apps/mediawiki/chipster/index.php?title=TechnicalManual14#Directory_layout 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Aleksi Kallio</dc:creator><pubDate>Thu, 26 Jun 2014 06:42:44 -0000</pubDate><guid>https://sourceforge.net9971f640c093a2108d78fa80211399422f32adc4</guid></item><item><title>DirectoryLayout modified by Aleksi Kallio</title><link>https://sourceforge.net/p/chipster/wiki/DirectoryLayout/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="directory-layout"&gt;Directory layout&lt;/h1&gt;
&lt;p&gt;Chipster directory layout has been revised in version 1.3.0. The layout is different on client and server sides. On client side the goal has been to make placement of files and directories to be compatitible with operating system specific conventions. On server side the goal has been to make the layout as coherent as possible (especially integrate well into Java Service Wrapper that wraps all the server components). &lt;/p&gt;
&lt;h2 id="client"&gt;Client&lt;/h2&gt;
&lt;p&gt;Application data (logs, SSL keys, user preferences ) is stored in a one place and user data (sessions, workflows) in another. &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Windows &lt;ul&gt;
&lt;li&gt;Application data stored in Local Settings\Application Data\Chipster inside user's home directory &lt;/li&gt;
&lt;li&gt;User data stored in My Documents inside user's home directory &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Mac OS X &lt;ul&gt;
&lt;li&gt;Application data stored in Library/Application Support/Chipster inside user's home directory &lt;/li&gt;
&lt;li&gt;User data stored in My Documents inside user's home directory &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Linux/Unix &lt;ul&gt;
&lt;li&gt;Application data stored in .chipster inside user's home directory &lt;/li&gt;
&lt;li&gt;User data stored in home directory, or Document or My Documents inside the home directory if they exist &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If operating system is not recognised, we fall back to Linux/Unix. This is because most often esoteric OS's are Unix variants. &lt;/p&gt;
&lt;h2 id="server-on-linux"&gt;Server on Linux&lt;/h2&gt;
&lt;p&gt;Typically Chipster is installed to &lt;strong&gt;/opt/chipster&lt;/strong&gt;. Inside the installation directory there is a shared directory and several independent component directories (that depend on the shared directory). The contents of the shared directory are given below. &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="o"&gt;*&lt;/span&gt; &lt;span class="n"&gt;chipster&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;shared&lt;/span&gt;
  &lt;span class="o"&gt;*&lt;/span&gt; &lt;span class="n"&gt;bin&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="n"&gt;generic&lt;/span&gt; &lt;span class="n"&gt;executable&lt;/span&gt; &lt;span class="n"&gt;files&lt;/span&gt;
  &lt;span class="o"&gt;*&lt;/span&gt; &lt;span class="n"&gt;lib&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="n"&gt;Java&lt;/span&gt; &lt;span class="n"&gt;JAR&lt;/span&gt; &lt;span class="n"&gt;and&lt;/span&gt; &lt;span class="n"&gt;platform&lt;/span&gt; &lt;span class="n"&gt;specific&lt;/span&gt; &lt;span class="n"&gt;libraries&lt;/span&gt;
  &lt;span class="o"&gt;*&lt;/span&gt; &lt;span class="n"&gt;lib&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;src&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="n"&gt;source&lt;/span&gt; &lt;span class="n"&gt;codes&lt;/span&gt; &lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="n"&gt;libraries&lt;/span&gt; &lt;span class="n"&gt;that&lt;/span&gt; &lt;span class="n"&gt;require&lt;/span&gt; &lt;span class="n"&gt;source&lt;/span&gt; &lt;span class="n"&gt;code&lt;/span&gt; &lt;span class="n"&gt;to&lt;/span&gt; &lt;span class="n"&gt;be&lt;/span&gt; &lt;span class="n"&gt;distributed&lt;/span&gt; &lt;span class="n"&gt;together&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;LGPL&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;All of the component directories follow the same basic layout. The contents of the components directories are given below. "Wrapper" means here &lt;a class="" href="http://wrapper.tanukisoftware.org/" rel="nofollow"&gt;Java Service Wrapper&lt;/a&gt; that is bundled with Chipster server installation. &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="o"&gt;*&lt;/span&gt; &lt;span class="n"&gt;chipster&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;ActiveMQ uses it's own directory layout. See &lt;a class="" href="http://swik.net/ActiveMQ/Documentation" rel="nofollow"&gt;ActiveMQ documentation&lt;/a&gt; for more information. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Aleksi Kallio</dc:creator><pubDate>Thu, 26 Jun 2014 06:42:44 -0000</pubDate><guid>https://sourceforge.net349a1aa9eaf09b2e9c085284e7c77627b51ce995</guid></item></channel></rss>