How to be Kyle: Difference between revisions
Jump to navigation
Jump to search
(create how to be Kyle page) |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
== | == Stuff I did == | ||
This section contains links to | This section contains links to repositories for projects I worked on. | ||
=== Wiki Pages === | === Wiki Pages === | ||
| 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. | |||
Latest revision as of 09:13, 29 July 2025
Stuff I did
This section contains links to repositories for projects I worked on.
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.