medispring / icure-backend

OSS version of the iCure Medical File Management software
GNU General Public License v2.0
0 stars 1 forks source link

Medication database needs a specific folder structure #5

Open antoinepairet opened 6 years ago

antoinepairet commented 6 years ago

Preparing directories for the icure-backend

The backend extracts the drugs database from the resource directory into icure's temporary directory. We have to create that directory ourselves, since by default it is located in /opt, to which the backend has no rights. Run the following commands to create the icure root directory:

sudo mkdir -p /opt/icure/production
sudo chown -R $(id -u):$(id -g) /opt/icure

@jfi-nsi Can you:

antoinepairet commented 5 years ago

Closing as it is now managed in the electron application