docs: mention foreman under hacking

[?]
Apr 5, 2021, 3:30 PM
DWMH6NFB3PPZUVNJZX3SDOI4NS2HU7D3KJLOLTUOGUJ742SRAAZAC

Dependencies

  • [2] BZQQZDPL doc: document how to run tests
  • [3] 3JXCTKEC Add markdown files for documentation

Change contents

  • replacement in doc/manual/src/hacking.md at line 1
    [3.6799][3.6800:6816]()
    Hacking
    =======
    [3.6799]
    [3.6816]
    # Hacking
  • replacement in doc/manual/src/hacking.md at line 9
    [3.6989][3.6989:7023]()
    To build it and its dependencies:
    [3.6989]
    [3.7023]
    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
    [3.7024][3.7024:7226]()
    $ nix-build release.nix -A build.x86_64-linux
    To build all dependencies and start a shell in which all environment
    variables (such as PERL5LIB) are set up so that those dependencies can
    be found:
  • replacement in doc/manual/src/hacking.md at line 20
    [3.7364][3.7364:7429]()
    You can run the Hydra web server in your source tree as follows:
    [3.7364]
    [3.7429]
    You start a local database, the webserver, and other components with
    foreman:
    $ foreman start
    You 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]
    ## Building
    To build Hydra and its dependencies:
    $ nix-build release.nix -A build.x86_64-linux