-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running Hubs In Amazon Cloud9 IDE #411
Comments
Hey Jeff. I was able to get Hubs running in AWS Cloud9 with the following steps:
Note that the room creation dialog on the Hubs landing page will not work because it attempts to communicate with our reticulum servers, which are not accessible from the AWS domain. Instead, you have to access a Hubs room directly:
Also keep in mind that your Cloud9 instance will be using our WebRTC server for voice and data transfer by default, unless you setup and configure your own. |
Brian, |
I've converted this issue into a wiki page, thanks for digging @brianpeiris ! https://github.com/mozilla/hubs/wiki/Running-Hubs-on-Cloud-9 |
hello。then I change the OS, from ubuntu to CentOS. and follow the guide. and stop in the step"yarn install" the install process can not continue, and stop there |
new error report when run "yarn install" in aliyun |
Hello,
I'm a little unclear as to how to run hubs in Cloud 9 IDE. It could be an issue with Cloud 9, still sorting it out. The project compiles with a 'successfully compiled' message after running $yarn start. It gives me a ip address and says application running on ports 8080. I would assume that would be enough to view the application in a browser and start making my edits in the IDE. When I command $ yarn build I get the following terminal message. What more is required to view the running application. Also, I people are using various IDEs, but the process in my mind should be the same to get it running. What am I not doing or doing incorrectly?
ec2-user:~/environment/hubs (master) $ yarn start
yarn run v1.7.0
$ cross-env NODE_ENV=development webpack-dev-server
/home/ec2-user/environment/hubs/webpack.config.js:69
compilation.plugin("html-webpack-plugin-before-html-processing", async data => {
^^^^^
SyntaxError: missing ) after argument list
at createScript (vm.js:56:10)
at Object.runInThisContext (vm.js:97:10)
at Module._compile (module.js:549:28)
at Object.Module._extensions..js (module.js:586:10)
at Module.load (module.js:494:32)
at tryModuleLoad (module.js:453:12)
at Function.Module._load (module.js:445:3)
at Module.require (module.js:504:17)
at require (internal/module.js:20:19)
at WEBPACK_OPTIONS (/home/ec2-user/environment/hubs/node_modules/webpack-cli/bin/convert-argv.js:133:13)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
ec2-user:~/environment/hubs (master) $
The text was updated successfully, but these errors were encountered: