Docker deployment for CP Editor IDE and all relative tools.
docker run -p 10000:10000 binacslee/cpeditor-ide
Visit http://127.0.0.1:10000/vnc_lite.html
A docker image contains some tools such as:
AND
-
C / C++ env
-
Python 3.8 env
AND
- noVNC support (which means you can use it from anywhere)
-
Install Docker
-
Clone the repo
git clone https://github.com/OpenKikCoc/deployment-cpeditor-ide.git
-
run this command in the repo directory:
docker-compose up
Visit http://127.0.0.1:10000/vnc_lite.html
just at the same machine
Or
Visit http://serverip:10000/vnc_lite.html
( the protocol depends on how you configure it, you can expose the server by more tools (such as Nginx
) whatever you like)