bpanel icon indicating copy to clipboard operation
bpanel copied to clipboard

Documentation Improvement Ideas

Open bucko13 opened this issue 6 years ago • 4 comments

Wanted a brainstorming issue thread to see where documentation could be improved, with more details, sections, or clarifications. Primarily thinking about the docs related to the code on GitHub, but could potentially be ported over to bpanel-docs

bucko13 avatar Aug 10 '18 21:08 bucko13

Basic troubleshooting around common issues:

  • rmrf node_modules and package-lock file to make sure there aren't any stale package versions
  • Try to run bPanel outside of docker (or in docker whichever the case may be)
  • Check your node and npm versions

bucko13 avatar Aug 10 '18 21:08 bucko13

Contribution and Vulnerability disclosures

bucko13 avatar Aug 10 '18 21:08 bucko13

Verifying commits (once tree hash support is in)

bucko13 avatar Aug 10 '18 21:08 bucko13

running npm install deletes things installed by start script since they are not in package.json

tynes avatar Aug 21 '18 21:08 tynes