zoukankan      html  css  js  c++  java
  • Maqetta的安装

    Installing and Launching Maqetta on Localhost

    Supported browsers: Google Chrome (current release), Mozilla Firefox 3.5+ and Mac Safari 5

    The current builds of Maqetta only run on Google Chrome, Firefox 3.5+ and Safari 5 on the Mac.

    In general, Maqetta runs faster Chrome, Firefox4 and Safari than on Firefox 3.5, and we therefore recommend that people use Chrome, Safari or Firefox4.

    Make sure you have a clean setup: restart browser and clear caches

    Before opening up a new Maqetta Preview release in your browser, we recommend that you close and restart your browser and clear its caches. These steps are likely not necessary in most cases, but recommended nevertheless during the "Preview" phase of the open source project because we aren't sure yet that we have dealt with Maqetta's caching logic completely. These procedures are likely more important for people who have used previous versions of Maqetta.

    Detailed instructions for clearing caches in various browsers

    • Quit and restart your browser before launching a new version of Maqetta for the first time. For most users, this is probably unnecessary, but recommended nonetheless. We have found occasional issues with Google Chrome when switching from an old version of Maqetta to a newer version.
    • Clear both the browser's cache and its "appcache" (offline storage):
      • Chrome
        • (Windows only): Click on the tools icon (looks like a wrench) and choose "Options". This will open a new browser tab.
        • (Mac only) Under the "Chrome" menu, choose "Preferences". This will open a new browser tab.
        • Click on the "Under the Hood" hyperlink.
        • Clear cache: While in the "Under the Hood" tab, click on "Clear browsing data". In the dialog that follows, make sure "Empty the cache" is checked. You might want to uncheck the other items so that other things are not also cleared. Now, click on the "Clear browsing data" button.
        • Clear appcache (offline storage): Click on "Content settings...." to bring up the Content Settings dialog. With "Cookies" highlighted in left column, click on "Show cookies and other site data". Under "Search", type the name of the server from which you are running Maqetta. If you installed locally, type "localhost". If running off of http://maqetta.org, then type "maqetta". In tree view, open up the the tree item for the server (i.e., "localhost" or "maqetta.org"). If there is an entry labeled "Application Caches", open that tree item. Either select the "Application Caches" tree item or the sub-item that corresponds to the Maqetta server, and click the "Remove" button at the bottom.
      • Firefox
        • (Windows only): On main menubar, invoke Tools->Options. This brings up the Options dialog. Click on the "Advanced" button and then click on the "Network" tab.
        • (Mac only) Under the "Firefox" menu, choose "Preferences". Click on the "Advanced" button and then click on the "Network" tab.
        • Clear cache: Under "Offline Storage", click on "Clear Now".
        • Clear appcache: Under "Offline Storage", at the bottom is a box labelled as follows: "The following websites have stored data for offline use:". See if the server which hosts Maqetta is listed. If you installed locally, the server is "localhost". If running off of http://maqetta.org, the server is "maqetta.org". If the Maqetta server is listed, click on it and then click "Remove" (and then "Remove offline data").
      • Safari
        • (Mac only) Under the "Safari" menu, invoke the "Empty cache..." command to clear both the browser cache and the application cache.

    Instructions for installing and running Maqetta locally

    Use these instructions for installing and running Maqetta locally (i.e. http://localhost:50000).

    Step 1: Verify you have Java Version 5 installed on your machine.

    Maqetta requires Java Version 5 (i.e. JRE Version 1.5), installed on your machine in order to run Maqetta locally.
    Follow these steps to check your Java version:

    1. Open a Command Prompt window
      • On Windows: Click Start > Run, type in cmd and click OK
      • On Mac: Open Finder > Applications > Utilites > Terminal
    2. Type in java -version
    3. If the version number 1.5.0 or higher, no further action is required.
    4. If the version number is lower than 1.5.0, or you don't have Java on your machine, then you'll need to install Java 1.5 (or later) onto your machine.

    Step 2: Launch the Maqetta server

    1. With the Explorer (Windows) or Finder (Mac), navigate to the directory into which you unzipped the Maqetta files.
    2. Launch the Maqetta server process.
      • On Windows, double-click on the file maqetta.local.win.bat (depending on your settings, the Windows explorer might not show the ".bat" extension).
      • On Mac, double-click on the file maqetta.local.mac.command (depending on your settings, the Mac finder might not show the ".command" extension).

    You can tell that the server has launched if you see the following message in the shell window:


    !!!!!!!!!!!!!!
    NOTE: CLOSING THIS WINDOW WILL
    STOP THE MAQETTA SERVER PROCESS
    !!!!!!!!!!!!!

    Using directory : <maqetta-unzip-dir>\users
    start your browser at http://localhost:50000/maqetta

    osgi>

    The Maqetta server will continue to run until you close the shell window that comes up after you double-click on the server launch file. Therefore, if you close the shell window, the Maqetta server process will stop running, at which point you can't run http://localhost:50000/maqetta anymore. 

    One possible problem is that you might already be running a different localhost server on your system at http://localhost:50000 (the default for Maqetta). Refer to the detailed notes immediately below about how to change the Maqetta launch script to use a different port number.

    Detailed notes about the Maqetta server 

    • On the Mac, you can launch the Maqetta server from the Dock by dragging the maqetta.local.mac.command onto the right part of the doc.
    • The launch scripts (maqetta.local.win.bat and maqetta.local.mac.command) have some default parameters:
      • HTTP port number - The scripts default to port 50000. If you prefer to use 8080 or some other port number, hand-edit the launch script and change 50000 to something else (any number in the 50000's is OK).
      • User workspace folder - Any files that you create in Maqetta will be saved into a folder managed by the Maqetta server process. You can change the location for where your workspace is saved by hand-editing the launch scripts. Note that a future version of Maqetta will allow you to open any file on your local system. The current release can only open files within the workspace area.

        The default user workspace folder locations are:

        • Windows: <maqetta-unzip-dir>\users
        • Macintosh: <maqetta-unzip-dir>/users

    Step 3: Launch Maqetta application in Google Chrome, Firefox 3.5+ or Mac Safari

    Once the Maqetta server has been launched (see previous steps), open Chrome, Firefox or Safari and go to the following URL:

    HTML5 appcache - say yes to the "Allow" prompt

    Maqetta now takes advantage of a recent HTML5 feature shipping in modern browsers - the HTML appcache. This allows the browser to save a cached version of large parts of Maqetta on your local computer, thereby significantly improving performance, particularly if the network is slow. The first time you launch Maqetta, you may see a prompt asking you to allow Maqetta to store offline data. Click "Allow" so that Maqetta performance will be optimized.


  • 相关阅读:
    linux命令应用之一
    HIVE配置错误信息
    二分查找(JAVA)
    HBase1.0.1.1 API与原来有所不同
    hbase shell中log4j重复问题
    hadoop本地库无法加载
    利用mapreduce将数据从hdfs导入到hbase遇到的问题
    HBase伪分布式环境下,HBase的API操作,遇到的问题
    Hadoop开发中,如何开启、关闭控制台打印调试信息
    Hadoop的mapreduce开发过程,我遇到的错误集锦(持续更新)
  • 原文地址:https://www.cnblogs.com/xixiaohui/p/2013980.html
Copyright © 2011-2022 走看看