<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=DevelopmentInstallation</id>
	<title>DevelopmentInstallation - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=DevelopmentInstallation"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=DevelopmentInstallation&amp;action=history"/>
	<updated>2026-08-22T07:48:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=DevelopmentInstallation&amp;diff=978&amp;oldid=prev</id>
		<title>Admin: 4 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=DevelopmentInstallation&amp;diff=978&amp;oldid=prev"/>
		<updated>2016-04-06T20:08:50Z</updated>

		<summary type="html">&lt;p&gt;4 revisions imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 16:08, 6 April 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key bestpractical_mediawiki1459887241:diff:1.41:old-977:rev-978 --&gt;
&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=DevelopmentInstallation&amp;diff=977&amp;oldid=prev</id>
		<title>70.228.66.153 at 17:13, 18 December 2012</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=DevelopmentInstallation&amp;diff=977&amp;oldid=prev"/>
		<updated>2012-12-18T17:13:58Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;See [[ManualInstallation]] for standard commands.&lt;br /&gt;
&lt;br /&gt;
= DEVELOPMENT INSTALLATION =&lt;br /&gt;
&lt;br /&gt;
Configure RT to use an &amp;#039;inplace&amp;#039; layout, using only your current directory.&lt;br /&gt;
&lt;br /&gt;
Use [[SQLite]] as a database, again under your current directory.&lt;br /&gt;
&lt;br /&gt;
Use your current UID/GID as the owner of all files.&lt;br /&gt;
&lt;br /&gt;
 $ ./configure --enable-layout=inplace --with-db-type=SQLite --with-my-user-group --with-devel-mode [--enable-gpg]&lt;br /&gt;
&lt;br /&gt;
Verify you have all required dependencies&lt;br /&gt;
&lt;br /&gt;
 $ make testdeps&lt;br /&gt;
&lt;br /&gt;
This &amp;#039;installs&amp;#039; RT in your current directory. Basically it transforms template files to real files and creates configs and the like.&lt;br /&gt;
&lt;br /&gt;
 $ make installdeps&lt;br /&gt;
 $ make install&lt;br /&gt;
&lt;br /&gt;
Set up the [[SQLite]] database&lt;br /&gt;
&lt;br /&gt;
 $ make initialize-database&lt;br /&gt;
&lt;br /&gt;
And add a line to etc/[[RT SiteConfig|RT_SiteConfig]].pm so that the webserver starts on port 8080&lt;br /&gt;
&lt;br /&gt;
 Set( $WebPort, 8080 );&lt;br /&gt;
&lt;br /&gt;
and you get the dev options.&lt;br /&gt;
&lt;br /&gt;
 Set( $DevelMode, 1 );&lt;/div&gt;</summary>
		<author><name>70.228.66.153</name></author>
	</entry>
</feed>