Skip to content

Commit

Permalink
Update version 1.12.1 -> 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwithi committed Jun 20, 2023
1 parent 77887e4 commit abb20a5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 32 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

![SourceForge](https://img.shields.io/sourceforge/dt/openhospital?label=Sourceforge%20downloads)
![SourceForge](https://img.shields.io/sourceforge/dm/openhospital?label=this%20month)
![SourceForge](https://img.shields.io/sourceforge/dt/openhospital/v1.12.1?color=33ccff&label=latest&logoColor=33ccff)
![SourceForge](https://img.shields.io/sourceforge/dt/openhospital/v1.13.0?color=33ccff&label=latest&logoColor=33ccff)

## Software

Expand Down
57 changes: 26 additions & 31 deletions oh-bundle/OH-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The Windows version has been tested on Windows 7/10/11 (64bit)
```
-----------------------------------------------------------------
| |
| Open Hospital - 1.12.1 |
| Open Hospital - 1.13.0 |
| |
-----------------------------------------------------------------
arch x86_64 | lang en | mode PORTABLE | log level INFO | Demo off
Expand Down Expand Up @@ -78,45 +78,40 @@ The Windows version has been tested on Windows 7/10/11 (64bit)
```
-----------------------------------------------------------------
| |
| Open Hospital - 1.12.1 |
| Open Hospital - 1.13.0 |
| |
-----------------------------------------------------------------
arch x86_64 | lang en | mode PORTABLE | log level INFO | Demo off
arch AMD64 | lang en | mode PORTABLE | log level INFO | Demo off
-----------------------------------------------------------------
EXPERT MODE activated
API server set to off
-----------------------------------------------------------------
Usage: oh.ps1 [ -lang en|fr|it|es|pt|ar ]
[ -mode PORTABLE|CLIENT ]
[ -loglevel INFO|DEBUG ]
[ -interactive on|off ]
[ -generate_config on|off ]
C set OH in CLIENT mode
P set OH in PORTABLE mode
S set OH in SERVER mode (portable)
l [ en|fr|es|it|pt|ar ] -> set language
E toggle EXPERT MODE - show advanced options
h show help
q quit
--------------------------------
C set OH in CLIENT mode
P set OH in PORTABLE mode
S set OH in SERVER mode (portable)
l en|fr|es|it|pt|ar -> set language
E toggle EXPERT MODE - show advanced options
h show help
q quit
--------------------------------
EXPERT MODE - advanced options
A toggle API server - EXPERIMENTAL
e export/save OH database
r restore OH database
d toggle log level INFO/DEBUG
G setup GSM
D initialize OH with Demo data
i initialize/install OH database
m configure database connection manually
s save OH configuration
t test database connection (CLIENT mode only)
u create Desktop shortcut
v show configuration
V check for latest OH version
X clean/reset OH installation
A toggle API server - EXPERT_MODE
e export/save OH database
r restore OH database
d toggle log level INFO/DEBUG
D initialize OH with Demo data
G setup GSM
i initialize/install OH database
m configure database connection manually
s save OH configuration
t test database connection (CLIENT mode only)
u create Desktop shortcut with current params
v show configuration
V check for latest OH version
X clean/reset OH installation
```

Note: The **oh.bat** launches the **oh.ps1** startup file automatically.
Expand Down

0 comments on commit abb20a5

Please sign in to comment.