On 06/03/2010, at 04:05, M. David Peterson wrote: > On Wed, Mar 3, 2010 at 4:00 AM, Michiel van Es <[email protected]> wrote: > > I try to use the wizard but don't know what to put at the Document Root > and what at the Project Directory. > > I'm not sure why this particular format was chosen, but my guess is that this > was one way of separating what was handled by Mono (Project Directory) and > what was handled directly by Cherokee (the Document Root). Can someone > clarify?
Well, it's kind of a standard way of deploying web software. Let's think of Debian-based distros, for instance. They install the web apps source code under the /usr/share/<whatever> directory - that's the project directory. However, odds are you don't want that directory to be the virtual server document root directory; instead, /var/www/www.example.com or /srv/httpd/www.example.com ought to be used. > And if yes I would personally recommend moving away from this method as this > is a non-standard way to deploy an ASP.NET application (especially those that > have been packaged into zip files and deployed as one file to the server, > something Mono now supports) which I'm guessing is the cause for confusion > for Michiel. Just read your follow up mails.. I'll check out those link as soon as I have the chance. Thanks! > How can I fire up my aspx website in cherokee? :) > > Does anyone have any issues we me rewriting the Mono_Wizard.py to use the > method mentioned above and/or write a second Wizard and provide both methods > as an option? Please do. It'd grand! -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
