jacksonh / manos

Manos is an easy to use, easy to test, high performance web application framework that stays out of your way and makes your life ridiculously simple.
Other
455 stars 61 forks source link

Manos manual contains wrong instructions for the setup on Windows #116

Open MarkKharitonov opened 13 years ago

MarkKharitonov commented 13 years ago

The manual claims that the directory layout on windows should be:

<prefix>/Manos.dll
<prefix>/manos.exe
<prefix>/docs/<documentation files>
<prefix>/layouts/default/<the default layout files>

Whereas this is the layout that actually works:

<prefix>\layouts\default/<the default layout files>
<prefix>\manos\docs/<documentation files>
<prefix>\%MANOS%\Manos.dll
<prefix>\%MANOS%\Nini.dll
<prefix>\%MANOS%\%BIN%\Manos.dll
<prefix>\%MANOS%\%BIN%\Manos.IO.dll
<prefix>\%MANOS%\%BIN%\Manos.IO.pdb
<prefix>\%MANOS%\%BIN%\Manos.pdb
<prefix>\%MANOS%\%BIN%\manostool.exe
<prefix>\%MANOS%\%BIN%\manostool.pdb
<prefix>\%MANOS%\%BIN%\Mono.C5.dll
<prefix>\%MANOS%\%BIN%\Nini.dll

Where %MANOS% and %BIN% can be anything. On my machine, for instance, %MANOS% is manos and %BIN% is bin.

Right now, the only way to deduce the correct setup is by examining the code.