Installing and Launching Maqetta on LocalhostSupported browsers: Googl การแปล - Installing and Launching Maqetta on LocalhostSupported browsers: Googl อังกฤษ วิธีการพูด

Installing and Launching Maqetta on

Installing and Launching Maqetta on Localhost

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

Long-term vision: everyone runs a cloud version of Maqetta (i.e., run off server)

This README describes how to launch the locally installed version of Maqetta off of http://localhost. However, it is important to note that the Maqetta open source team's goal is that ultimately everyone will run Maqetta in the cloud (i.e. off of a server), saving files in their cloud workspace. The team features of Maqetta, particularly review and commenting, require users to run the server-based version of the product.

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:

http://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 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:

Open a Command Prompt window
On Windows: Click Start > Run, type in cmd and click OK
On Mac: Open Finder > Applications > Utilites > Terminal
Type in java -version
If the version number 1.5.0 or higher, no further action is required.
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

With the Explorer (Windows) or Finder (Mac), navigate to the directory into which you unzipped the Maqetta files.
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 : 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

On the Mac, you can launch the Maqetta server from the Dock by dragging the maqetta.server.mac.command onto the right part of the doc.
The launch scripts (maqetta.server.win.bat and maqetta.server.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: users
Macintosh: /users
Step 3: Launch Maqetta application in Google Chrome, Firefox 4 or Mac Safari 5.1

Once
0/5000
จาก: -
เป็น: -
ผลลัพธ์ (อังกฤษ) 1: [สำเนา]
คัดลอก!
Installing and Launching Maqetta on LocalhostSupported browsers: Google Chrome (current release), Mozilla Firefox (current release) and Mac Safari 5.1Long-term vision: everyone runs a cloud version of Maqetta (i.e., run off server)This README describes how to launch the locally installed version of Maqetta off of http://localhost. However, it is important to note that the Maqetta open source team's goal is that ultimately everyone will run Maqetta in the cloud (i.e. off of a server), saving files in their cloud workspace. The team features of Maqetta, particularly review and commenting, require users to run the server-based version of the product.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:http://maqetta.orgOther 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 locallyWith 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 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:Open a Command Prompt windowOn Windows: Click Start > Run, type in cmd and click OKOn Mac: Open Finder > Applications > Utilites > TerminalType in java -versionIf the version number 1.5.0 or higher, no further action is required.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 serverWith the Explorer (Windows) or Finder (Mac), navigate to the directory into which you unzipped the Maqetta files.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 : usersstart 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 On the Mac, you can launch the Maqetta server from the Dock by dragging the maqetta.server.mac.command onto the right part of the doc.The launch scripts (maqetta.server.win.bat and maqetta.server.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: usersMacintosh: /usersStep 3: Launch Maqetta application in Google Chrome, Firefox 4 or Mac Safari 5.1Once
การแปล กรุณารอสักครู่..
ผลลัพธ์ (อังกฤษ) 2:[สำเนา]
คัดลอก!
Installing and Launching Maqetta on Localhost Supported browsers: Google Chrome (current release), Mozilla Firefox (current release) and Mac Safari 5.1 Long-term Vision: everyone runs a Cloud Version of Maqetta (IE, Run off Server) This README describes How to. launch the locally installed version of Maqetta off of http: // localhost. However, it is important to note that the Maqetta open source team's goal is that ultimately everyone will run Maqetta in the cloud (ie off of a server), saving files in their cloud workspace. Team of the features Maqetta, particularly review and commenting, Require Users to Run the Server-based Version of the product. There might be multiple versions of Cloud 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: Http://maqetta.org Other versions of Cloud 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 Can not use the Team features such as review and commenting. Here are the instructions for installing and running Maqetta locally (IE HTTP: // localhost: 50000). Step 1. : Verify You have Java Version 5 installed on your Machine. Maqetta requires Java Version 5 (IE JRE Version 1.5), installed on your Machine in Order to Run Maqetta locally. Follow these steps to Check your Java Version: Open a Command Prompt Window on. Windows: Click Start> Run, Type in cmd and Click OK On Mac: Open Finder> Applications> utilites> Terminal Type in Java -version If the Number Version 1.5.0 or Higher, no further Action is required. If the Version Number is. Lower than 1.5.0, or You do not 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 With the Explorer (Windows) or Finder (. Mac), navigate to the Directory Into You which unzipped the Maqetta Files. Maqetta the Launch Process Server. on Windows, double-Click on the file Maqetta.server.win.bat (depending on your settings, the Windows Explorer might not the Show. ".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 PROCESS SERVER MAQETTA !!!!!!!!!!!!! Using directory:










































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 You close until the Shell Window that comes up after double-You Click on the Launch Server file. Therefore, if You close the Window Shell, the Maqetta Server Process Will Stop running, at which You Can not Run Point 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 Notes immediately detailed Below About How to Change the Script Launch Maqetta 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.server.mac. Command onto the Right Part of the doc. The Launch Scripts (Maqetta.server.win.bat and Maqetta.server.mac.command) Some have default Parameters: HTTP Port Number - The default Scripts 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. Can the current release only open Files Within the Workspace Area. The default user Workspace Folder locations are: Windows:.



















Users
Macintosh:/ Users
Step 3: Launch Application in Google Chrome Maqetta, Mac Safari 5.1 or Firefox 4 Once.

การแปล กรุณารอสักครู่..
ผลลัพธ์ (อังกฤษ) 3:[สำเนา]
คัดลอก!
Installing and Launching Maqetta on Localhost.Supported browsers: Google Chrome (current release), Mozilla Firefox (current release) and Mac Safari 5.1.Long-term vision: everyone runs a cloud version of Maqetta (i.e, run off server).This README describes how to launch the locally installed version of Maqetta off of http: / / localhost. However it is, important. To note that the Maqetta open source team "s goal is that ultimately everyone will run Maqetta in the cloud (i.e. Off of. A server), saving files in their cloud workspace. The team features of Maqetta particularly review and commenting require,,, Users to run the server-based version of the product.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:Http: / / 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 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:Open a Command Prompt window.On Windows: Click Start > Run type in, CMD and click OK.On Mac: Open Finder > > > Applications Utilites Terminal.Type in Java - version.If the version number 1.5.0, or higher no further action is required.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.With the Explorer (Windows) or Finder (Mac), navigate to the directory into which you unzipped the Maqetta files.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 usersStart 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.On the Mac you can, launch the Maqetta server from the Dock by dragging the maqetta.server.mac.command onto the right part. Of the doc.The launch scripts (maqetta.server.win.bat and maqetta.server.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 usersMacintosh: < maqetta-unzip-dir > / users.Step 3: Launch Maqetta application in, Google Chrome Firefox 4 or Mac Safari 5.1.Once.
การแปล กรุณารอสักครู่..
 
ภาษาอื่น ๆ
การสนับสนุนเครื่องมือแปลภาษา: กรีก, กันนาดา, กาลิเชียน, คลิงออน, คอร์สิกา, คาซัค, คาตาลัน, คินยารวันดา, คีร์กิซ, คุชราต, จอร์เจีย, จีน, จีนดั้งเดิม, ชวา, ชิเชวา, ซามัว, ซีบัวโน, ซุนดา, ซูลู, ญี่ปุ่น, ดัตช์, ตรวจหาภาษา, ตุรกี, ทมิฬ, ทาจิก, ทาทาร์, นอร์เวย์, บอสเนีย, บัลแกเรีย, บาสก์, ปัญจาป, ฝรั่งเศส, พาชตู, ฟริเชียน, ฟินแลนด์, ฟิลิปปินส์, ภาษาอินโดนีเซี, มองโกเลีย, มัลทีส, มาซีโดเนีย, มาราฐี, มาลากาซี, มาลายาลัม, มาเลย์, ม้ง, ยิดดิช, ยูเครน, รัสเซีย, ละติน, ลักเซมเบิร์ก, ลัตเวีย, ลาว, ลิทัวเนีย, สวาฮิลี, สวีเดน, สิงหล, สินธี, สเปน, สโลวัก, สโลวีเนีย, อังกฤษ, อัมฮาริก, อาร์เซอร์ไบจัน, อาร์เมเนีย, อาหรับ, อิกโบ, อิตาลี, อุยกูร์, อุสเบกิสถาน, อูรดู, ฮังการี, ฮัวซา, ฮาวาย, ฮินดี, ฮีบรู, เกลิกสกอต, เกาหลี, เขมร, เคิร์ด, เช็ก, เซอร์เบียน, เซโซโท, เดนมาร์ก, เตลูกู, เติร์กเมน, เนปาล, เบงกอล, เบลารุส, เปอร์เซีย, เมารี, เมียนมา (พม่า), เยอรมัน, เวลส์, เวียดนาม, เอสเปอแรนโต, เอสโทเนีย, เฮติครีโอล, แอฟริกา, แอลเบเนีย, โคซา, โครเอเชีย, โชนา, โซมาลี, โปรตุเกส, โปแลนด์, โยรูบา, โรมาเนีย, โอเดีย (โอริยา), ไทย, ไอซ์แลนด์, ไอร์แลนด์, การแปลภาษา.

Copyright ©2024 I Love Translation. All reserved.

E-mail: