Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.
/ cloud9vnc2 Public archive
forked from acabey/cloud9-vnc

Running desktop GUI in a Cloud9 IDE

Notifications You must be signed in to change notification settings

tampercake/cloud9vnc2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud9VNC2

Cloud9VNC2 will not be updated anymore. There is no access to the c9.io account due to the ban. C9.io will be closed on June 30, 2019.

Running X11 in a Cloud9 IDE

Screenshot

Fluxbox replaced with icewm, resolution 1280x864 replaced by 1024x768

Installation

Clone the repository to where you'd like (in the example I use the home folder ~)

cd ~
git clone https://github.com/lelik01/cloud9vnc2.git

Enter the repository sub-directory

cd cloud9vnc2/

Now make sure apt-get has been updated with

sudo apt-get update

Run the install script with privileges

sudo ./install.sh

Clean up installation directory

rm -rf ./

Uninstallation

Run the uninstallation script with privileges

    sudo /opt/c9vnc/uninstall.sh

Running

Use the custom C9 runner

Run > Run With > C9vnc

Run the start script symlinked into your /usr/local/bin

c9vnc

Usage: c9vnc <args>
   -h          Print this message
   -f          Run in the foreground
   -k          Kill running daemon
No arguments will try to start daemon process

About

Running desktop GUI in a Cloud9 IDE

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%