A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #269 from smpdt/srini/update-docs

Updating tutorial instructions for running demo

authored by

Zhaofeng Li and committed by
GitHub
687dd7d6 24fad062

+3 -1
+3 -1
book/src/tutorial.md
··· 3 3 Let's spin up Attic in just 15 minutes (yes, it works on macOS too!): 4 4 5 5 ```bash 6 - nix-shell https://github.com/zhaofengli/attic/tarball/main -A demo 6 + $ nix shell github:zhaofengli/attic 7 7 ``` 8 8 9 9 Simply run `atticd` to start the server in monolithic mode with a SQLite database and local storage: ··· 31 31 ----------------- 32 32 33 33 Running migrations... 34 + * Migrating NARs to chunks... 35 + * Migrating NAR schema... 34 36 Starting API server... 35 37 Listening on [::]:8080... 36 38 ```