forked from os-js/OS.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e56ab3
commit 5b9e22c
Showing
20 changed files
with
25 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.