README update

main
Nerkdesign 2024-04-23 13:32:49 +02:00
parent cc44a3df4d
commit eea249eabb
1 changed files with 25 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Hype² # Hype²
##News ## News
- Now compatible with Windows Install, just take care to launch the driver before scanning disks. - Now compatible with Windows Install, just take care to launch the driver before scanning disks.
- Screenshot and VM live edition (RAM and vCPU until Max declared) added - Screenshot and VM live edition (RAM and vCPU until Max declared) added
- Disk creation and resize - Disk creation and resize
@ -15,8 +15,8 @@ Server[Server] <----> LXC((LXC))
## Install requirements (Debian example ## Install requirements (Debian 12 example)
For your safty you can also find the packages on pip or pipx For your safety you can also find the packages on pip or pipx and the requirement.txt file.
1 - Update and Install packages : 1 - Update and Install packages :
@ -32,8 +32,8 @@ apt-get install openvswitch-switch openvswitch-common
Clone the repository : Clone the repository :
```sh ```sh
git clone https://git.nerkdesign.com/pporcheret/Hype-2.git git clone https://github.com/pyhype2/Hype2.git
cd Hype-2 cd Hype2
mkdir storage/disks mkdir storage/disks
``` ```
@ -86,7 +86,7 @@ For security reason, you should remove **db.db.admin_example**
If you want to create this database by yourself, you can : If you want to create this database by yourself, you can :
### Create Database for users ### Create Database for users (Manual creation)
```sh ```sh
sqlite3 db.db sqlite3 db.db
@ -225,6 +225,25 @@ systemctl start hype.service
You can also change some configuration in the file *configuration.py* such as flask port, storage location...use it at your own risk. You can also change some configuration in the file *configuration.py* such as flask port, storage location...use it at your own risk.
## Windows requirement (Virtuio)
If you plan to install some Windows Virtual Machine, you will need to download the Virtuo (Windows drivers IO) and place the ISO in the *<hype_path>/storage/win* folder.
https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.229-1/
You will also need to configure the ISO name in the *configuration.py* file.
```sh
virtuo_path= path+'/storage/win/'
virtuo_file='virtio-win-0.1.229.iso'
```
NB: Depending on the Windows version you need, you will need to use a specific Virtio version.
Lastest version will remove the old Windows version driver.
## Others ## Others
You can upload ISO directly from the interface. You can upload ISO directly from the interface.