add motd to vagrant with some information on the setup

This commit is contained in:
Jakob Schrettenbrunner 2017-06-12 12:22:06 +02:00
parent f9fdb6ae71
commit 796748c6af
2 changed files with 12 additions and 0 deletions

11
.dev/vagrant/motd.txt Normal file
View file

@ -0,0 +1,11 @@
#####################################################
Pterodactyl Panel Vagrant VM
Install: /var/www/html/pterodactyl
Ports:
Panel: 80 (50080 on host)
MailHog: 8025 (58025 on host)
MySQL: 3306
Services for pteroq and mailhog are running
#####################################################

View file

@ -1,6 +1,7 @@
#!/bin/bash #!/bin/bash
echo "Provisioning development environment for Pterodactyl Panel." echo "Provisioning development environment for Pterodactyl Panel."
cp /var/www/html/pterodactyl/.dev/vagrant/motd.txt /etc/motd
apt-get install -y software-properties-common > /dev/null apt-get install -y software-properties-common > /dev/null