Skip to content
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

The explorer cannot be deployed at AWS. #17

Open
mochechan opened this issue Aug 26, 2016 · 6 comments
Open

The explorer cannot be deployed at AWS. #17

mochechan opened this issue Aug 26, 2016 · 6 comments

Comments

@mochechan
Copy link

The explorer works fine in my local machine. However, the explorer cannot work in my AWS machine.
The IP address of AWS machine is 10.10.78.X, but the machine's public IP is 52.40.25.X. It seems due to some "IP:port forwarding mechanism" I think. Is it possible to run the explorer in AWS machine? How? Thanks.

@whitj00
Copy link
Contributor

whitj00 commented Jan 10, 2017

You should be able to run the node web server on AWS, as it's basically just serving HTML. I'm not super experienced hosting with AWS but you should be able to access it on the public IP if it's running correctly.

@whitj00 whitj00 closed this as completed Jan 10, 2017
@whitj00 whitj00 reopened this Jan 10, 2017
@vinay035
Copy link

@mochechan you can directly deploy this on S3 bucket and use that as website.

@chainhead
Copy link

@mochechan I have been able to deploy the explorer project on a AWS machine successfully (although, I have a different issue at the moment). What challenge are you facing?

@ohadcn
Copy link

ohadcn commented May 1, 2018

what did you do?
I did the following and it runs (not free of trubles, aws with ubuntu 16.04):
a. open port 8000 and 8545 in server security group
b. run geth using command
geth --rpc --rpccorsdomain "*" --rpcaddr "0.0.0.0" --rpcvhosts=*
c. edit app.js with your address (search for eth_node_url and edit the relevant line)
d. run in your explorer directory:
npm install
npm start

@biplavosti
Copy link

change the start script "http-server ./app -a localhost -p 8000 -c-1" to "http-server ./app -a 0.0.0.0 -p 8000 -c-1" in package.json

@OR13
Copy link

OR13 commented Jun 10, 2018

this is a static website, if you serve the app folder it should work. there should be no need to use node to serve the explorer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants