kcubeterm / Ubuntu-gui

Created for testing purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity-NoVNC-for-Heroku

Running a VNC server + NoVNC client on Heroku app

Features:

  • Running on Ubuntu 16.04 Docker Image
  • Firefox included
  • Easy to use
  • Can be easily customized

Application included

  • Unity Desktop Environment (Ubuntu-desktop)
  • OBS Studio (Doesn't work)
  • Teamviewer (Doesn't work)
  • Chromium-browser doesn't work, so I removed it.
  • unity-lens-applications \
    gnome-panel \
    metacity \
    nautilus \
    gedit \
    xterm \
    sudo - Doesn't work because of user is given randomly by heroku \
    
    firefox
    bash
    net-tools
    novnc
    socat
    x11vnc
    gnome-panel
    gnome-terminal
    xvfb
    supervisor
    net-tools
    curl
    git
    wget
    pwgen
    libtasn1-3-bin
    libglu1-mesa \

Installation

Requirement:
  • Docker
  • GIT
  • A heroku account
  • Stable Network
  • A blank application
Steps:

First, Install Heroku CLI: This article

Second, open terminal and login to Heroku CLI

$ heroku login -i

Run automatic create, push, release script

$ git clone https://github.com/hzhoanglee/Unity-NoVNC-for-Heroku.git
$ cd Unity-NoVNC-for-Heroku
$ bash installnovnc

You will be asked for the application name. After you enter the application name, everything will be done automatically. If there is no error, you can access your app at: https://yourappname.herokapp.com

About

Created for testing purposes.


Languages

Language:Dockerfile 57.8%Language:Shell 42.2%