README ¶ Apex Master 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 Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis api schema cmd master pkg context handler loader model resolver service util Click to show internal directories. Click to hide internal directories.