Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Orion/Documentation/User Guide/Getting started"

(Working with git)
(Launching your project as a website)
Line 154: Line 154:
 
Note that if you are running your own server, and you wish to set up hosting on a subdomain, a different IP address, or if you're running Mac OS X, you'll have to supply some more information to the Orion server. See [[Orion/Server_admin_guide#Configuring_virtual_host_names_for_launching_sites|Configuring virtual host names]] for more detail.
 
Note that if you are running your own server, and you wish to set up hosting on a subdomain, a different IP address, or if you're running Mac OS X, you'll have to supply some more information to the Orion server. See [[Orion/Server_admin_guide#Configuring_virtual_host_names_for_launching_sites|Configuring virtual host names]] for more detail.
  
You create a site by pushing the "+" button and supplying a name for your site.  Your new site will appear in the table, with commands for starting, stopping, or editing the site.
+
You create a site by clicking the '''Create Site Configuration''' button and supplying a name for your site.  Your new site will appear in the table, with commands for starting, stopping, or editing the site.
  
 
[[Image:Orion-sites.png]]
 
[[Image:Orion-sites.png]]
  
Click on the new site to go to the site configuration page. Under the "Mappings" table, click the "Add..." button.  This will give you a row in which you can define a mapping from a folder in your Orion user workspace to the location on the server where the folder will be deployed. The following screenshot shows us mapping the "MyWork" folder to the root of our new site. (The target column shows Orion's internal name for the mapping, and may be different in your installation.)
+
Click on the new site to go to the site configuration page. Under the '''Mappings''' table, click the '''Add...''' button.  This will give you a row in which you can define a mapping from a folder in your Orion user workspace to the location on the server where the folder will be deployed. The following screenshot shows us mapping the "MyWork" folder to the root of our new site. (The target column shows Orion's internal name for the mapping, and may be different in your installation.)
  
 
[[Image:Orion-siteedit.png]]
 
[[Image:Orion-siteedit.png]]
  
Click on the "Save" button to save the site configuration. Go back to the list of site configurations and click the start button ([[Image:Orion start icon.gif]]) next to your new site configuration. Now you should be able to view your site at the address shown in the "Status" column. In our case, it's http://site.orionhub.org/.
+
Click on the '''Save''' button to save the site configuration. Go back to the list of site configurations and click the '''Start''' button ([[Image:Orion start icon.gif]]) next to your new site configuration. Now you should be able to view your site at the address shown in the "Status" column. In our case, it's http://127.0.0.2:8080/.
  
 
[[Image:Orion-site-started.png]]
 
[[Image:Orion-site-started.png]]
  
Since our "MyWork" folder has an index.html file in it, we see the contents of that file when we visit http://site.orionhub.org:8080 in our web browser.
+
Since our "MyWork" folder has an index.html file in it, we see the contents of that file when we visit http://127.0.0.2:8080 in our web browser.
  
 
[[Image:Orion-site-landingpage.png]]
 
[[Image:Orion-site-landingpage.png]]
  
At this point, we can do incremental development by using the Orion editor to change the files in our "MyWork" folder, and then simply reloading http://site.orionhub.org:8080 to see the changes.
+
At this point, we can do incremental development by using the Orion editor to change the files in our "MyWork" folder, and then simply reloading http://127.0.0.2:8080 to see the changes.

Revision as of 09:27, 23 June 2011

This tutorial will get you started with using Orion, and provides step by step walk-through of some of the core functionality.

Logging into Orion

When you first attempt to access the Orion server, you'll be prompted for credentials.

Orion Logon.jpg

When running from your own server, you can create an account directly from the login dialog. If you are accessing a server hosted elsewhere, you may need to ask the server administrator to create an account for you.

Working with folders and files

In Orion, each user has a virtual root folder where various folders and files can be created. These files are maintained on the Orion server. The Navigator page is used to browse and modify your files.

Creating folders and files

Once you've successfully logged into Orion, you'll see the navigator page. This is where your files and folders will be shown. Because you haven't created any files or folders yet, the navigator is initially empty.

Orion-navinitial.png

To start working with files and folders in Orion, you can create a folder using the New Folder link on the left side of the dark bar in the banner:

Orion-navbreadcommands.png

To navigate the files, you may either expand the folders (using the triangles), or you may click on the folder links to drill into that folder. After you have drilled into a folder, the breadcrumb at the top of the page allows you to navigate back up the tree.

Orion-navbreadcrumb.png

Using commands

Global commands for Orion (such as Search, User Management, and Help) appear at the top right of the page. Links to other pages appear beside the global commands. Commands that operate on the navigator (such as New File, New Folder) are located on the left side of the dark bar in the banner.

Orion-topbanner.png

Commands that apply to an individual file or folder are located in the "Actions" column next to the item.

Orion-navactions.png

Files and folders may be selected by clicking the checkbox beside their name. Commands that operate on the selected items (such as move, copy, and delete) will appear on the dark bar in the banner when a selection has been made.

Importing folders and files

You can upload zip files from your local machine to the server using the import menu.

Orion-navimport.png

To import projects from Eclipse (or any other IDE, or your local file system) into Orion, you must first zip up the files you wish to import. Choose this zip file in the file selection prompt offered in the import dialog available when moving the cursor to a folder line and clicking More. (Choosing a non-zip file may break the import dialog on some browsers, see Bug 335890).

Orion-navimportdialog.png

The contents of the zip file will appear in your folder in the navigator. (If you are working on the Orion demo server, you will also notice a folder associated with git inside your new folder. To configure this feature on your own localhost version of Orion, see the server administration guide.)

Orion-navimportcontent.png

Exporting folders and files

When you have worked with your code on Orion and are ready to export your work back to your local workstation, navigate to the folder you wish to export and choose the "Export as Zip" link.

Orion-navexport.png

Creating favorites

You can use the "Favorites" icon to bookmark a folder or file in your navigator. A link to this folder or file will appear in your favorites list and can be used to navigate quickly to that file or folder.

Orion-favorites.png

Favorites are also suggested as move/copy targets.

Orion-copymove.png

Extending the navigator

We've implemented an extension point that allows a plug-in to add commands to the navigator's toolbar and local item actions. To see what plug-ins are installed in your Orion system, open the page plugin/list.html on your Orion server.

Orion-pluginregistry.png

The registry shows what plug-ins you have installed, and allows you to add plug-ins by typing the URL of a plug-in in the text box on the upper right. You can see that the several plug-ins that provide Orion functionality, such as file management, user management, git, jslint, are already installed. Plug-ins provide different kinds of new behaviors, or "extensions" to the system.

The "fileCommands" extension point allows plug-ins to contribute commands to the navigator. The plug-in can specify how many and what types of files it can work with. The command will be contributed in the navigator item menus.

A sample plug-in that demonstrates the different kinds of commands you can contribute is located at http://orionhub.org/plugins/sampleCommandsPlugin.html. You can paste or type this URL into the registry page and press the Install button. When you reload the navigator page, you will see new commands in the item and toolbar menus.

Orion-sampleCommands.png

See sampleCommandsPlugin.html for the source code.

Editing code

Once you've navigated to the file you want to work with, click on its link to open the editor. You'll find that the editor supports the basics (cut/copy/paste, undo/redo) as well as your favorite text-editing features from Eclipse desktop (move up/down, copy up/down, go to line, find, incremental find). For now, most of these commands are accessible only through keyboard shortcuts, using the default keybindings in Eclipse desktop.

JavaScript development

If you are working with JavaScript (a *.js file), the editor will syntax highlight your code. You will also see an outline of the functions in your JavaScript, as well as markers for problem areas in your code. Integration with existing web tools is an important goal in Orion, so we have implemented a plug-in that runs JSLint on JavaScript files in order to produce the outline and problem markers. The familiar Eclipse problem UI is used to display the problems in the editor. You'll see problem markers by each line of code in the left hand ruler, and overview problem markers on the right side, which allow you to navigate quickly to a problem in a part of the file that's not currently displayed.

The editor will also match brackets when you click next to a bracket, perform auto indention, and provide source-code oriented keybindings for things like toggling comments and adding/removing block comments.

We do not yet support content assist on JavaScript files.

Orion-editjs.png

Firebug Integration

The Orion server is Firebug-savvy, so that recent alpha versions of Firebug, together with a Firebug extension, can invoke the Orion editor to make corrections. For details about this, see the Firebug wiki.

CSS development

Syntax highlighting of CSS files is also supported, but no outlining support has been provided yet. As a proof of concept, we've implemented a bare-bones content assist. In Orion, our goal is to provide the plug-in points for things like content assist and outlining, allowing plug-in developers to enhance the functionality. For now, we supply a content assist based on CSS keyword proposals. We hope to integrate existing source code analysis tools as plug-ins to enhance content assist support, outlining, and problem identification for many kinds of files.

Orion-editcss.png

HTML development

We've implemented a simple HTML outliner based on DOM ids. Basic syntax highlighting is also provided for HTML files.

Orion-edithtml.png

Java development

Java syntax highlighting is also supported. However, we have not implemented any outlining or content assist. Since we are building an integrated web-based toolset, we felt it important to target first the web client languages such as JavaScript, CSS, and HTML, so we can attract members of the JS community to Eclipse. Since we are self hosting Orion development in Orion, we need the JS features first.

Extending the editor with a Plug-in

We've also implemented pluggable editor actions which allow third-party developers to extend the behavior of the Orion editor on the fly. For example, we've developed an Orion plug-in based on the JSBeautifier code formatter so that source code can be easily beautified. The plug-in is located at http://jsbeautifier.org/orion/0.2/jsbeautify.html . Once the plug-in is installed, it will appear in the list of plug-ins. More interestingly, when you reload an Orion editor, you should see a new icon appear with the rest of the editor commands.

Orion-editorplugin.png

Search support

Once you are actively using Orion, you'll find that you want to move quickly between different resources. There are several ways to go about this. We've integrated Apache Lucene search with the Orion server and exposed it in the Orion client in several ways.

Global search

The search box in the Orion navigator will perform a global search on everything in your user workspace.

Orion-globalsearch.png

The "Open resource" dialog can be opened by pressing T on your keyboard. This dialog lets you search for a file by name. It can use wildcards similar to the Eclipse desktop Open Resource dialog.

Orion-openresource.png

You can also perform a global search on a highlighted phrase from inside the editor using the Ctrl + H shortcut.

Orion-searchineditor.png

A nice side effect of editing source code in browser pages is being able to use browser mechanisms, such as the history, to quickly find files. If you find yourself working in the same handful of files, opening a new browser tab and typing in the filename will quickly get you there.

Orion-browserbar.png

Working with git

We intend to provide many different kinds of plug-ins for integrating Orion into open source and proprietary version control systems. Our first experiments in this area are to provide a UI for working with git repositories. For files and folders that are managed in a git repository, you will see a menu for navigating to the git status of the repository containing your file.

Orion-gitmenu.png

The git status page shows you all the files in your git repository that have changed, and allows you to stage, unstage, and commit changes. You can also compare the content of the files.

Orion-gitstatus.png

A side-by-side compare view is also provided. This will evolve into a merge view over time.

Orion-gitsidebyside.png

We are working on additional pages for cloning, viewing history, and pushing and pulling changes.

Launching your project as a website

Orion can create "sites" for testing an application developed with Orion as a stand-alone website. Click the Sites link on the Orion toolbar. This takes you to a page where you can create, edit, delete, or launch web sites for testing. Sites will be launched either as a subdomain of the Orion server, or at an alternate IP address when running the server locally.

Note that if you are running your own server, and you wish to set up hosting on a subdomain, a different IP address, or if you're running Mac OS X, you'll have to supply some more information to the Orion server. See Configuring virtual host names for more detail.

You create a site by clicking the Create Site Configuration button and supplying a name for your site. Your new site will appear in the table, with commands for starting, stopping, or editing the site.

Orion-sites.png

Click on the new site to go to the site configuration page. Under the Mappings table, click the Add... button. This will give you a row in which you can define a mapping from a folder in your Orion user workspace to the location on the server where the folder will be deployed. The following screenshot shows us mapping the "MyWork" folder to the root of our new site. (The target column shows Orion's internal name for the mapping, and may be different in your installation.)

Orion-siteedit.png

Click on the Save button to save the site configuration. Go back to the list of site configurations and click the Start button (Orion start icon.gif) next to your new site configuration. Now you should be able to view your site at the address shown in the "Status" column. In our case, it's http://127.0.0.2:8080/.

Orion-site-started.png

Since our "MyWork" folder has an index.html file in it, we see the contents of that file when we visit http://127.0.0.2:8080 in our web browser.

Orion-site-landingpage.png

At this point, we can do incremental development by using the Orion editor to change the files in our "MyWork" folder, and then simply reloading http://127.0.0.2:8080 to see the changes.

Back to the top