Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 605 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 605 Bytes

PNPN - PHP Nginx PostgreSQL Nix ❄️🐘

🚀 Quick Start

3 Steps to run this Elephant Project:

  1. Change directory to the project root
  2. Run command nix develop --impure -c up
  3. Open your browser and go to http://localhost

Note

Recomended to use direnv to automatically load the environment variables just run direnv allow for the first time and then the step only go to the project and run command up.

Install Nix

curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

Happy Hacking