From 796748c6afd48808936a287012664fba0c9d7b53 Mon Sep 17 00:00:00 2001 From: Jakob Schrettenbrunner Date: Mon, 12 Jun 2017 12:22:06 +0200 Subject: [PATCH] add motd to vagrant with some information on the setup --- .dev/vagrant/motd.txt | 11 +++++++++++ .dev/vagrant/provision.sh | 1 + 2 files changed, 12 insertions(+) create mode 100644 .dev/vagrant/motd.txt diff --git a/.dev/vagrant/motd.txt b/.dev/vagrant/motd.txt new file mode 100644 index 000000000..3bfbee0d4 --- /dev/null +++ b/.dev/vagrant/motd.txt @@ -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 +##################################################### diff --git a/.dev/vagrant/provision.sh b/.dev/vagrant/provision.sh index fb6c9d1a6..c900a57b1 100644 --- a/.dev/vagrant/provision.sh +++ b/.dev/vagrant/provision.sh @@ -1,6 +1,7 @@ #!/bin/bash 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