add motd to vagrant with some information on the setup
This commit is contained in:
parent
f9fdb6ae71
commit
796748c6af
2 changed files with 12 additions and 0 deletions
11
.dev/vagrant/motd.txt
Normal file
11
.dev/vagrant/motd.txt
Normal 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
|
||||||
|
#####################################################
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue