Skip to content

Latest commit

 

History

History
89 lines (53 loc) · 2.47 KB

INSTALL.md

File metadata and controls

89 lines (53 loc) · 2.47 KB

Installation instructions

Installation is done in a few simple steps and only takes a minute to get running.

For more general information look at the README file or in the official documentation.

Table of Contents

Dependencies

You only need these packages installed:

  • git
  • node (debian users also need nodejs-legacy)
  • npm

Installation

OS.js runs on all patforms and web-servers. Choose one of the methods described below, then proceed to the run section.

Standard Installation

You can also find documentation on this on the official homepage.

If you want to install on your computer or server directly:

*NIX

See install-nix.md.

Windows

See install-windows.md.

Containers and Virtual Machines

If you want to install on your computer, but in an isolated environment (container)

Vagrant

See Vagrant.md.

Docker

See Docker.md.

NW.js

See NW.md.

Single-board-computers

You can also install/deploy OS.js on these platforms, but has some spesific documentation:

Raspberry PI

See platform-raspi.md.

Arduino

See platform-arduino.md.

Intel Edison

See platform-edison.md.

Linux distribution

OS.js can run as a Linux distribution on top of X11. See X11.md for more information.

Setting up optional features

Visit the official documentation for more information.