Forum

Ask, reply and learn. Join the community of Akaunting.

New Discussion

Unable to complete initial setup

Daniel Miller   ( User )

Commented 1 year ago

I'm trying to make this work. I really am.

I have an existing Postgres install. I really don't want to install Mysql for this. I've created a blank database and since the web page installer wasn't cooperating I'm trying the command line installer.

After repeated trial-and-error, with repeated head bashing, I've reached an impasse. The tables get setup - but it doesn't look like any data is going in. I've tried tweaking the ".env" file, and running "source ./env" prior to running the php script, but nothing seems to work.

php artisan install --locale="en-US" --db-host=localhost --db-port=5432 --db-username="postgres" --db-password="postgres" --db-name="akaunting" --db-prefix="" --admin-email="[email protected]" --admin-password="mypassword" --company-email="[email protected]"
Setting locale en-US
Creating database tables
Connecting to database akaunting@localhost:5432
Creating company
Creating admin

In Message.php line 132:

An email must have a "From" or a "Sender" header.

John Brand   ( User )

Commented 1 year ago

Not sure if this helps but maybe try the installation without the email parameters? I think you can set those up in the application after the install? Not sure but maybe worth a try.

Please login or register to leave a response.

Showing 1 to 2 of 2 discussions