Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 committed Nov 10, 2024
1 parent 7ee53e9 commit a0f65f8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/source/contributing/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,18 @@ Now you're all set! Try running the development server
Head on over to `http://127.0.0.1:8000 <http://127.0.0.1:8000>`_, and login
as ``admin`` and the password you just entered.



NixOS Setup
-----------
A ``flake.nix`` file is provided for NixOS users. To use it, first enable the redis service globally.
Place the following in your ``/etc/nixos/configuration.nix``::

services.redis.server."".enable = true

After that, you can run the flake with::

nix develop

You can then run the development server as stated above.

0 comments on commit a0f65f8

Please sign in to comment.