cytech / BillingTrack

BillingTrack quote, invoice, workorder management
48 stars 39 forks source link

Installation #5

Closed Pedestrian80 closed 5 years ago

Pedestrian80 commented 5 years ago

Can‘t install billingtrack, because billingtrack/setup don‘t exist. Please to add the Installdoku.

cytech commented 5 years ago

http://YOUR_BILLINGTRACK_WEBSITE/setup

Pedestrian80 commented 5 years ago

I have installed BillingTrack on Xampp. Composer installation, artisan key in .env worked. But the setup does not want to start. I only get the license agreement, which I confirm. After that I get the following message: "The following prerequisites need to be resolved before installation can continue: It appears app/config/database.php has not yet been configured."

The database settings were already stored in the .env. What could it be? Thank so lot Matthias

cytech commented 5 years ago

have you created the mysql database and given it the appropriate permissions?

Pedestrian80 commented 5 years ago

yes, the databasename is billing, user is root without password, all privileges allowed, database is utf8mb4_unicode_ci

cytech commented 5 years ago

you should create a billingtrack user and password with permissions for your 'billing' database (not root with no password). then enter that information in .env DB_HOST= YOURHOST DB_DATABASE= billing DB_USERNAME= YOURBILLINGTRACKUSER DB_PASSWORD= YOURBILLINGTRACKUSERPASSWORD

Pedestrian80 commented 5 years ago

OK, now I get the following message: "This step will install and upgrade your database tables. This step may take a few moments to complete. Continue" But nothing happens. Is that normal that no logo is displayed in the setup and apparently no css is loaded?

Should be ran „php artisan migrate“, „php artisan db:seed“ and „php artisan serve" ?

cytech commented 5 years ago

sometimes i think you have to hit continue again no there is not any feedback until the process is complete and no do not run those commands setup does what is necessary

Pedestrian80 commented 5 years ago

I just started over again. Unfortunately, I can not continue with the setup. A button is not available.

2019-06-01_1

cytech commented 5 years ago

I am not sure what is happening. If you are starting from scratch, drop the billing schema and re-create it. Then run setup again

cytech commented 5 years ago

also make sure website permissions are good and open permissions on storage and bootstrap/cache dirs. sudo chmod -R 777 storage sudo chmod -R 777 bootstrap/cache you can also try: php artisan clear-compiled php artisan view:clear php artisan cache:clear php artisan config:clear composer dump-autoload

Pedestrian80 commented 5 years ago

Thanks for the tips. I will try again this weekend.

molazabala commented 5 years ago

debe crear un usuario y una contraseña de billingtrack con permisos para su base de datos de "facturación" (no root sin contraseña). luego ingrese esa información en .env DB_HOST = YOURHOST DB_DATABASE = billing DB_USERNAME = YOURBILLINGTRACKUSER DB_PASSWORD = YOURBILLINGTRACKUSERPASSWORD

cytech

vertexlex commented 4 years ago

Same trouble. molazabala, any luck?

OlooFC commented 3 years ago

trying to create a seeder class for initial login to the system but getting Target class [Database\Seeders\UserSeeder​] does not exist