Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karelWeingart authored Jun 6, 2021
1 parent 93afa0a commit 51e39c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

This is web application that can be used to maintain dictionaries for users. It was developed to be run on local networks only as no authorization and secure user management is implemented. I run it on Raspberry 4 at home for my children.

#Installation
## Installation

##Database
### Database
Install MariaDB on the device on which you want to run the app. Follow these instructions https://mariadb.com/kb/en/getting-installing-and-upgrading-mariadb/. I tested this app with version 10.3.27 which supports sequences. For versions of mariaDb not supporting sequences, there would be need to change the backend java jpa entities declarations to support AUTO_INCREMENT.
Create database in the installed db. Follow this instructions for this: https://mariadb.com/kb/en/create-database/. Generally it doesnot matter how the db is named. Run schema.db script from this repository.

# TO BE CONTINUED....

0 comments on commit 51e39c9

Please sign in to comment.