Skip to content

Conreality/conreality-devbox

Repository files navigation

Conreality Development Environment

Project license Travis CI build status

https://wiki.conreality.org/DevBox

Screenshot

Conreality DevBox screenshot

Prerequisites

Build Prerequisites

Features

Network Services

  • SSH server (dropbear) listening on exposed TCP port 22.
  • VNC server (x11vnc/xvfb) listening on exposed TCP port 5900.
  • mDNS server (avahi-daemon) listening on UDP port 5353.

Installed Software

  • The VIM, JOE, and nano editors.
  • Bash, cURL, Git, GPG, Irssi, Sudo, screen, tmux, xterm, xz.
  • OpenCV libraries.
  • OpenGL demos (mesa-demos).
  • PostgreSQL client.
  • Avahi tools for mDNS browsing.

Configuration

  • The time zone is UTC (TZ=UTC), the locale is UTF-8 (LANG=en_US.UTF-8).
  • The default user account is admin with password admin.

Usage

$ make && make install

$ make boot                  # Runs a VNC server on 127.0.0.1:5900

See Also