You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This documentation is mostly meant for getting developers up and running, and isn't ideal for running in production. We should add a separate set of instructions for running in production that covers:
Using nginx as a proxy so that users don't have to type the :$PORT after the url in the web browser.
Setting a strong SESS_SECRET variable in the .env
Setting up backups using cron.
Some optional stuff we might consider adding:
Setting up .my.cnf so that system administration is easier.
Encouraging systemd over pm2.
The text was updated successfully, but these errors were encountered:
This commit adds an installation script to prepare, download, and set up
BHIMA from a fresh install of Debian 12. It uses docker for for mysql
and redis and systemd for restart management. Tested on an Intel NUC7
with a fresh install of Debian 12.
Partially addresses Third-Culture-Software#7315.
I suppose it could be. I would like to keep working on these issues though. It probably won't be as relevant if I can get the server to build with docker-compose.
The BHIMA documentation for installation is pretty good and has seen several revisions. It is found at https://docs.bhi.ma/en/for-developers/installing-bhima.html.
This documentation is mostly meant for getting developers up and running, and isn't ideal for running in production. We should add a separate set of instructions for running in production that covers:
nginx
as a proxy so that users don't have to type the :$PORT
after the url in the web browser.SESS_SECRET
variable in the.env
cron
.Some optional stuff we might consider adding:
.my.cnf
so that system administration is easier.systemd
overpm2
.The text was updated successfully, but these errors were encountered: