在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:os-js/OS.js开源软件地址:https://github.com/os-js/OS.js开源编程语言:JavaScript 69.4%开源软件介绍:OS.jsOS.js is an open-source web desktop platform with a window manager, application APIs, GUI toolkit, filesystem abstractions and much more. Backing/Donations: Github sponsorship, Patreon, OpenCollective, LibrePay, PayPal, Bitcoin Support: Chat, Forums, Twitter, Facebook IntroductionThis is the OS.js base repository that you can use as a template to make your own distributions, installations and development environments. Try it yourselfVisit the official demo for a preview version. Please note that some features are disabled and might be outdated or unavailable at times. DocumentationSee the official manuals for articles, tutorials and guides. There's also a contribution guide if you want to contribute to this project. Installation
Using a pre-made imageYou can use the official Docker base image to run OS.js without downloading this repository. This image is based on this source code and comes with a minimal setup. docker run -p 8000:8000 osjs/osjs:latest Using this repositoryClone the master branch:
git clone -b master --single-branch https://github.com/os-js/OS.js.git
cd OS.js Docker Compose installationThe easiest way to install is to use Docker Compose. This allows you to run a single command to set everything up: docker-compose up Local installationYou can also install this directly onto your system by using the following set of commands.
# Install dependencies
npm install
# It's recommended that you update dependencies
npm update
# Optionally install extra packages:
# For a list of packages, see https://manual.os-js.org/resource/official/
npm install @osjs/example-application
# Discover installed packages
npm run package:discover
# Build client
npm run build
# Start serving
npm run serve |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论