mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-12-28 20:55:39 +01:00
5b245a3f85
I tried following the steps when running, for https://github.com/PrivateBin/PrivateBin/pull/1421, but this crucial one step is missing. Maybe more was missing, most tests failed so hmm… but I only wanted it for the SRI generation and this was hard enough. (And no, I did not feel like trying to run a container in a [dev]container, so these manual steps should better work.) Maybe we can improve that further here, I the things I've noticed in this or the other PR. |
||
---|---|---|
.. | ||
Generating Source Code Documentation.md | ||
Installation.md | ||
README.md | ||
Release.md | ||
Running Unit Tests.md |
PrivateBin Documentation
Frequently Asked Questions
Please have a look at these questions before opening an issue in this repo.
Installation guide
Minimal requirements, hardening and securing your installation and initial configuration.
Configuration guide
Detailed guide on each configuration option and their effects.
Templates
How to change an existing template or create your own, as well as an overview of the currently included templates.
Translation guide
How to help translate PrivateBin and technical background on it's implementation.
Developer guide
Know how for participating in PrivateBins development.
Generating Source Code Documentation
How to generate the source code API documentation, as found on the project website for PHP and JS
[Running Unit Tests](https://github.com/PrivateBin/PrivateBin/blob/master/doc/Running Unit Tests.md#running-all-unit-tests)
How to run the PHP & JS unit tests, including a brief introduction to property based unit testing.