New Message: Downloading a copy of a Manila site

webmaster at userland.com webmaster at userland.com
Thu May 8 10:29:50 PDT 2003


A new message was posted:

Address: http://frontier.userland.com/discuss/msgReader$11795

By: Lawrence Lee (lawrence at userland.com)

<rules><!-- 1.5 spacing -->
   <rule><outlineSpacing>1.5</outlineSpacing></rule>
   </rules>
<br><br>A Managing Editor can download a copy of their Manila site as a Frontier guest database.
As well as creating a backup file, you can use this feature to move your site to another Manila server.
<rules><!-- bold headings -->
   <rule level="1" to="1"><textStyle>bold</textStyle></rule>
   </rules>
Steps
   1. Log in as the Managing Editor. 
   2. Enter an address (URL) of the form http:\//yourdomain.com/downloadMySite/MySite.root, changing "yourdomain.com" to match your site. 
   3. Select a location for the file on your computer. 
   (Note to Macintosh users: you will need to set the type to 'TABL' and creator to 'LAND' -- see the script at the <a end of this section.)
Notes
   If, after you've downloaded your site, you continue to work on your site at its original location, the two copies will be out of synch.
   For privacy reasons, member passwords are removed from the copy before it's downloaded.
How to install the site on another copy of Frontier
   1. Open your downloaded Manila site file in Frontier.
   2. Copy your website's table by selecting Copy from the Edit menu.
   3. Next, open the table where you want to install your website, and paste your website table into that table (eg. manilaWebsites.root). You may rename your website table at this point, if you wish.
   4. Select Install Site in the Server menu. You'll see a dialog asking you what URL your website should have.
   If you want to change the site's URL, type the new URL into this dialog. If you want to leave the URL the same as it was before, just click OK.
How to change the type and creator
   As mentioned above, here's a short script for changing the type and creator of your downloaded site. (This is for Macintosh Classic users.)
   <pre>
   local (f = "Macintosh HD:Desktop Folder:MySite.root")
   file.setType (f, 'TABL')
   file.setCreator (f, 'LAND')
   </pre>
   Edit the first line to match the path on disk to the guest database on your computer.




More information about the Frontier-Server mailing list