Skip to content

Commit

Permalink
Updates for 1.11.1 (#179)
Browse files Browse the repository at this point in the history
* Updates for 1.11.1
  • Loading branch information
mizzioisf authored Dec 17, 2021
1 parent 14a4955 commit 9651e16
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions oh-bundle/OH-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The Windows version has been tested on Windows 7/10/11 (64/bit)
-v show OH software version and configuration
-X clean/reset OH installation
```
--------------------

## Windows

- double click on the **oh.bat** batch file and choose among available options:
Expand Down Expand Up @@ -97,7 +97,7 @@ Usage: oh.ps1 [ -lang en|fr|it|es|pt ]
X clean/reset OH installation
q quit
```
--------------------

Note: The **oh.bat** launches the **oh.ps1** startup file automatically.
The script presents the interactive menu that can be used to setup and choose how to run Open Hospital.

Expand Down Expand Up @@ -214,12 +214,13 @@ DATABASE_USER=isf
DATABASE_PASSWORD="xxxxx"
DICOM_MAX_SIZE="4M"
DICOM_STORAGE="FileSystemDicomManager" # SqlDicomManager
DICOM_DIR="data/dicom_storage"
OH_DIR="oh"
OH_DOC_DIR="../doc"
CONF_DIR="data/conf"
DATA_DIR="data/db"
DICOM_DIR="data/dicom_storage"
BACKUP_DIR="data/dump"
LOG_DIR="data/log"
SQL_DIR="sql"
Expand All @@ -234,7 +235,8 @@ OH_LOG_FILE=openhospital.log
```
### Manual config

It is also possibile to manually adapt the configuration files and set the script so they are not regenerated and overwritten:
It is possibile to set the MANUAL_CONFIG option to "on" to keep the OH configuration files, so they are not regenerated and overwritten at every startup.
This is useful for production environment where the configuration is fixed.

```
############## Script startup configuration - change at your own risk :-) ##############
Expand Down Expand Up @@ -317,6 +319,7 @@ sudo apt-get install libaio1
## Windows

Powershell minimun version 5.1 is required to run oh.ps1.
To install Powershell 5.1 go to https://www.microsoft.com/en-us/download/details.aspx?id=54616

Dicom functionalities are only available on 32bit JAVA environment. If DICOM is needed, 32bit jre is mandatory.
If you need DICOM on Windows 64 bit set **DICOM_ENABLE="on"** in the script.
Expand Down Expand Up @@ -357,7 +360,6 @@ In order to download and unzip mariadb:
- Select CPU (architecture) **32 / 64**
- Download the zip file:


**x86 - 32bit:** https://downloads.mariadb.com/MariaDB/mariadb-10.2.41/win32-packages/mariadb-10.2.41-win32.zip

**x64 - 64bit:** https://downloads.mariadb.com/MariaDB/mariadb-10.2.41/winx64-packages/mariadb-10.2.41-winx64.zip
Expand All @@ -383,7 +385,7 @@ A short description of changes for the Linux version (mostly the same behavior a
- **New**: Save (see oh.sh -s) / Restore (oh.sh -r) database, available both for CLIENT and PORTABLE mode !
- **New**: GSM setup integrated via -G command line option - setupGSM.sh (https://github.com/informatici/openhospital-gui/blob/develop/SetupGSM.sh) is obsolete now
- **New**: debug mode -> set log4.properties to DEBUG mode (default is INFO)
- **New**: manual config mode (set MANUAL_CONFIG=on in script) -> mysql and oh configuration files are not generated automatically or overwritten, useful for testing
- **New**: manual config mode (set MANUAL_CONFIG=on in script) -> mysql and oh configuration files are not generated automatically or overwritten, useful for production environment
- **New**: test database connection option (see oh.sh -t)
- **New**: displays software versions and current configuration (see oh.sh -v)
- **New**: generate config files (see oh.sh -g)
Expand All @@ -404,5 +406,5 @@ A short description of changes for the Linux version (mostly the same behavior a
- Fixed _a_few_ bugs ;-)


*last updated: 2021.11.16*
*last updated: 2021.12.12*

0 comments on commit 9651e16

Please sign in to comment.