-
Notifications
You must be signed in to change notification settings - Fork 17
Description
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.ymlfile, currently,userandpasswordoption have no significance andenvOrcalls the default from theurloption (took me a while to figure this one out)
@alexdor please advise regarding this.