Use cases question
"Dan Muey" <dmuey-Gv/[email protected]> Tue, 6 Jan 2004 14:50:14 -0600
| Newsgroups | gmane.comp.lang.moto.user |
|---|---|
| Message-ID | <D6D77DB239A2004BB08A240E2E71460D12C355@LSLOFFICE.infiniplex.infiniplex.com> |
I've used markive but it's been a while since I played with moto. I'm looking into a bit more and have a few uses case questions. 1)If I remember right after you install it you can have a .moto file = that is plaiin text and it gets interpreted each time it's run correct? If I want to compile one or more .moto files I can folow the = instructions at http://projectmoto.org/usecases.moto My questions are: On number 1 it says: Take the compiled website (mod_sitename.so) and install it in the = libexec directory of your apache installation. Restart apache... 2) So if I move the .so file to the proper directory it will just work, = withotu modifying httpd.conf ?? On number 2 it says: Take the compiled application and distribute it online or burned on a cd = without giving away the source code. Users, customers, clients will not = even need moto or any other third party 'runtime' environment to run it. 3) So how would I execute it as a program? 4) The mmc comands looked identical pretty much, so how does it know if = I want a mod_*****.so for apache or just a plain standalone prog? (***** = instead of mod_*****.so) TIA Dan