MoeraOrg / moera-naming

Moera naming service, for issues use: https://github.com/MoeraOrg/moera-issues/issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moera Naming Server

Resources

Installation instructions

  1. As prerequisites, you need to have Java 17+ and PostgreSQL 9.6+ installed. In all major Linux distributions, you can install them from the main package repository.

  2. Create a PostgreSQL user <username> with password <password> and an empty database <dbname> owned by this user (see detailed instructions).

  3. Go to the source directory.

  4. Create application-dev.yml file with the following content:

    spring:
      datasource:
        url: jdbc:postgresql:<dbname>?characterEncoding=UTF-8
        username: <username>
        password: <password>
      flyway:
        user: <username>
        password: <password>
  5. By default, the server runs on port 8080. If you want it to run on a different port, add these lines to the file above:

    server:
      port: <port number>
  6. Execute ./run script.

About

Moera naming service, for issues use: https://github.com/MoeraOrg/moera-issues/issues

License:GNU General Public License v3.0


Languages

Language:Java 96.7%Language:HTML 2.1%Language:CSS 0.7%Language:Shell 0.4%