<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sheila&#039;s Blog &#187; document management</title>
	<atom:link href="http://sheilapollard.com/tag/document-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://sheilapollard.com</link>
	<description>Software Development</description>
	<lastBuildDate>Wed, 24 Mar 2010 17:19:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Alfresco Part One &#8211; Using Alfresco for document management</title>
		<link>http://sheilapollard.com/2009/03/16/alfresco-part-one-using-alfresco-for-document-management/?utm_campaign=feed&utm_medium=feed&utm_source=blog</link>
		<comments>http://sheilapollard.com/2009/03/16/alfresco-part-one-using-alfresco-for-document-management/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 09:45:01 +0000</pubDate>
		<dc:creator>Sheila</dc:creator>
				<category><![CDATA[alfresco]]></category>
		<category><![CDATA[document management]]></category>

		<guid isPermaLink="false">http://sheilapollard.wordpress.com/?p=82</guid>
		<description><![CDATA[We'd like to use an open source document management tool in conjunction with our web application.  I looked at configuring Alfresco for the task, how to integrate it with the external data and reuse as much as possible of the document management features available in Alfresco.

The first steps were to download, install, configure and explore the Alfresco application...]]></description>
			<content:encoded><![CDATA[<p>Alfresco is a content management system that comes in two flavours &#8211; the open source Alfresco Labs and Alfresco Enterprise Edition.  I only looked at the open source version.  There&#8217;s quite a lot to look at, and unfortunately (as is too often the case) the documentation leaves a lot to be desired.  I was soon lost in a sea of versions of the applications and various ways of accessing content.  I was still none too clear how, or if it could be linked in with our existing application without significant work.</p>
<p>The first step was to install Alfresco&#8230; but which version?  The easiest thing to do is install the fully featured Alfresco Labs 3 and run that initially to investigate what Alfresco can do.  Eventually I would need to deploy it in JBoss, but first things first&#8230;  This also gives you the option of cheating later and using some of the programs installed by default when they&#8217;re missing in a more customised deployment.</p>
<p><strong>The installation:</strong><br />
Prior to installation I already had a local mysql database installed.  I downloaded Alfresco Labs 3 and ran the setup file.  I chose a custom install.  I deselected the jdk and open office and installed the remainder into C:/Alfresco.  I set my data to be stored in C:/Alfresco/alf_data and part of the installation included setting up the alfresco database using the mysql details I provided.</p>
<p><strong><br />
The configuration:</strong><br />
On the default install, extension files are stored in C:/Alfresco/tomcat/shared/classes/alfresco/extension.   Most of the settings will have been set correctly in the default install.</p>
<p>To configure my open office installation I edited custom-repository.properties which overrides the default values.<code&gt;ooo.exe=C:/Program Files/OpenOffice.org 3/program/soffice&lt;/code><br />
You start the server by accessing Start -&gt; Programs -&gt; Alfresco Labs -&gt; Start Alfresco Server.  Unfortunately if there are any problems at all the window closes leaving you to search the logs or run the batch scripts manually to see what's going on.</p>
<p><strong><br />
Exploring the application:</strong><br />
Assuming your server starts up successfully, open up the Alfresco Explorer in the same menu location.  You can log in here as admin/admin.  This is the web client program which you can use to create users, assign spaces and edit content.  There's also Alfresco Share as an alternative which is more geared towards setting up collaborative sites.  It takes a bit of time to get familiar with the interface, but there's nothing too difficult to figure out.</p>
<p>You can explore the database schema.  The main tables to note are:<br />
alf_authority which lists the user details<br />
alf_node which gives you the node ids for the documents<br />
avm_modes gives more details about the document nodes</p>
<p>The real fun and games start when you try to deploy a version other than the default install or access the repository or web client remotely.  Details on those to follow later...</p>
<p>Next - <a href="http://sheilapollard.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3NoZWlsYXBvbGxhcmQuY29tLzIwMDkvMDMvMTgvYWxmcmVzY28tcGFydC10d28tZGVwbG95aW5nLWFsZnJlc2NvLW9uLWpib3NzLz91dG1fY2FtcGFpZ249ZmVlZCZ1dG1fbWVkaXVtPWZlZWQmdXRtX3NvdXJjZT1ibG9n">Deploying Alfresco Web Client in JBoss</a></p>
<br /><a href="http://sheilapollard.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3NoZWlsYXBvbGxhcmQud29yZHByZXNzLmNvbS8/cD04MiNjb21tZW50cw==" title=\"Comments on &quot;Alfresco Part One &#8211; Using Alfresco for document management&quot;\"><img src="http://sheilapollard.com/wp-content/plugins/feed-comments-number/image.php?82" alt="Comments" /></a> <img src="http://sheilapollard.com/wp-content/plugins/feed-statistics.php?view=1&post_id=82" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://sheilapollard.com/2009/03/16/alfresco-part-one-using-alfresco-for-document-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
