https://github.com/hyperbox/hyperbox
Virtual Infrastructure Manager for VirtualBox
https://github.com/hyperbox/hyperbox
hyperbox virtualbox
Last synced: 9 months ago
JSON representation
Virtual Infrastructure Manager for VirtualBox
- Host: GitHub
- URL: https://github.com/hyperbox/hyperbox
- Owner: hyperbox
- License: agpl-3.0
- Created: 2015-03-14T18:58:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T09:58:58.000Z (over 3 years ago)
- Last Synced: 2024-11-29T12:38:46.713Z (over 1 year ago)
- Topics: hyperbox, virtualbox
- Language: Makefile
- Homepage: https://apps.kamax.lu/hyperbox/manual/
- Size: 25.1 MB
- Stars: 450
- Watchers: 38
- Forks: 92
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hyperbox
### Release files
Packages for various platforms can be found on:
- [Github](https://github.com/hyperbox/hyperbox/releases)
### From Source
Requirements:
- Git
- Java JDK 8+
- Make
Extra build requirements for Linux packages:
- deb-dpkg
- makeself
Extra build requirements for Windows packages:
- nsis
On Debian/Ubuntu, you may install all requirements except with:
```
$ sudo apt-get install git default-jdk-headless make makeself nsis
```
To build Hyperbox binaries with client, server and all supported VirtualBox modules:
```
make all
```
Output files can be found in `./build/distribution/`
## Getting Started
You can then follow the regular instructions in the [user manual](https://apps.kamax.lu/hyperbox/manual/#il-fl).