docs: mention foreman under hacking
[?]
Apr 5, 2021, 3:30 PM
DWMH6NFB3PPZUVNJZX3SDOI4NS2HU7D3KJLOLTUOGUJ742SRAAZACDependencies
Change contents
- replacement in doc/manual/src/hacking.md at line 1
Hacking=======# Hacking - replacement in doc/manual/src/hacking.md at line 9
To build it and its dependencies:To enter a shell in which all environment variables (such as PERL5LIB)are set up so that those dependencies can be found: - edit in doc/manual/src/hacking.md at line 12
$ nix-build release.nix -A build.x86_64-linuxTo build all dependencies and start a shell in which all environmentvariables (such as PERL5LIB) are set up so that those dependencies canbe found: - replacement in doc/manual/src/hacking.md at line 20
You can run the Hydra web server in your source tree as follows:You start a local database, the webserver, and other components withforeman:$ foreman startYou can run just the Hydra web server in your source tree as follows: - edit in doc/manual/src/hacking.md at line 46[2.688]
## BuildingTo build Hydra and its dependencies:$ nix-build release.nix -A build.x86_64-linux