A few final changes prior to release

This commit is contained in:
Dane Everitt 2016-01-23 14:42:26 -05:00
parent 838c8d8cfc
commit 5ce6b00f54
3 changed files with 9 additions and 5 deletions

View file

@ -12,10 +12,6 @@ CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=database
REDIS_HOST=localhost
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
@ -27,3 +23,5 @@ MAIL_FROM=you@example.com
API_PREFIX=api
API_VERSION=v1
API_DEBUG=false
APP_VERSION=0.1.0-beta

View file

@ -67,13 +67,18 @@
"post-update-cmd": [
"php artisan optimize"
],
"setup": [
"setup-dev": [
"composer install",
"php -r \"copy('.env.example', '.env');\"",
"php vendor/bin/homestead make --ip=192.168.10.32",
"sed -i.bak 's/homestead.app/pterodactyl.local/g' Homestead.yaml",
"rm Homestead.yaml.bak",
"php artisan key:generate"
],
"setup": [
"composer install",
"php -r \"copy('.env.example', '.env');\"",
"php artisan key:generate"
]
},
"config": {

View file

@ -32,6 +32,7 @@
</ul>
<h3 class="nopad">Pterodactyl Admin Control Panel</h3><hr />
<p>Welcome to the most advanced, lightweight, and user-friendly open source game server control panel.</p>
<p>You are running version <code>{{ env('APP_VERSION', 'unknown') }}</code>.</p>
</div>
<script>
$(document).ready(function () {