Move OS and version info to the top

This commit is contained in:
Sonja Happ 2019-04-08 12:10:22 +02:00
parent a7a4902f00
commit ad9d23088a

View file

@ -15,6 +15,9 @@ The backend is build upon [gin-gonic](https://github.com/gin-gonic/gin)
### Database ### Database
**The current repo is tested on Fedora 29 and with PostgreSQL 11 and Go
1.11**
Before running the application the user has to setup and configure Before running the application the user has to setup and configure
[PostgreSQL](https://www.postgresql.org/) on the local machine. [PostgreSQL](https://www.postgresql.org/) on the local machine.
@ -63,9 +66,6 @@ To do that edit the configuration file as root
$ sudo vim /var/lib/pgsql/11/data/pg_hba.conf $ sudo vim /var/lib/pgsql/11/data/pg_hba.conf
``` ```
The current repo is tested on Fedora 29 and with PostgreSQL 11 and Go
1.11
## Copyright ## Copyright
2019, Institute for Automation of Complex Power Systems, EONERC 2019, Institute for Automation of Complex Power Systems, EONERC