parent
18ce6824e3
commit
fa5db502ed
6 changed files with 13 additions and 204 deletions
|
@ -34,8 +34,8 @@ This is fixed by stopping virtualbox and re-creating the vagrant box:
|
|||
|
||||
```
|
||||
sudo systemctl stop virtualbox
|
||||
vagrant destroy ubuntu-xenial
|
||||
vagrant up ubuntu-xenial --provider=libvirt
|
||||
vagrant destroy ubuntu-bionic
|
||||
vagrant up ubuntu-bionic --provider=libvirt
|
||||
```
|
||||
|
||||
### Debian and Ubuntu
|
||||
|
@ -46,9 +46,9 @@ sudo usermod -aG libvirt $USER
|
|||
|
||||
# Reboot
|
||||
|
||||
vagrant box add bento/ubuntu-16.04 --provider=virtualbox
|
||||
vagrant mutate bento/ubuntu-16.04 libvirt
|
||||
vagrant up ubuntu-xenial --provider=libvirt
|
||||
vagrant box add bento/ubuntu-18.04 --provider=virtualbox
|
||||
vagrant mutate bento/ubuntu-18.04 libvirt
|
||||
vagrant up ubuntu-bionic --provider=libvirt
|
||||
```
|
||||
|
||||
### Other Distributions
|
||||
|
@ -62,9 +62,9 @@ sudo usermod -a -G libvirt $USER
|
|||
# Reboot
|
||||
|
||||
vagrant plugin install vagrant-mutate
|
||||
vagrant box fetch bento/ubuntu-16.04
|
||||
vagrant mutate bento/ubuntu-16.04 libvirt
|
||||
vagrant up ubuntu-xenial --provider=libvirt
|
||||
vagrant box fetch bento/ubuntu-18.04
|
||||
vagrant mutate bento/ubuntu-18.04 libvirt
|
||||
vagrant up ubuntu-bionic --provider=libvirt
|
||||
```
|
||||
|
||||
## Starting LibreTime Vagrant
|
||||
|
@ -76,26 +76,25 @@ change the default provider if you have multiple installed. This can be done by
|
|||
```bash
|
||||
git clone https://github.com/libretime/libretime.git
|
||||
cd libretime
|
||||
vagrant up ubuntu-xenial
|
||||
vagrant up ubuntu-bionic
|
||||
```
|
||||
|
||||
If everything works out, you will find LibreTime on [port 8080](http://localhost:8080)
|
||||
and Icecast on [port 8000](http://localhost:8000).
|
||||
|
||||
Once you reach the web setup GUI you can click through it using the default values. To
|
||||
connect to the vagrant machine you can run `vagrant ssh ubuntu-xenial` in the libretime
|
||||
connect to the vagrant machine you can run `vagrant ssh ubuntu-bionic` in the libretime
|
||||
directory.
|
||||
|
||||
## Alternative OS installations
|
||||
|
||||
With the above instructions LibreTime is installed on Ubuntu Xenial Xerus. The Vagrant setup
|
||||
With the above instructions LibreTime is installed on Ubuntu Bionic. The Vagrant setup
|
||||
offers the option to choose a different operation system according to you needs.
|
||||
|
||||
| OS | Command | Comment |
|
||||
| ------------ | -------------------------- | ----------------------------------------------------------- |
|
||||
| Debian 10 | `vagrant up debian-buster` | Install on Debian Buster. |
|
||||
| Ubuntu 18.04 | `vagrant up ubuntu-bionic` | Install on Ubuntu Bionic Beaver. |
|
||||
| Ubuntu 16.04 | `vagrant up ubuntu-xenial` | Install on Ubuntu Xenial Xerus. |
|
||||
| CentOS | `vagrant up centos` | CentOS 8 with native systemd support and activated SELinux. |
|
||||
|
||||
## Troubleshooting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue