Summaries, Fixes, Solutions and Notes
Common problems and solutions, fixes and tips that I have gathered while trying to solve problems.
Keeping a reference of common development problems and solutions I have come across to help others to be more efficient in problem solving.
The whole collection of fixes can be viewed with your web browser at: http://fixes.co.za
The site is built with mkdocs and is updated on a post-receive hook to this repo
source env/bin/activate
python update_index.py
Install a pre-commit
hook:
sudo vim ./fixes/.git/hooks/pre-commit
and write:
#!/bin/sh
source ./env/bin/activate && python update_index.py