Coder Social home page Coder Social logo

Comments (3)

evereq avatar evereq commented on June 2, 2024

@culliard sorry but if you just run docker container separately with Traduora backend, it means you need to make sure your MySQL is started before that. Did you checked that MySQL is running locally? According to https://stackoverflow.com/questions/4359131/brew-install-mysql-on-macos on Mac OS you may get
"MySQL server might not be running after installation with Brew. Try brew services start mysql or just mysql.server start if you don't want MySQL to run as a background service." etc.

from ever-traduora.

culliard avatar culliard commented on June 2, 2024

My MySQL was started fine.

Running docker run -d -p 8080:8080 --name traduora everco/ever-traduora:latest it did not work. There could be detailed info about running traduora with mysql in this case. Ideally also test it on a macbook.

In my opinion issue is not closed, although maybe low priority as there are other ways to get it running.

from ever-traduora.

evereq avatar evereq commented on June 2, 2024

Maybe MySQL started fine, but did not bind to 127.0.0.1:3306, which is expected by Traduora to connect to by default I think... You can control host of DB with TR_DB_HOST env var, we should have it somewhere in docs :)

from ever-traduora.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.