cd <root folder>/HTTP_API ./install_sqlite.bashThe installation procedure installs such a folder structure:
<root folder> ├── HTTP_API (folder for the database + API) │ ├── 11_get_procid.bash │ ├── 99_restart_API.bash │ ├── constants_template.py │ ├── install_sqlite.bash │ ├── MxChartDB_API.bash │ ├── MxChartDB_API.py │ ├── params.bash │ ├── requirements.txt │ └── uninstall.bash ├── log (folder for API logfiles) │ └── ... └── python_env (folder for local python modules) └── ...';
cd <root folder>/HTTP_API ./99_restart_API.bashGet the status of the API with:
cd <root folder>/HTTP_API ./11_get_procid.bash
cd <root folder> ./HTTP_API/uninstall.bash