feat(installer): post install setup instructions

This commit is contained in:
jo 2022-05-08 16:20:52 +02:00 committed by Kyle Robbertze
parent 91f8a51a1e
commit a9c2271559
2 changed files with 18 additions and 1 deletions

2
Vagrantfile vendored
View file

@ -81,6 +81,8 @@ Vagrant.configure('2') do |config|
--in-place \
http://192.168.10.100:8080
libretime-api migrate
libretime-api set_icecast_passwords --from-icecast-config
SCRIPT
config.vm.provision 'install', type: 'shell', inline: $script