How to be Kyle: Difference between revisions
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 | ==== 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
- How to edit dock website - Guide for making changes to the DOCK website
- Add major version - Instructions for adding a new major version to DOCK
Database Management
Arthor and SmallWorld Indexing
- Arthor and SmallWorld Indexing Spreadsheet - Tracking sheet for Arthor and SmallWorld database indexing
GitLab Repositories
DOCK License
- Repository: https://gitlab.docking.org/kylep/dock-admin
- Website: https://license.docking.org
- Purpose: Manages DOCK license requests
DOCK Website
- Repository: https://gitlab.docking.org/kylep/dock
- Website: https://dock.docking.org
- Purpose: Main DOCK website
IrwinLab Website
- Repository: https://gitlab.docking.org/kylep/IrwinLab
- Website: https://irwinlab.compbio.ucsf.edu
- Purpose: John Irwin Laboratory website
IrwinLab Template Site
- Repository: https://gitlab.docking.org/kylep/irwinlab-template-site
- Purpose: Next.js template for lab websites
BKSLab
- Repository: https://gitlab.docking.org/kylep/BKSLab
- Website: https://bkslab.org
- Purpose: BKS Laboratory resources
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.