Help, please ! How to use ec2 Ubuntu server from a .NET server app?

Hi,

I have installed an Ubuntu server with the Licode on ec2 , now want to use
it from my .NET server app (using NuveAPI in .NET to manage resources and
serving web apps in javascript using erizoClient).

I tried below

  • install Node.js
  • install express
  • Download Lioced source code form Githun to my Windows PC. --> Or maybe
    need I copy files in folder nuve for form ec2 Ubuntu server?
  • run node nuve.js -> error

How to do this?
Help me, please.

Thanks!

p.s. detail info

ubuntu@ip-172-31-24-14:~$ ./licode/scripts/initBasicExample.sh

ubuntu@ip-172-31-24-14:~$ connect.multipart() will be removed in connect 3.0

visit https://github.com/senchalabs/connect/wiki/Connect-3.0 for
alternatives

connect.limit() will be removed in connect 3.0

Representing rooms for service 5349a7a075c5ded83c0294f9

0

Room created: myRoom for service superService p2p = undefined

Created room 5349abf6ba5064b2135c8397

D:\Licode\licode-master\licode-master\nuve\nuveAPI>node nuve.js

module.js:340

throw err;

      ^

Error: Cannot find module ‘./…/…/…/licode_config’

at Function.Module._resolveFilename (module.js:338:15)

D:\Licode\licode-master\licode-master\nuve\nuveAPI>node nuve.js

module.js:340

throw err;

      ^

Error: Cannot find module ‘mongojs’

at Function.Module._resolveFilename (module.js:338:15)

at Function.Module._load (module.js:280:25)

at Module.require (module.js:364:17)

at require (module.js:380:17)

at Object.<anonymous> 

(D:\Licode\licode-master\licode-master\nuve\nuveAPI\md

b\dataBase.js:17:14)

at Module._compile (module.js:456:26)

at Object.Module._extensions..js (module.js:474:10)

at Module.load (module.js:356:32)

at Function.Module._load (module.js:312:12)

at Module.require (module.js:364:17)