ether-camp / c9sdk

Cloud9 Core - Part of the Cloud9 SDK for Plugin Development
https://c9.io
Other
1 stars 4 forks source link

How to make it personal environment #1

Open romanman opened 7 years ago

romanman commented 7 years ago

@asinyagin : time to make it open source env, that is what people who use it want now and they even open to support it in the future.

Do you have some 5-10 lines of todo commands: to set it stand alone ?

asinyagin commented 7 years ago

@romanman hey, man!

Here's a new repo with a dockerfile to build own ethereum studio https://github.com/ether-camp/ethereum-studio-docker. It's broken now, I'll fix it asap. Repo's readme provides all the info. Also, I'll push the image to ethecamp/ethereum-studio at the docker hub.

mkalinin commented 7 years ago

Hey guys, Here the steps required to run studio in local env

install docker docker pull ethercamp/ide docker run -d --name own-ide -e MODE=standalone ethercamp/ide

And Studio will be accessible on your host via 8181 port

docker run -d --name own-ide -p 8555:8555 -p 8181:8181 -e MODE=standalone ethercamp/ide

to expose IDE ports to your host if you run docker inside another virtual machine