Skip to content

Commit

Permalink
Moved some files around
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Jul 11, 2015
1 parent 7e56ab3 commit 5b9e22c
Show file tree
Hide file tree
Showing 20 changed files with 25 additions and 15 deletions.
17 changes: 2 additions & 15 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,22 +135,9 @@ Just use [this configuration file](https://raw.githubusercontent.com/andersevenr

## X11

OS.js can run as a *X11* Desktop. Slim login manager theme is included.
OS.js can run as a *X11* Desktop.

*This is very experimental and has only been tested on a bare-bones Ubuntu installation*

```
# Expects you to have a user named 'osjs' with sudo permissions
$ sudo apt-get install nodejs virtualbox-x11 npm libwebkit-dev ligbwebkitgtk-dev build-essential
$ git clone https://github.com/andersevenrud/OS.js-v2.git OS.js
$ cd OS.js
$ sudo npm install -g grunt-cli
$ npm install
$ grunt
$ sudo cp -rv vendor/system-image/* /
$ sudo /etc/init.d/osjs start
```
Full documentation [here](https://github.com/andersevenrud/OS.js-v2/blob/master/doc/X11.md).

# Update instructions

Expand Down
23 changes: 23 additions & 0 deletions doc/X11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# This shows you how to set up OS.js as X11 desktop

*This is very experimental and has only been tested on a bare-bones Ubuntu installation*

Slim login manager theme is included.

```
# Expects you to have a user named 'osjs' with sudo permissions
$ sudo apt-get install nodejs virtualbox-x11 npm libwebkit-dev ligbwebkitgtk-dev build-essential
$ git clone https://github.com/andersevenrud/OS.js-v2.git OS.js
$ cd OS.js/src/x11-launcher
$ make
$ sudo make install
$ cd OS.js
$ sudo npm install -g grunt-cli
$ npm install
$ grunt
$ sudo cp -rv src/x11-image/* /
$ sudo /etc/init.d/osjs start
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added vendor/.gitignore
Empty file.

0 comments on commit 5b9e22c

Please sign in to comment.