et-nik / gameap

Game Admin Panel (GameAP) is the opensource game servers control panel.
https://gameap.com
102 stars 23 forks source link

Could not open input file: sprint #1

Closed hitmany closed 5 years ago

hitmany commented 5 years ago

Hello, I can't init database I receive this error.

Official docs is outdated?

et-nik commented 5 years ago

Hello @hitmany, partly. I'll update the documentation soon. This is 3.0-dev version. If you want try this version:

git clone https://github.com/et-nik/gameap /var/www/gameap
cp .env.example .env
composer install --no-dev --optimize-autoloader
php artisan key:generate --force

Set database options in the .env file, then:

php artisan migrate --seed

Login: admin Password: fpwPOuZD

You can use version 1.2: https://github.com/et-nik/gameap-legacy/tree/v1.2-stable