<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/tracinstall/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/tracinstall/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 08 Sep 2015 09:18:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/tracinstall/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by chk</title><link>https://sourceforge.net/p/tracinstall/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,46 @@
-Welcome to your wiki!
+This shows the commands needed to setup and run multi trac environments in a specific way:

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+- adds / configures plugin AccuntManager
+- adds basic-auth via .htaccess - file
+- creates/adds the user/password given as TRAC_ADMIN
+- configures usage of SVN

-The wiki uses [Markdown](/p/tracinstall/wiki/markdown_syntax/) syntax.
+
+#### Creating a Trac Environment ####
+
+- copy the file: "create_sample_environment" , as template for your project:
+```
+    cp create_sample_environment ./create_myproject_environment
+```
+
+- edit its configuration set these variables as you need:
+- 
+```
+ $adminuser = "user"; -&amp;gt;
+ $adminpass = "password";
+ $env_name = "watambaX";
+ $env_base = "/opt/womd_trac";
+ $repo_path = "/opt/womd_svn/FB20XX";
+ $repo_typ = "svn";
+```
+
+- run it ! it will echo the commands needed to setup the trac-environment
+ 
+``` 
+php create_myproject_environment 
+```
+
+
+#### Starting Trac Environments #### 
+
+in file: **show_tracd_start_scrip**t
+-edit configuration, set the directory where your trac environments life 
+```
+$env_base = "/var/trac";
+```
+run it, it will echo the command for starting all the environments.
+```php how_tracd_start_script```
+

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chk</dc:creator><pubDate>Tue, 08 Sep 2015 09:18:07 -0000</pubDate><guid>https://sourceforge.netd648a1d0146711376352d3db3cd9cfd8d9bc5524</guid></item><item><title>Home modified by chk</title><link>https://sourceforge.net/p/tracinstall/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/tracinstall/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/womdwomd/"&gt;chk&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-55ed53bf1be1ce4a484025b1" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chk</dc:creator><pubDate>Mon, 07 Sep 2015 09:07:11 -0000</pubDate><guid>https://sourceforge.net1ff386237b3acfafbaa7aeadd2544b4d76bc50f8</guid></item></channel></rss>