Jump to content

vaeron

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by vaeron

  1. On 6/16/2022 at 11:04 AM, Danuel said:

    this is not working for me, have you add anything on the other fields ? did you changed back to "true"

    setting setup account to "false" will let me to open akaunting webui but not able to login because user and pass do not work, so that code does nothing for me, only telling me that i cant connect to the database even if i manage to connect trought mariaDB

    I did not change it back to true. The reason I had to set that flag to false was because setting it to true it would fail too many times and then turn off the docker container not allowing me to access the console. I could also get to the web UI before I ran the code. After running the code snippet with all the proper connection data through the console I was able to get it to allow me to log in.

  2. 6 minutes ago, Danuel said:


    Can you please share more information on what exactly you have done since i am a novice in all of this, than you

    I was setting mine up fresh with no previous build.

     

    Copy the code that I placed in the previous post and paste it in notepad. Update all of the data inside of the quotes with data for your instance. You can then click on the docker container and click "Edit". Edit the "Setup Account:" flag to say "false" and click "Done". Once you do that click on the container again and click "Start" if it's not already started. Once it's started click the container again and click "console_". Once that opens copy the edited code from earlier and right click -> paste in the console window that pops up. Press enter on your keyboard and wait for it to finish. It might take a bit while it's setting up the database. Once it's done and it's back at the # line you can go back to the docker container and click and "Restart". Wait for it to start up and then go to the web gui. You will be able to set up your Akaunting instance.

    setup_account_flag.JPG

    console.JPG

  3. On 6/13/2022 at 9:08 AM, Danuel said:

    latest update bbroke the app,

     

    in logs appear 

     Some options are missing and --no-interaction is present. Please run the following command for more information :
    php artisan help install
    Missing options are : db-port

     

    port is properly added in template

     

    i cant even enter in console because container stop itself

    I was able to get around this issue today by setting the first time setup to false in the configuration then writing my own install string:

     

    php artisan install --db-host "ip_of_dbhost" --db-port "port_number_of_db" --db-name "db_name_here" --db-username "db_username_here" --db-password "db_password_here" --company-name "company_name" --company-email "company@mail" --admin-email "email@mail" --admin-password "password_here" --locale "en-US"

     

    Once I started the container I ran the above script in the console with the proper variable entries. Once it was completed I restarted the akaunting docker and was able to step through setup.

×
×
  • Create New...