-
Notifications
You must be signed in to change notification settings - Fork 17
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
README needs to be updated #13
Comments
You are right that it needs to be updated, regarding your points:
|
Regarding the issues:
|
I am also getting this error while running I have random JWT string set in |
Do you want to open a pr with the proposed changes so we can comment on the pr? The error that you posted here #13 (comment) looks like it can't find a package, so maybe smth when wrong during the package installation In order for the docker-compose environment variables to be read you need to run the command inside the docker container. When you run |
Yea sure @alexdor that would be nice. yea I fixed this issue, It was due to some go dep package problem. we should also include steps to create the docker container as well. |
Hi @alexdor, sorry for the delay with #12 I was busy because of my university end semester exams. |
Hello @himankpathak, sorry for the delay. You need to set this environment variables in order for the application to boot https://github.com/ossn/fixme_backend/blob/master/dev.docker-compose.yml#L18 |
Readme is very unclear, and it took me a while to get things rolling.
Things needed to be fixed in README:
An important section like "requirements" should be on top of the readme followed by "starting the app" section, There is no use of docker-compose until you have the postgres database set up which is created by buffalo.
To add proper instruction to generate the JWT_Secret
To add instruction to install buffalo-plugins and buffalo-pop as they are not installed by default and you get the following error when running the script:
Pop support has been moved to the https://github.com/gobuffalo/buffalo-pop plugin.
To add instruction to edit
database.yml
file, currently,user
andpassword
option have no significance andenvOr
calls the default from theurl
option (took me a while to figure this one out)@alexdor please advise regarding this.
The text was updated successfully, but these errors were encountered: