<?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>Jared Heinrichs &#187; Brage</title>
	<atom:link href="http://jaredheinrichs.com/category/web-applications/brage/feed" rel="self" type="application/rss+xml" />
	<link>http://jaredheinrichs.com</link>
	<description>A &#34;How to&#34; Blog on Software and Technology</description>
	<lastBuildDate>Thu, 29 Jul 2010 04:20:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How to use Active Directory with Brage Change Management (CM)</title>
		<link>http://jaredheinrichs.com/how-to-use-active-directory-with-brage-change-management-cm.html</link>
		<comments>http://jaredheinrichs.com/how-to-use-active-directory-with-brage-change-management-cm.html#comments</comments>
		<pubDate>Tue, 26 May 2009 16:21:33 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Brage]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-use-active-directory-with-brage-change-management-cm.html</guid>
		<description><![CDATA[Work In Progress… This is just my notes on getting Brage working with Active Directory. When I have found a way to consistently get it working I will make sure to remove the “Work In progress”. There is a couple of things I am going to assume: You are using Windows XP This computer is [...]]]></description>
			<content:encoded><![CDATA[<h3>Work In Progress…</h3>
<p>This is just my notes on getting Brage working with Active Directory. When I have found a way to consistently get it working I will make sure to remove the “Work In progress”.</p>
<h4>There is a couple of things I am going to assume:</h4>
<ol>
<li>You are using Windows XP</li>
<li>This computer is joined to an Active Directory Domain</li>
<li>XAMPP has been installed with defaults</li>
<li>Brage Change Management has been installed and is working with local users.</li>
</ol>
<h3>Step 1 – Edit Windows Path</h3>
<p>In order to enable LDAP support in PHP we need to make sure that the PHP directory is part of the Windows path. To do this: <em>Right Click</em> “<strong>My Computer</strong>” and select “<strong>Properties</strong>”.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="01 - START" border="0" alt="01 - START" src="http://jaredheinrichs.com/wp-content/uploads/2009/05/01start.jpg" width="430" height="484" /></p>
<p><em>Click</em> “<strong>Advanced</strong>” tab and then <em>click</em> the “<strong>Environment Variables</strong>”.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="02 - Advance" border="0" alt="02 - Advance" src="http://jaredheinrichs.com/wp-content/uploads/2009/05/02advance.jpg" width="417" height="484" />&#160; </p>
<p>First <em>Click</em> on “<strong>Path</strong>”, Then <em>click</em> the “<strong>Edit</strong>” button. Go to the end of the path and<em> type</em> “<strong>;</strong>”. After the semi-colon <em>type</em> “<em><strong>C:\xampp\php</strong></em>”.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="03 - Path" border="0" alt="03 - Path" src="http://jaredheinrichs.com/wp-content/uploads/2009/05/03path.jpg" width="449" height="433" /> </p>
<p>Hit “OK” and “OK”.</p>
</p>
<h3>Step 2 – Edit php.ini</h3>
<p>You will have to edit the “<strong><em>C:\xampp\php\php.ini</em></strong>” file.</p>
<h4>Line 615 &#8211; Change to:</h4>
<blockquote><pre class="csharpcode">extension=php_ldap.dll</pre>
</blockquote>
<style type="text/css">
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<h3>Step 3 – Restart Apache Service</h3>
<p>Open the XAMPP control panel. Stop the “<strong>Apache</strong>” service. This will take a few seconds. Once it no longer says it is started. <em>Click</em> “<strong>Start</strong>” to restart the service. Again this will take a few seconds for the service to toggle on.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2009/05/image41.png" width="439" height="182" /> </p>
<h3>Step 4 – Check that LDAP Support is enabled</h3>
<p>Go to <a title="http://localhost/xampp/phpinfo.php" href="http://localhost/xampp/phpinfo.php">http://localhost/xampp/phpinfo.php</a>. Search for “<strong>LDAP Support</strong>”. This page should now say it is enabled.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2009/05/image42.png" width="644" height="188" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-use-active-directory-with-brage-change-management-cm.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Brage CM (Change Management) on Windows with XAMPP</title>
		<link>http://jaredheinrichs.com/how-to-install-brage-cm-change-management-on-windows-with-xampp.html</link>
		<comments>http://jaredheinrichs.com/how-to-install-brage-cm-change-management-on-windows-with-xampp.html#comments</comments>
		<pubDate>Mon, 25 May 2009 15:15:59 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Brage]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-install-brage-cm-change-management-on-windows-with-xampp.html</guid>
		<description><![CDATA[Disclaimer I am not going to go into how to secure your web server. This tutorial is going to be used for demonstrating how to get a Brage CM up and running. When ever there is a password I am going to use “password” as the password. I do this to make things easy. If [...]]]></description>
			<content:encoded><![CDATA[<h3>Disclaimer</h3>
<p>I am not going to go into how to secure your web server. This tutorial is going to be used for demonstrating how to get a Brage CM up and running. When ever there is a password I am going to use “password” as the password. I do this to make things easy. If you want to change things after the fact I highly recommend it!</p>
<h3>Things to download</h3>
<p>You are going to need to download these items:</p>
<ol>
<li><a href="http://www.apachefriends.org/en/xampp-windows.html#641" target="_blank">Download XAMPP</a>  </li>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=91768&amp;package_id=96895&amp;release_id=636343" target="_blank">Download Brage v0.1.0-RC1</a>  </li>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=91768&amp;package_id=96895&amp;release_id=637070" target="_blank">Download Brage v0.1.0-RC1-Fixes</a>  </li>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=42718&amp;package_id=34890&amp;release_id=636415" target="_blank">Download Adodb</a>  </li>
<li>*Optional* <a href="http://www.7-zip.org/" target="_blank">Download 7-Zip</a> </li>
</ol>
<p>*Note * You are going to need to make sure you have a program like 7-zip in order to expand the Brage files.</p>
<h3>Let’s install Brage CM</h3>
<h4>Step 1 – Install XAMPP</h4>
<p>This process is a simple Next, Next, Next installer. Anyone familiar to Windows should have no issues with this. If you are running Vista or Windows 7 you will most likely want to install XAMPP to “<strong><em>C:\Users\User\xampp</em></strong>” directory instead of the default “<strong><em>C:\xampp</em></strong>” location. If you have the UAC on it will not let you install to the root of “<strong><em>C:</em></strong>” The rest of the tutorial I will assume you installed XAMPP to “<strong><em>C:\xampp</em></strong>”</p>
<h4>Step 2 – Copy the Brage files</h4>
<p>Copy the brage files to: “<strong><em>C:\xampp\htdocs\brage</em></strong>”. Once that is done you will also need to copy the contents of the “Fixes” to the same directory. When Windows asks to overwrite any file just say “Yes to all”.</p>
<h4>Step 3 – Copy the Adodb files</h4>
<p>You must copy the contents of Adodb file to: “<strong><em>C:\XAMPP\Adodb</em></strong>”. You will need to create the “<strong><em>Adodb</em></strong>” directory.</p>
<h4>Step 4 – Install Pear extensions</h4>
<p>XAMPP is pretty good at installing the most common PEAR extensions so I’ve never had to install them before. To install the needed extensions you must open a command prompt and make your way to the “<em><strong>C:\xampp\php</strong></em>” folder. You will need to type these commands in order to get everything all up and running:</p>
<ol>
<li><strong><em>pear upgrade HTML_QuickForm – </em></strong>this will upgrade “HTML_QuickForm” &amp; “HTML_Common”  </li>
<li><strong><em>pear install HTML_QuickForm_Advmultiselect</em></strong> </li>
</ol>
<p>Here’s the output from my command prompt</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2009/05/image34.png" width="668" height="445"/></p>
<h4>Step 6 – Edit “config.php”</h4>
<p>You are going to need to create and edit Brage’s “config.php”. Go to “<strong><em>C:\xampp\htdocs\brage\include</em></strong>” and make a copy of “<strong><em>config.php.sample</em></strong>” and call it “<strong><em>config.php</em></strong>”. This file is the main config file for Brage.</p>
<hr />
</p>
<p><strong>** NOTE ** </strong><em>I have create a seperate post called “<a href="http://jaredheinrichs.com/what-the-brage-config-file-should-look-like.html" target="_blank">What the brage config file should look like</a>”. If you copy it’s contents put it into “<strong><em>C:\xampp\htdocs\brage\include\config.php</em></strong>” you will not have to change anything!</em></p>
<hr />
</p>
<p>For the rest of you that like to follow along and understand what to do here’s what I did:</p>
<p>Line 28 – Changed it to:</p>
<blockquote><pre class="csharpcode">$conf[<span class="str">'adodb'</span>] = <span class="str">'C:/xampp/Adodb/adodb.inc.php'</span>;</pre>
</blockquote>
<style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>
<p>Line 45 – Changed it to:</p>
<blockquote><pre class="csharpcode">$conf[<span class="str">'smarty_path'</span>] = <span class="str">'C:/xampp/htdocs/brage/include/classes/Smarty/libs/'</span>;</pre>
</blockquote>
<style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>
<style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>
<p>Line 50 – Change it to:</p>
<blockquote><pre class="csharpcode">$conf[<span class="str">'smarty_templates_dir'</span>] = <span class="str">'C:/xampp/htdocs/brage/templates/'</span>;</pre>
</blockquote>
<style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>
<p>Line 56 – Change it to:</p>
<blockquote><pre class="csharpcode">$conf[<span class="str">'smarty_compile_dir'</span>] = <span class="str">'C:/xampp/htdocs/brage/templates_c'</span>;</pre>
</blockquote>
<style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>
<blockquote><pre class="csharpcode"></pre>
</blockquote>
<style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>
<p>Line 61 – Change it to:</p>
<blockquote><pre class="csharpcode">$conf[<span class="str">'smarty_cache'</span>] = <span class="str">'C:/xampp/htdocs/brage/include/classes/Smarty/tmp/'</span>;</pre>
</blockquote>
<p>Line 65 – Change it to:</p>
<blockquote><pre class="csharpcode">$conf[<span class="str">'phpmailer_path'</span>] = <span class="str">'C:/xampp/htdocs/brage/include/classes/phpmailer/'</span>;</pre>
</blockquote>
<style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>
<p>Line 71 – Change it to:</p>
<blockquote><pre class="csharpcode">$conf[<span class="str">'baseurl'</span>] = <span class="str">'http://localhost/brage/'</span>;</pre>
</blockquote>
<style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>
<p>Lines 112-117 – Change it to:</p>
<blockquote><pre class="csharpcode">$conf[<span class="str">'dbtype'</span>] = <span class="str">'mysql'</span>;      # mysql, postgres, oracle etc..
$conf[<span class="str">'dbhost'</span>] = <span class="str">'localhost'</span>;  # Hostname/IP of database server
$conf[<span class="str">'dbname'</span>] = <span class="str">'brage'</span>;      # Database name
$conf[<span class="str">'dbuser'</span>] = <span class="str">'brage'</span>;      # Database user
$conf[<span class="str">'dbpass'</span>] = <span class="str">'password'</span>;   # Database password
$conf[<span class="str">'dbport'</span>] = <span class="str">'3306'</span>;       # Database port</pre>
</blockquote>
<style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>
<p>Lines 151 – Change it to:</p>
<blockquote><pre class="csharpcode">$conf[<span class="str">'attachment_path'</span>] = <span class="str">'C:/xampp/htdocs/brage/attachments'</span>;</pre>
</blockquote>
<style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>
<h4>Step 7 &#8211; Create Folders</h4>
<p>The last step we made the config file link to folder that didn’t exist yet. You must make sure that these folders exist.</p>
<ol>
<li>“C:\xampp\htdocs\brage\include\classes\Smarty\tmp” </li>
</ol>
<h4>Step 8 – Make a MySQL User and Database</h4>
<p>There are several steps that you are going to need to do:</p>
<ol>
<li>Open a browser and go to: <a href="http://localhost/phpmyadmin/">http://localhost/phpmyadmin/</a>. 
</li>
<li>Click on the “privileges” tab. 
</li>
<li>Click “Add a new User” link. 
</li>
<li>
<div align="left">Fill Out the form like so and hit go:<img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Add new Brage " border="0" alt="Add new Brage " src="http://jaredheinrichs.com/wp-content/uploads/2009/05/image37.png" width="668" height="326"/> </div>
</li>
<li>
<div align="left">You should see something like this saying you are successful.<img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2009/05/image33.png" width="660" height="167"/>&nbsp; </div>
</li>
<li>You are going to need to import some items into the database to get Brage to work. Click on the “brage” database on the left hand side. 
</li>
<li>Click on the “Import” tab at the top of the screen. 
</li>
<li>Click Browse and select the file “C:\xampp\htdocs\brage\docs\brage.mysql”. 
</li>
<li>Click “Go” button. 
</li>
<li>
<div align="left">You will see a confirmation that everything went well. Also on the left hand side there should be quite a few items now listed.<img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2009/05/image35.png" width="677" height="110"/> </div>
</li>
</ol>
<h4>Step 9 – Login to the Brage Program</h4>
<p>Go to <a href="http://localhost/brage/">http://localhost/brage/</a> and you will see something like this:</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2009/05/image36.png" width="397" height="250"/></p>
<p>Following the documenation it says that the default user info is:</p>
<ul>
<li>User = “admin” 
</li>
<li>password = “dolphin” </li>
</ul>
<p>You should now be able to login to your software!</p>
<h3>** UPDATE **</h3>
<p>You will need to <a href="http://brage-cm.svn.sourceforge.net/viewvc/brage-cm/brage/trunk/admin_user.php?revision=572" target="_blank">download admin_user.php</a> so that you can create new users. You must save this file to: “<strong><em>C:\xampp\htdocs\brage</em></strong>”. The original file had a bug in it.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-install-brage-cm-change-management-on-windows-with-xampp.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
