Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New documentation for building/running the node #718

Merged
merged 2 commits into from
Apr 1, 2020
Merged

Conversation

erikd
Copy link
Contributor

@erikd erikd commented Mar 26, 2020

No description provided.

@erikd erikd force-pushed the erikd/build-doc branch 2 times, most recently from 08229e1 to af63b64 Compare March 26, 2020 07:03
@erikd erikd requested a review from Jimbo4350 March 26, 2020 07:04
@erikd erikd force-pushed the erikd/build-doc branch 3 times, most recently from d27558e to b582279 Compare March 26, 2020 07:22
```
sudo mkdir -p /etc/nix
cat <<EOF | sudo tee /etc/nix/nix.conf
substituters = https://cache.nixos.org https://cache.nixos.org/ https://iohk.cachix.org https://hydra.iohk.io https://cache.nixos.org/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://cache.nixos.org/ occurs three times on this line.

Copy link
Contributor Author

@erikd erikd Mar 26, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for finding that. I wish that file format was a little more sane and easier to eyeball for correctness.

Why does so much of Nix seem so half-baked?

sudo mkdir -p /etc/nix
cat <<EOF | sudo tee /etc/nix/nix.conf
substituters = https://cache.nixos.org https://cache.nixos.org/ https://iohk.cachix.org https://hydra.iohk.io https://cache.nixos.org/
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= occurs twice on this line

cabal run cardano-node -- --help
```


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

building on Windows should be added to this document since most users will work on that platform.
using stack this should not be too difficult to achieve.

Copy link
Contributor Author

@erikd erikd Mar 26, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am perfectly happy to see WIndows documentation add to this document, but since I have not used WIndows seriously for over 20 years, I am not the person to do it.

Windows doc can be added to this after this is merged to master.

@erikd erikd force-pushed the erikd/build-doc branch 2 times, most recently from b590c40 to bb79429 Compare March 27, 2020 00:15
@erikd
Copy link
Contributor Author

erikd commented Apr 1, 2020

bors r+

@iohk-bors
Copy link
Contributor

iohk-bors bot commented Apr 1, 2020

@iohk-bors iohk-bors bot merged commit 6317e84 into master Apr 1, 2020
@iohk-bors iohk-bors bot deleted the erikd/build-doc branch April 1, 2020 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants