-
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 webtool #21
Comments
Hello Matthew,
It seems you are using a branch (3.6.1). Please try using the "main"
branch.
The message you relate is common - it indicates Apache is running inside
container. You can run docker-compose like:
# docker compose up -d
to run the container in background.
Let me know if this works.
Thanks,
Ely
…On Thu, 13 Apr 2023 at 18:09, Matthew Ong ***@***.***> wrote:
Hello,
I am trying to install the webtool on an M1 Mac running Ventura 13.3.1,
but encounter the following error when running docker-compose up:
fnbr-webserver-webtool361 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.3. Set the 'ServerName' directive globally to suppress this message
I receive this error when I tried using similar nginx/unit images,
including nginx/unit:1.27.0-python3.9, 1.28.0-python3.10, and
1.29.1-python3.11.
Are there any recommendations you have to solve this problem?
—
Reply to this email directly, view it on GitHub
<#21>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKLOBULEEQEXAPJOQNCIRDXBBTQBANCNFSM6AAAAAAW5TLKIU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hello Ely, I think I followed your directions correctly. I think I did originally use the main branch, as I check on the label in the corner, and see I was always within the 'master' branch when cloning the repository. In addition, when I ran the
I'm not sure if that means the container was set up properly or not. At this point in the instructions, I'm not sure what to make of the line ⋅⋅* Restore/create the MySQL database from the dump located at webtool/apps/webtool/docs/database/webtool_dump.zip since I do not find the file |
Hi Matthew, |
Hello Ely, I cloned the updated repository and followed the instructions to the best of my ability, but there were still problems. Specifically: I installed MariaDb, however, when I tried to import the dump file into a new database and I checked the contents of that database, MariaDb said it was empty. If you wish to know the specific steps I followed (according to this site: https://www.digitalocean.com/community/tutorials/how-to-import-and-export-databases-in-mysql-or-mariadb), I did:
I don't know if this is supposed to happen. Furthermore, the locations of the
do not appear to be correct. I can't tell from the context of the instruction
where this block of code should be inserted in any of the other That is as far as I got. Matt |
Hi Matthew,
|
Hi Ely, This time I got further. I was able to load the webtool_db.sql file into MariaDB. I saw a list of about 120 items when I used the command I edited I was able to run But when I ran
I don't know why it would say such a thing. The file Matt |
Hello Ely, I was wondering if you had had time to consider my last message? Thank you Matt |
Hi Matthew, |
Hello,
I am trying to install the webtool on an M1 Mac running Ventura 13.3.1, but encounter the following error when running
docker-compose up
:I receive this error when I tried using similar nginx/unit images, including nginx/unit:1.27.0-python3.9, 1.28.0-python3.10, and 1.29.1-python3.11.
Are there any recommendations you have to solve this problem?
The text was updated successfully, but these errors were encountered: