This repository provides setup script to get tetra-listener up and running using Vagrant virtual environment manager
- Vagrant 1.6 and later
- VMware Workstation or VMware Fusion (VirtualBox has been tested, but has performance problems)
- Vagrant VMware plugins (see https://www.vagrantup.com/docs/vmware/installation.html)
-
vagrant plugin install vagrant-vmware-fusion
- orvagrant plugin install vagrant-vmware-workstation
git clone https://github.com/itds-consulting/tetra-listener-vagrant
cd tetra-listener-vagrant
- edit
Vagrantfile
and change number of CPUs and allocated Memory if you have plenty vagrant up --provider vmware_fusion
(orvmware_workstation
, depending on what you do have installed) -vagrant up --provider virtualbox
if you want to try if your VirtualBox is better- wait for install to be finished (depending on your machine performance can take up to few hours)
vagrant ssh
(to login into machine)tetra-listener
will be installed and ready to use in folder/root/tetra-listener/
- username: vagrant / password: vagrant
- enabled with sudo permissions (simply type sudo bash to get root shell)
- mysql user: root (or tetra) / password: tetra
See repository https://github.com/itds-consulting/tetra-listener for documentation