updated vagrant provision to be using the new namespace (#659)
* updated to use the new commands
This commit is contained in:
parent
6482f79088
commit
d7518d2a97
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@ composer install --no-progress
|
||||||
php artisan key:generate --force
|
php artisan key:generate --force
|
||||||
php artisan migrate
|
php artisan migrate
|
||||||
php artisan db:seed
|
php artisan db:seed
|
||||||
php artisan pterodactyl:user --firstname Test --lastname Admin --username admin --email testadmin@pterodactyl.io --password Ptero123 --admin 1
|
php artisan p:user:make --name-first Test --name-last Admin --username admin --email testadmin@pterodactyl.io --password Ptero123 --admin 1
|
||||||
php artisan pterodactyl:user --firstname Test --lastname User --username user --email testuser@pterodactyl.io --password Ptero123 --admin 0
|
php artisan p:user:make --name-first Test --name-last User --username user --email testuser@pterodactyl.io --password Ptero123 --admin 0
|
||||||
|
|
||||||
echo "Add queue cronjob and start queue worker"
|
echo "Add queue cronjob and start queue worker"
|
||||||
(crontab -l 2>/dev/null; echo "* * * * * php /var/www/html/pterodactyl/artisan schedule:run >> /dev/null 2>&1") | crontab -
|
(crontab -l 2>/dev/null; echo "* * * * * php /var/www/html/pterodactyl/artisan schedule:run >> /dev/null 2>&1") | crontab -
|
||||||
|
|
Loading…
Reference in a new issue