<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
oh, and the other thing I would pull out of bin is all the data. So<br>
assets<br>
data (what is this?)<br>
inventory<br>
Regions<br>
<br>
I would place this under a top directory called 'opensimdata' or
similar. So ideally,<br>
bin/<br>
conf/<br>
lib/<br>
logs/<br>
opensimdata/<br>
<br>
I have done this data separation for the modules on the Encitra app. It
works fine both on Windows and on Linux. But data is quite different
from libs, so if Justin had trouble with mono understanding the
separation between lib and bin, we should leave them together.<br>
<br>
Incidentally, the 'opensimdata' directory plays a very similar role to
httpdocs in apache. It's basically the data that's being served by
default.<br>
<br>
Chris Hart wrote:
<blockquote
cite="mid:6ABFBBBFA9738E47A00F30BC3C74171C1D9FEA@kitt.CT.local"
type="cite">
<pre wrap="">I'd love to see things split out a little from bin - there's so many
files in there it is a little unwieldy, but I can't say how tricky that
would be to achieve under mono, etc. Otherwise, I'm all in favour of
moving logs, config and libs if possible.
-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:opensim-dev-bounces@lists.berlios.de">opensim-dev-bounces@lists.berlios.de</a>
[<a class="moz-txt-link-freetext" href="mailto:opensim-dev-bounces@lists.berlios.de">mailto:opensim-dev-bounces@lists.berlios.de</a>] On Behalf Of Justin
Clark-Casey
Sent: 13 November 2008 17:51
To: <a class="moz-txt-link-abbreviated" href="mailto:opensim-dev@lists.berlios.de">opensim-dev@lists.berlios.de</a>
Subject: Re: [Opensim-dev] hypergrid status
Diva Canto wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Apache2 has something like this:
conf/httpd.conf
conf/extra/
httpd-autoindex.conf
httpd-dav.conf
...
httpd-vhosts.conf
(there's 11 conf files in extra)
We don't need to follow this exact convention, but we could do
</pre>
</blockquote>
<pre wrap=""><!---->something
</pre>
<blockquote type="cite">
<pre wrap="">similar.
In any case, the one thing I would suggest is to move the
</pre>
</blockquote>
<pre wrap=""><!---->configuration
</pre>
<blockquote type="cite">
<pre wrap="">files out of bin, and into ../conf. I like to see configs in a very
visible place.
And if you really want to clean this whole thing up a bit, I would
</pre>
</blockquote>
<pre wrap=""><!---->even
</pre>
<blockquote type="cite">
<pre wrap="">suggest to move into the "standard" setup like this:
bin/
conf/
lib/
logs/
</pre>
</blockquote>
<pre wrap=""><!---->
Yeah, I agree.
Easier said than done though. I looked into moving libs into lib/ some
time ago for various reasons, but it got really
awkward to get .net/mono/mono-addins, etc. satisfied with the results.
But I think should happen for conf/ and logs/. Personally, I would
migrate to bin/conf and bin/logs for now, but
perhaps that's just a somewhat conservative desire not to confuse people
too much.
_______________________________________________
Opensim-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a>
<a class="moz-txt-link-freetext" href="https://lists.berlios.de/mailman/listinfo/opensim-dev">https://lists.berlios.de/mailman/listinfo/opensim-dev</a>
</pre>
</blockquote>
<br>
</body>
</html>