Reza,<br><br>There are several ways to do this.<br><br>First, you can use the plugin version of MasterView which doesn't require any gems. We release it in two forms for just that reason. To install the complete version as a plugin you do the following
<br><br>cd toyourrailsapp<br><pre class="code">ruby script/plugin install svn://rubyforge.org/var/svn/masterview/tags/masterview<br><br></pre>This will install the latest release version of masterview. You could also change this url to pull other versions, but typically the latest release version is what you want.
<br><br>That's it. Everything should work as you would expect. Note that the MasterView admin screens are by default secured to only be available in dev mode and when accessed from localhost, so you won't be able to get to them on a remote host, but not a big deal if you do development elsewhere and then just deploy to remote server. We are planning on making this security a little more configurable when we have a chance.
<br><br><br>or <br><br><br>Another option is to have MasterView generate the rhtml and then just deploy that to the server, nothing else would be needed. To do that you change the config/masterview/settings.rb generate_rhtml_files setting to true and then copy the generated rhtml to your other server. More details are in
<br><a href="http://masterview.org/configuration.html#mv_rails_app_options">http://masterview.org/configuration.html#mv_rails_app_options</a><br><br>The only disadvantage of this option is that it is a little more messy having all of the rhtml files to deal with and copy around.
<br><br>So it is your preference, either way will get you there.<br><br>Jeff<br><br><div><span class="gmail_quote">On 1/8/07, <b class="gmail_sendername">Reza Primardiansyah</b> <<a href="mailto:reza_prima77@yahoo.com">
reza_prima77@yahoo.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Jeff,<br>How can I publish my site on a server that don't have
<br>masterview gems? Any hints?<br><br>Thanks in advance<br></blockquote></div><br>