mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
Move OS and version info to the top
This commit is contained in:
parent
a7a4902f00
commit
ad9d23088a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue