XO_installer/README.md

29 lines
604 B
Markdown
Raw Permalink Normal View History

2022-05-05 21:03:27 +02:00
# XO installer
## Description
2022-05-05 23:08:31 +02:00
This script is an installer for XO from source. It allows to mount a Xen Orchestra instance in 3 command lines.
2022-05-05 21:03:27 +02:00
## Installation
2022-05-05 23:08:31 +02:00
- Log in to your target machine with the user and password defined during the installation
- Go to root
```
su -
```
- Enter the root password defined during the installation
- Get the XO installer script, make it executable, run it
2022-05-05 21:03:27 +02:00
2022-05-05 23:08:31 +02:00
```
wget https://gitlab.ataxya.net/Anthonycorreia/xo-installer/-/raw/main/install.sh
chmod +x install.sh
./install.sh
```
2022-05-05 21:03:27 +02:00
2022-05-05 23:08:31 +02:00
## Work on
Tested on Debian 11
2022-05-05 21:03:27 +02:00
## License
2022-05-05 23:08:31 +02:00
2022-05-05 21:03:27 +02:00
## Project status
2022-05-05 23:08:31 +02:00
Project in development.