Displaying 1 result from an estimated 1 matches for "my_magic_folder".
2006 Jan 05
3
Rails setup for multi-user environment?
...it''s possible, much less how to do it.
Basic scenario (machines are Linux):
1 - scripting server, serves PHP and perl via Apache. Developers have no
direct access: they just put their code in their own "magic" folder on
our NAS and the server runs it (as, e.g.,
http://server/my_magic_folder/myscript.php). We could add ror here to
publish rails apps using the same kind of scheme, but they won''t let
developers SSH in and run rake or irb.
1 - application server. The "magic" scripting folder is mapped as the
developer''s home directory, and this server allows...