Note

Notes about installation and maintenance of my personal web site the development begin early in 2014

This is a compilation of small Snippets taken from internert and my own experience developing with Rust language

for install the web section

clone from git = url …

install python ,jupiternotebook and sphinx

inside of development code run

preprare the enviroment:

make -C ~/gitdowa/baizabal.xyz deps

install the api program

make -C ~/gitdowa/baizabal.xyz api

until hir have error :

1
2
3
4
5
6
     Traceback (most recent call last):
     File "/home/ambagasdowa/.local/bin/hbzb-cmd", line 3, in <module>
     from hbzb.cmd import main
     File "/home/ambagasdowa/.local/lib/python3.11/site-packages/hbzb/cmd.py", line 10, in <module>
     import pyodbc
     ImportError: libodbc.so.2: cannot open shared object file: No such file or directory

Last update: Aug 02, 2025