Skip to content

Commit 796748c

Browse files
committed
add motd to vagrant with some information on the setup
1 parent f9fdb6a commit 796748c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.dev/vagrant/motd.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#####################################################
2+
Pterodactyl Panel Vagrant VM
3+
4+
Install: /var/www/html/pterodactyl
5+
Ports:
6+
Panel: 80 (50080 on host)
7+
MailHog: 8025 (58025 on host)
8+
MySQL: 3306
9+
10+
Services for pteroq and mailhog are running
11+
#####################################################

.dev/vagrant/provision.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22

33
echo "Provisioning development environment for Pterodactyl Panel."
4+
cp /var/www/html/pterodactyl/.dev/vagrant/motd.txt /etc/motd
45

56
apt-get install -y software-properties-common > /dev/null
67

0 commit comments

Comments
 (0)