You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a bit of trouble getting pulldasher to run locally. The instructions in the readme and config.js sort of gloss over some of the setup instructions and required knowledge.
// The usual MySQL stuff. Like every other MySQL webapp, basically.
// You will need to source the `schema.sql` file in the database to create
// all the tables that Pulldasher expects.
mysql: {
host: 'mysql remote host URL',
db: 'database name',
user: 'username',
pass: 'password'
},
Not sure what to put in here. Maybe we could be a little more descriptive in how we connect this to docker?
Trying to help out with some design tweaks here and there but can't get it running 😢
The text was updated successfully, but these errors were encountered:
I'm having a bit of trouble getting pulldasher to run locally. The instructions in the readme and config.js sort of gloss over some of the setup instructions and required knowledge.
Not sure what to put in here. Maybe we could be a little more descriptive in how we connect this to docker?
Trying to help out with some design tweaks here and there but can't get it running 😢
The text was updated successfully, but these errors were encountered: