master

module
v0.1.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2019 License: MIT

README

Apex Master

Build Status Coverage Report Go Report Card License MIT

Setup

Clone and build the server.

git clone https://gitlab.com/crdc/apex/master
cd master
make setup
make schema
make
sudo make install

Run the database migrations.

pgcli -h localhost -p 5432 -U postgres
postgres@localhost:postgres> \i data/1.0/1_users.sql
postgres@localhost:postgres> \i data/1.0/2_roles.sql
postgres@localhost:postgres> \i data/1.0/3_rel_users_roles.sql

Directories

Path Synopsis
api
cmd
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL