Skip to content
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

Installation instructions are pretty vague #145

Open
tgines opened this issue Nov 9, 2018 · 0 comments
Open

Installation instructions are pretty vague #145

tgines opened this issue Nov 9, 2018 · 0 comments

Comments

@tgines
Copy link

tgines commented Nov 9, 2018

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 😢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant