Skip to content

Instantly share code, notes, and snippets.

@meorajrul
Created May 10, 2024 12:50
Show Gist options
  • Save meorajrul/f28a0ca475c73e1e2f7972df3f90fb7e to your computer and use it in GitHub Desktop.
Save meorajrul/f28a0ca475c73e1e2f7972df3f90fb7e to your computer and use it in GitHub Desktop.
README.md
# Steps
* Install laragon [https://laragon.org/download/](https://laragon.org/download/)
* Install .net framework for both x86 and x64 [https://www.microsoft.com/en-my/download/details.aspx?id=21](https://www.microsoft.com/en-my/download/details.aspx?id=21)
* Get binary from postgres [https://www.enterprisedb.com/download-postgresql-binaries](https://www.enterprisedb.com/download-postgresql-binaries)
* extract all your binaries file inside `pgsql` to `<drive:/>/laragon/bin/postgres/<name of current binaries>`
* `cd laragon/bin/postgres/<installed binary folder>` open command prompt from here(control right click and open cmd), execute `createdb`
* try login with default username (`postgres`) and password (`password`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment