How to be Kyle: Difference between revisions

From DISI
Jump to navigation Jump to search
(create how to be Kyle page)
 
m (Clarify how to run stuff)
Line 15: Line 15:
=== GitLab Repositories ===
=== GitLab Repositories ===


==== DOCK Admin Panel ====
==== DOCK License ====
* '''Repository:''' https://gitlab.docking.org/kylep/dock-admin
* '''Repository:''' https://gitlab.docking.org/kylep/dock-admin
* '''Website:''' https://license.docking.org
* '''Website:''' https://license.docking.org
Line 41: Line 41:
=== Setup Notes ===
=== Setup Notes ===


* All repositories have CI/CD set up via docker deployments. Any changes pushed the repos will be automatically built and deployed.
* All repositories have CI/CD set up via docker deployments. Any changes pushed the repos will be automatically built and deployed. For building locally the <code>dockerfile</code>s have all the instructions for making the docker container so you can run those commands.
* Running the docker compose file for DOCK License will also create the pgsql database. Prod database is on mem2.

Revision as of 09:04, 29 July 2025

Development Resources

This section contains links to various resources and repositories for DOCK development and maintenance.

Wiki Pages

Database Management

Arthor and SmallWorld Indexing

GitLab Repositories

DOCK License

DOCK Website

IrwinLab Website

IrwinLab Template Site

BKSLab

Setup Notes

  • All repositories have CI/CD set up via docker deployments. Any changes pushed the repos will be automatically built and deployed. For building locally the dockerfiles have all the instructions for making the docker container so you can run those commands.
  • Running the docker compose file for DOCK License will also create the pgsql database. Prod database is on mem2.