Accessing/Installing Maqetta

Supported browsers: Google Chrome (current release), Mozilla Firefox (current release) and Mac Safari 5.1

This release of Maqetta only run on Google Chrome (current release), Firefox (current release) and Safari 5.1+ on the Mac.

How to run the cloud version of Maqetta (i.e., run off server)

There might be multiple cloud versions of Maqetta. The Maqetta team provides a non-commercial, as-is, non-secure, use at your own risk, etc. cloud-hosted version of Maqetta at Maqetta.org:

Other cloud versions of Maqetta might also be available. For example, your company might be hosting a version of Maqetta on an intranet server, or other web sites might offer cloud-hosted versions of Maqetta.

Instructions for installing and running Maqetta locally

With this option, you download a ZIP file containing Maqetta, double-click on a file to launch the Maqetta server on localhost:50000, and then launch Maqetta by navigating your browser to http://localhost:50000/maqetta. As a result, you will be running Maqetta on a "local cloud" where http://localhost:50000/maqetta simulates a cloud environment. Detailed installation instructions can be found in a subsequent section. This approach allows your data to be stored on your local file system, but you cannot use the team features such as review and commenting.

Here are the instructions for installing and running Maqetta locally (i.e. http://localhost:50000).

Step 1: Verify you have Java Version 6 or greater installed on your machine.

Maqetta requires Java Version 6 or greater installed on your machine in order to run Maqetta locally. (NOTE: It is best to install the latest version of Java so that you have all of the latest security updates.)

To see if Java is installed, and if so which version, follow these steps:

  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.6.0 or higher, no further action is required.
  4. If the version number is lower than 1.6.0, or you don't have Java on your machine, then you'll need to install Java 1.6 (or later) onto your machine.

NOTE: If you need to download and install Java onto your system, we strongly recommend installing the Java JDK (Java Development Kit) instead of the JRE (Java Runtime Environment), particularly on Windows. On Windows, the JDK makes the "java" command available to command line tools, whereas with the JRE, you'll need to manually update the PATH environment variable to point to the bin folder for your Java installation.

Step 2: Pull down the most recent Maqetta build

  1. Create a folder on your local system for the Maqetta application (e.g., "maqetta_N", where N is the release number)
  2. Navigate your browser to the appropriate Maqetta downloads page. Note that there might be multiple Maqetta downloads pages. For example, your company might provide customized versions of Maqetta that are available somewhere on your company's servers. If you are looking for a recent Maqetta build that was created from the code in the Maqetta open source project without customizations, go to: http://maqetta.org/downloads. If there are multiple ZIP files shown, usually you will want the ZIP file that either has the largest version number or the most recent date.
  3. Using the browser, download the ZIP by using the Save Link As... (or similar) command on the context menu (right mouse button on Windows) into the Maqetta application folder you created.
  4. After downloading, extract the ZIP file contents:
    • On Windows, extract (unzip) into the Maqetta application folder you just created
    • On Mac, if you simply double-click on the ZIP file you downloaded. A folder with the same name as the ZIP file without the .zip extension will be created next to the ZIP file. The folder will contain the extracted contents of the ZIP file.

Step 3: Launch the Maqetta server

NOTE: On some Windows systems, you need to expand the Maqetta download ZIP file into a folder for which you have full read/write permissions. The recommended approach is to expand the Maqetta ZIP file somewhere inside your user file area at \Users\<mylogin>.

NOTE: On some MacOS systems, you will need to make sure your Security and Privacy settings allow applications to run that are downloaded from anywhere. See instructions at: OS X: About Gatekeeper.

  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.server.win.bat (depending on your settings, the Windows explorer might not show the ".bat" extension).
    • On Mac, double-click on the file maqetta.server.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

...(various messages might appear here)...

osgi>

Be sure to wait until you see the osgi> prompt appear. That indicates that the server has initialized.

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

Step 4: Launch Maqetta application in Google Chrome, Firefox 4 or Mac Safari 5.1

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

You will now see a Maqetta login screen. The first time run bring up your locally installed version in the browser, you will need create a new user account by clicking on the Register button, which will take you to the account creation screen. For a local installation of Maqetta, the login name can be an email address or any string (e.g., your name). (Note: Local installations do not require that new accounts get verified via activation emails.) After clicking Register, the Maqetta application should appear.

In subsequent sessions, you will need to enter the same login and password.

Detailed instructions for clearing caches and cookies in various browsers

When using a new release of Maqetta for the first time, it is generally a good idea to restart your browser and clear caches and any cookies associated with the Maqetta server. Details instructions:

Previous / Next