-
Notifications
You must be signed in to change notification settings - Fork 61
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
Issue while trying to run the following command phantom-dc docker #97
Comments
@Hainish could you check my comment above and try to help ? |
I'm having the same problem. Here is what I have tried to debug it:
My mysql-fu is pretty rusty and I am out of ideas. Can anyone get me pointed in the right direction? My goal is to spin up a local instance to use for testing for an application I'm developing. Thanks in advance for your help. |
While we've never tried the docker way, we did have success the vagrant way, so could try that. |
@j-ro: The vagrant instructions worked like a charm for me. You are awesome. |
A quick followup question: I've installed via vagrant and populated the database and verified it with a curl command against http://localhost:9292/retrieve-form-elements. But what's the best practice for testing against /fill-out-form without touching the actual congressional contact forms? |
As far as I know there, is none -- I'm not sure what exactly you'd be testing without going and filling forms. So go ahead and fill them, we do tests like this all the time. |
cc @wioux |
@Hainish @wioux The vagrant instructions worked 100% for me but the issue is when I tried to use the docker and based on the instructions it seems it doe not work at all , I think docker will be much easier to run and deploy for production use than vagrant , all we need to do is just ti run the docker image and it will work like a charm. I think if you make the docker work that will be helpful |
I'm getting an error while trying to run the following command docker
I followed the instructions you mentioned but without luck , any help in that ???
The text was updated successfully, but these errors were encountered: