You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by bu...@apache.org on 2011/02/21 00:00:23 UTC

svn commit: r785822 - /websites/staging/chemistry/trunk/content/opencmis-fileshare-repository.html

Author: buildbot
Date: Sun Feb 20 23:00:23 2011
New Revision: 785822

Log:
Staging update by buildbot

Modified:
    websites/staging/chemistry/trunk/content/opencmis-fileshare-repository.html

Modified: websites/staging/chemistry/trunk/content/opencmis-fileshare-repository.html
==============================================================================
--- websites/staging/chemistry/trunk/content/opencmis-fileshare-repository.html (original)
+++ websites/staging/chemistry/trunk/content/opencmis-fileshare-repository.html Sun Feb 20 23:00:23 2011
@@ -174,7 +174,7 @@ Apache Chemistry - OpenCMIS FileShare Re
              <!-- Content -->
              <div class="wiki-content"><p><a name="OpenCMISFileShareRepository-OpenCMISFileShareRepository"></a></p>
 <h1 id="opencmis_fileshare_repository">OpenCMIS FileShare Repository</h1>
-<p><em>This repository is not intended for production use!</em></p>
+<p><strong>This repository is not intended for production use!</strong></p>
 <p>The FileShare repository uses the file system as its back-end store and
 provides read/write access to content and metadata. In other words, it puts
 a CMIS interface on top of your file system.</p>
@@ -187,19 +187,16 @@ password "test" is pre-configured.</p>
 <p><a name="OpenCMISFileShareRepository-BuildandDeploytheTestRepository"></a></p>
 <h2 id="build_and_deploy_the_test_repository">Build and Deploy the Test Repository</h2>
 <ol>
-<li><a href="opencmis-how-to-build.html">Build OpenCMIS</a>
-.</li>
-<li>A ready-to-use WAR file should now exist in
-<em>/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/target</em>.</li>
+<li><a href="opencmis-how-to-build.html">Build OpenCMIS</a>.</li>
+<li>A ready-to-use WAR file should now exist in <code>/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/target</code>.</li>
 <li>Deploy the WAR file to your favorite servlet engine.</li>
-<li>AtomPub endpoint: <em>http://<host>:<port>/<context>/atom</em>
-  Web Services endpoint:
-<em>http://<host>:<port>/<context>/services/RepositoryService</em></li>
+<li>AtomPub endpoint: <code>http://&lt;host&gt;:&lt;port&gt;/&lt;context&gt;/atom</code> <br/>
+   Web Services endpoint: <code>http://&lt;host&gt;:&lt;port&gt;/&lt;context&gt;/services/RepositoryService</code></li>
 </ol>
 <p><a name="OpenCMISFileShareRepository-ConfiguretheRepository"></a></p>
 <h2 id="configure_the_repository">Configure the Repository</h2>
 <p>The configuration file in the WAR file is
-<em>/WEB-INF/classes/repository.properties</em>.</p>
+<code>/WEB-INF/classes/repository.properties</code>.</p>
 <div class="codehilite"><pre><span class="c1"># Don&#39;t touch this line</span>
 <span class="n">class</span><span class="o">=</span><span class="n">org</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">chemistry</span><span class="o">.</span><span class="n">opencmis</span><span class="o">.</span><span class="n">fileshare</span><span class="o">.</span><span class="n">FileShareServiceFactory</span>
 
@@ -216,16 +213,12 @@ password "test" is pre-configured.</p>
 
 <span class="c1"># Repository configuration</span>
 <span class="c1">#  repository.&lt;repositoryId&gt; = &lt;absolute path to repository root folder&gt;</span>
-<span class="c1">#  repository.&lt;repositoryId&gt;.readwrite = &lt;comma separated list of login</span>
-</pre></div>
-
-
-<p>names&gt;
-    #  repository.<repositoryId>.readonly = <comma separated list of login
-names>
-    repository.test = /home/cmistest/myreproot 
-    repository.test.readwrite = test, cmisuser
-    repository.test.readonly = reader</p></div>
+<span class="c1">#  repository.&lt;repositoryId&gt;.readwrite = &lt;comma separated list of login names&gt;</span>
+<span class="c1">#  repository.&lt;repositoryId&gt;.readonly = &lt;comma separated list of login names&gt;</span>
+<span class="n">repository</span><span class="o">.</span><span class="n">test</span> <span class="o">=</span> <span class="sr">/home/cmis</span><span class="n">test</span><span class="o">/</span><span class="n">myreproot</span> 
+<span class="n">repository</span><span class="o">.</span><span class="n">test</span><span class="o">.</span><span class="n">readwrite</span> <span class="o">=</span> <span class="n">test</span><span class="p">,</span> <span class="n">cmisuser</span>
+<span class="n">repository</span><span class="o">.</span><span class="n">test</span><span class="o">.</span><span class="n">readonly</span> <span class="o">=</span> <span class="n">reader</span>
+</pre></div></div>
              <!-- Content -->
            </td>
           </tr>