One minute install as advertised, but opps... [message #1127541] |
Sun, 06 October 2013 20:15  |
Robin Mattern Messages: 2 Registered: October 2013 |
Junior Member |
|
|
I just discovered Orion today while watching the video listed below. Ken said I could install the NodeJS version of Orion in one minute and he was right! (except I had to hunt for the wiki page that I couldn't quite hear)
So I followed these steps to install it:
- Open Windows Command Prompt, cmd.exe
- Install Orion with the command, npm install orion
- Create a batch file, Start-Orion.bat, to run Orion from anywhere
@echo off
set aPath=Node-apps\node_modules\orion
set aWS=Web-Root\Orion\Workspace1
node %aPath%\server.js -p 8081 -w %aWS% - Execute the batch file, Start-Orion
- Use Chrome to goto URL: localhost:8081
And it's running!!! What a beautiful piece of work. But, alas, when I went to
the Shell and issued the command,
, with one line of Node javascript,
I got the following error:
TypeError: Cannot read property 'Location' of undefined
Did I miss a configuration step?
Thanks for your support.
Robin
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03148 seconds