Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] hosting dojo and orion client apps from orion hub

I've been writing an example that shows how to embed the Orion editor and get all the standard keybindings, content assist, syntax highlighting, etc. It shows how you can consume the various Orion client editor components independently of running on the Orion server and editing Orion server hosted files. [1]

Several people have wanted to look at this example without having to take the latest build (or code from git) and run via localhost. So, Mark MacDonald (aka Site-Man), built a site on his orionhub account to host the example. Way cool.

He wrote up the steps for configuring such a site, and we've put it on the wiki so that others will know how to do this. [2] This means you can write cool dojo sample apps, orion editor apps, play with orion client components, etc., and share your running site via orionhub...
For that matter, just add your favorite js library to your workspace, and you can use orionhub to host all of your sample js apps!!

Happy hosting...

susan

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=340926
[2] http://wiki.eclipse.org/Orion/How_Tos/Setup_Orion_Client_Hosted_Site_on_OrionHub


Back to the top