-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem installing newer version of webtool #23
Comments
Hi Matthew , |
Hello, I followed your instructions and then followed most of the instructions in the readme file (following the older discussion thread associated with the README.md instructions for the 3.6.1) to run the composer, although I think I still got the message I imported the mysql dump into MariaDB as before. However, it is not clear if I need to update the Can you please help? Matt |
Hi Matthew , Database webtoolDB_NAME=webtool_db Thnaks, |
Thanks Ely. Do you know where I would find the information from my installation (I'm not sure what that means) to substitute for the values of the .env file?
Matt |
Hi Matthew ,
Thanks, |
Hi Matthew , |
Hello, I uninstalled my current version of Docker and installed the newest version for my M1 Mac and followed the installation page's recommendation to install Rosetta 2 for such machines. However, doing that gave a similar error message to the original one I showed you: And I still get the 'Application Error' page when I point my browser to http://localhost:8001/. I believe my database is set up properly: 1.) I edited the
2.) I changed my MariaDB 3.) I check that the webtool_db is loaded in MariaDB using command 4.) I then run Perhaps it would be easier to to arrange a Zoom meeting with you or someone else to handle these issues definitively? Matt |
Hi Matthew , Webtool is running "inside" the container. The container has a different ip address. So you need to set DB_HOST with the ip address from your machine (the host) where docker is running. Ely |
Hi Ely, I tried installing things on another Mac, with an Intel chip, and it did not encounter the errors regarding platform incompatibility I showed above. However I am not sure which value I should use for the IP address corresponding to the container. Using the instructions found at https://kodekloud.com/blog/get-docker-container-ip/, I used the From this it seems the IP address should be 172.18.02. However, when I use that value in
But when I point my browser again to http://localhost:8001/, I still get the 'application error' message. Do you know what is still going wrong? Matt |
Hi Matthew ,
Thanks, |
Hi Ely, Another note: The values I put for DB_USER and DB_PASS (as indicated above) are correct, since when I changed them to other values I could no longer get the webtool to appear at localhost:8001. When I look at the tutorial videos the demonstrator assumes I have logged in already to a test site (the address http://test.framenetbr.ufjf.br/ just gives the application error) 'as an administrator', and the tool shows more functionality than what I see on my browser. So the login/password on the login page must be different from my DB_USER and DB_PASS values. Matt |
Hi Matthew,
Thanks, |
Hi Matthew, |
Hello Elymatos,
This is Matthew Ong again. After several months I am going back to trying to install your new version of the webtool. However, when I try to run the
docker compose up
command in the\webtool
directory on my Mac M1 Ventura 13.3.1, I get the errorsI don't know if this is a basic error, or how to handle this. Do you know what I should do?
The text was updated successfully, but these errors were encountered: