Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dselimovic1 authored May 25, 2020
1 parent 24cf861 commit 9330ad3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ JavaFX cross-platform desktop app

## Installation

### Requirements

In order for installation to be successful you must install MySQL database.
* On Windows first install WAMP server and run it
* On Linux install LAMP stack

After PHPMyAdmin is successfully installed create database named 'si2019' with username 'root' and password 'password'. Then go to resources folder and download si2019.sql MySQL script. Import the script and database installation is finished.

### Executable JAR

Follow these steps to run CashRegisterApp on your platform.
Expand Down

0 comments on commit 9330ad3

Please sign in to comment.